waybar: swaync notification moved to center
This commit is contained in:
parent
0cb0c25ac7
commit
853e195b3f
|
@ -458,6 +458,7 @@ window#waybar.empty #window {
|
||||||
#custom-notification {
|
#custom-notification {
|
||||||
font-family: "NotoSansMono Nerd Font";
|
font-family: "NotoSansMono Nerd Font";
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
margin-left: 20px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
|
@ -171,13 +171,13 @@ in
|
||||||
];
|
];
|
||||||
modules-center = [
|
modules-center = [
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
|
"custom/notification"
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"bluetooth"
|
"bluetooth"
|
||||||
"battery"
|
"battery"
|
||||||
"network"
|
"network"
|
||||||
"custom/notification"
|
|
||||||
"custom/cliphist"
|
"custom/cliphist"
|
||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
"tray"
|
"tray"
|
||||||
|
|
Loading…
Reference in a new issue