Sway order of clock and notification waybar modules
This commit is contained in:
parent
dda848f29f
commit
df4d6012af
|
@ -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"
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue