Switch order of notification and audio waybar modules
Switch clock module back to full form by default
This commit is contained in:
parent
69aafbf1af
commit
06d2c53b0c
|
@ -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";
|
||||
|
|
|
@ -106,10 +106,10 @@ tooltip {
|
|||
color: @red;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
#custom-notification {
|
||||
color: @red;
|
||||
}
|
||||
#custom-notification {
|
||||
#pulseaudio {
|
||||
color: @green;
|
||||
}
|
||||
#clock {
|
||||
|
|
Loading…
Reference in a new issue