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-right" = [
"pulseaudio"
"clock"
"custom/notification"
"clock"
"custom/separator"
"battery"
"tray"

View file

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