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-right" = [
|
||||
"pulseaudio"
|
||||
"clock"
|
||||
"custom/notification"
|
||||
"clock"
|
||||
"custom/separator"
|
||||
"battery"
|
||||
"tray"
|
||||
|
|
|
@ -108,10 +108,10 @@ tooltip {
|
|||
#pulseaudio {
|
||||
color: @red;
|
||||
}
|
||||
#clock {
|
||||
#custom-notification {
|
||||
color: @green;
|
||||
}
|
||||
#custom-notification {
|
||||
#clock {
|
||||
color: @blue;
|
||||
}
|
||||
#battery {
|
||||
|
|
Loading…
Reference in a new issue