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}; }
|
#window { color: ${palette.fgAlt}; }
|
||||||
#pulseaudio.muted { color: ${palette.fgAlt}; }
|
#pulseaudio.muted { color: ${palette.fgAlt}; }
|
||||||
#network.disconnected { color: ${palette.fgAlt}; }
|
#network.disconnected { color: ${palette.fgAlt}; }
|
||||||
#battery.charging { color: ${palette.green}; }
|
|
||||||
#battery.lo, #battery.ultralo { color: ${palette.red}; }
|
#battery.lo, #battery.ultralo { color: ${palette.red}; }
|
||||||
#language { color: ${palette.fgAlt}; }
|
#language { color: ${palette.fgAlt}; }
|
||||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||||
|
|
@ -64,7 +63,7 @@ in
|
||||||
exclusive = true;
|
exclusive = true;
|
||||||
height = 38;
|
height = 38;
|
||||||
|
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/language" ];
|
modules-left = [ "hyprland/workspaces" ];
|
||||||
modules-center = [ "hyprland/window" ];
|
modules-center = [ "hyprland/window" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"privacy"
|
"privacy"
|
||||||
|
|
@ -72,6 +71,7 @@ in
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"network"
|
"network"
|
||||||
"battery"
|
"battery"
|
||||||
|
"hyprland/language"
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue