more stuff
This commit is contained in:
parent
5459ef7f2d
commit
d687116dd4
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ let
|
|||
#window { color: ${palette.fgAlt}; }
|
||||
#pulseaudio.muted { color: ${palette.fgAlt}; }
|
||||
#network.disconnected { color: ${palette.fgAlt}; }
|
||||
#battery.charging { color: ${palette.green}; }
|
||||
#battery.lo, #battery.ultralo { color: ${palette.red}; }
|
||||
#language { color: ${palette.fgAlt}; }
|
||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||
|
|
@ -64,7 +63,7 @@ in
|
|||
exclusive = true;
|
||||
height = 38;
|
||||
|
||||
modules-left = [ "hyprland/workspaces" "hyprland/language" ];
|
||||
modules-left = [ "hyprland/workspaces" ];
|
||||
modules-center = [ "hyprland/window" ];
|
||||
modules-right = [
|
||||
"privacy"
|
||||
|
|
@ -72,6 +71,7 @@ in
|
|||
"pulseaudio"
|
||||
"network"
|
||||
"battery"
|
||||
"hyprland/language"
|
||||
"clock"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue