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:
|
||||
sudo nixos-rebuild build --flake .
|
||||
|
||||
switch:
|
||||
sudo nixos-rebuild switch --flake .
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
];
|
||||
"modules-center" = [ ];
|
||||
"modules-right" =
|
||||
[ "pulseaudio" "disk" "cpu" "memory" "clock" "battery" "tray" ];
|
||||
[ "pulseaudio" "disk" "cpu" "memory" "battery" "clock" "tray" ];
|
||||
# Module config
|
||||
"custom/separator" = { format = "|"; };
|
||||
"hyprland/workspaces" = {
|
||||
|
|
|
@ -82,9 +82,9 @@ tooltip {
|
|||
#memory {
|
||||
color: #7dcfff;
|
||||
}
|
||||
#clock {
|
||||
#battery {
|
||||
color: #7aa2f7;
|
||||
}
|
||||
#battery {
|
||||
#clock {
|
||||
color: #bb9af7;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue