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"
|
"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,
|
||||||
|
|
Loading…
Reference in a new issue