This commit is contained in:
iFargle 2024-01-07 18:09:08 +09:00
parent efc8f76255
commit 510f4d7c33

View file

@ -18,6 +18,7 @@
"hyprland/workspaces" "hyprland/workspaces"
]; ];
modules-right = [ modules-right = [
"gamemode"
"privacy" "privacy"
"hyprland/submap" "hyprland/submap"
"pulseaudio" "pulseaudio"
@ -27,6 +28,18 @@
]; ];
# Modules # Modules
gamemode = {
"format" = "{glyph}";
"format-alt" = "{glyph} {count}";
"glyph" = "";
"hide-not-running" = true;
"use-icon" = true;
"icon-name" = "input-gaming-symbolic";
"icon-spacing" = 4;
"icon-size" = 20;
"tooltip" = true;
"tooltip-format" = "Games running: {count}";
}
privacy = { privacy = {
"icon-spacing" = 4; "icon-spacing" = 4;
"icon-size" = 10; "icon-size" = 10;
@ -187,6 +200,7 @@
/* /*
* General background * General background
*/ */
#gamemode,
#privacy, #privacy,
#network, #network,
#mpris, #mpris,