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-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";
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue