try and center notification icon as best i can lol

This commit is contained in:
2025-05-06 19:20:26 -07:00
parent b3a468c129
commit 2ce2f5416b
2 changed files with 3 additions and 3 deletions

View File

@@ -326,6 +326,6 @@
"exec": "swaync-client -swb", "exec": "swaync-client -swb",
"on-click": "swaync-client -t -sw", "on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw", "on-click-right": "swaync-client -d -sw",
"escape": true, "escape": false,
}, },
} }

View File

@@ -315,8 +315,8 @@ label:focus {
#custom-notification { #custom-notification {
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font";
margin: 5px 6px 5px 5px; margin: 0px 0.88em;
padding: 5px; min-width: 1em;
background-color: transparent; background-color: transparent;
color: @maroon; color: @maroon;
} }