test
This commit is contained in:
parent
efc8f76255
commit
510f4d7c33
1 changed files with 14 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
"hyprland/workspaces"
|
||||
];
|
||||
modules-right = [
|
||||
"gamemode"
|
||||
"privacy"
|
||||
"hyprland/submap"
|
||||
"pulseaudio"
|
||||
|
@ -27,6 +28,18 @@
|
|||
];
|
||||
|
||||
# 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 = {
|
||||
"icon-spacing" = 4;
|
||||
"icon-size" = 10;
|
||||
|
@ -187,6 +200,7 @@
|
|||
/*
|
||||
* General background
|
||||
*/
|
||||
#gamemode,
|
||||
#privacy,
|
||||
#network,
|
||||
#mpris,
|
||||
|
|
Loading…
Reference in a new issue