waybar: swaync notification moved to center

This commit is contained in:
Tigor Hutasuhut 2024-10-17 17:02:35 +07:00
parent 0cb0c25ac7
commit 853e195b3f
2 changed files with 4 additions and 3 deletions

View file

@ -439,8 +439,8 @@ window#waybar.empty #window {
}
/* -----------------------------------------------------
* Tray
* ----------------------------------------------------- */
* Tray
* ----------------------------------------------------- */
#tray {
padding: 0px 15px 0px 0px;
@ -458,6 +458,7 @@ window#waybar.empty #window {
#custom-notification {
font-family: "NotoSansMono Nerd Font";
margin-right: 20px;
margin-left: 20px;
font-size: 20px;
font-weight: bold;
opacity: 0.8;

View file

@ -171,13 +171,13 @@ in
];
modules-center = [
"hyprland/workspaces"
"custom/notification"
];
modules-right = [
"pulseaudio"
"bluetooth"
"battery"
"network"
"custom/notification"
"custom/cliphist"
"idle_inhibitor"
"tray"