Sway order of clock and notification waybar modules

This commit is contained in:
Evie Litherland-Smith 2024-01-22 11:59:49 +00:00
parent dda848f29f
commit df4d6012af
2 changed files with 3 additions and 3 deletions

View file

@ -18,8 +18,8 @@
"modules-center" = [ "hyprland/workspaces" ]; "modules-center" = [ "hyprland/workspaces" ];
"modules-right" = [ "modules-right" = [
"pulseaudio" "pulseaudio"
"clock"
"custom/notification" "custom/notification"
"clock"
"custom/separator" "custom/separator"
"battery" "battery"
"tray" "tray"

View file

@ -108,10 +108,10 @@ tooltip {
#pulseaudio { #pulseaudio {
color: @red; color: @red;
} }
#clock { #custom-notification {
color: @green; color: @green;
} }
#custom-notification { #clock {
color: @blue; color: @blue;
} }
#battery { #battery {