Switch order of notification and audio waybar modules

Switch clock module back to full form by default
This commit is contained in:
Evie Litherland-Smith 2024-01-23 19:49:29 +00:00
parent 69aafbf1af
commit 06d2c53b0c
2 changed files with 5 additions and 5 deletions

View file

@ -17,8 +17,8 @@
"modules-left" = [ "hyprland/window" "mpris" ];
"modules-center" = [ "hyprland/workspaces" ];
"modules-right" = [
"pulseaudio"
"custom/notification"
"pulseaudio"
"clock"
"custom/separator"
"backlight"
@ -112,8 +112,8 @@
format-icons = [ "󱃃" "󰔏" "󱃂" ];
};
clock = {
format = "{:󰥔 %R}";
format-alt = "{:󰃭 %Y-%m-%d 󰥔 %R}";
format = "{:󰃭 %Y-%m-%d 󰥔 %R}";
format-alt = "{:󰥔 %R}";
tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = {
mode = "month";

View file

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