Swap order of battery and clock waybar modules
This commit is contained in:
parent
f6605bf1b8
commit
f76bef59d4
3
Makefile
3
Makefile
|
@ -5,6 +5,3 @@ test:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
sudo nixos-rebuild build --flake .
|
sudo nixos-rebuild build --flake .
|
||||||
|
|
||||||
switch:
|
|
||||||
sudo nixos-rebuild switch --flake .
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
];
|
];
|
||||||
"modules-center" = [ ];
|
"modules-center" = [ ];
|
||||||
"modules-right" =
|
"modules-right" =
|
||||||
[ "pulseaudio" "disk" "cpu" "memory" "clock" "battery" "tray" ];
|
[ "pulseaudio" "disk" "cpu" "memory" "battery" "clock" "tray" ];
|
||||||
# Module config
|
# Module config
|
||||||
"custom/separator" = { format = "|"; };
|
"custom/separator" = { format = "|"; };
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
|
|
|
@ -82,9 +82,9 @@ tooltip {
|
||||||
#memory {
|
#memory {
|
||||||
color: #7dcfff;
|
color: #7dcfff;
|
||||||
}
|
}
|
||||||
#clock {
|
#battery {
|
||||||
color: #7aa2f7;
|
color: #7aa2f7;
|
||||||
}
|
}
|
||||||
#battery {
|
#clock {
|
||||||
color: #bb9af7;
|
color: #bb9af7;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue