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

View file

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