Swap order of battery and clock waybar modules

This commit is contained in:
Evie Litherland-Smith 2023-12-17 17:52:14 +00:00
parent f6605bf1b8
commit f76bef59d4
3 changed files with 3 additions and 6 deletions

View file

@ -5,6 +5,3 @@ test:
build: build:
sudo nixos-rebuild build --flake . sudo nixos-rebuild build --flake .
switch:
sudo nixos-rebuild switch --flake .

View file

@ -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" = {

View file

@ -82,9 +82,9 @@ tooltip {
#memory { #memory {
color: #7dcfff; color: #7dcfff;
} }
#clock { #battery {
color: #7aa2f7; color: #7aa2f7;
} }
#battery { #clock {
color: #bb9af7; color: #bb9af7;
} }