try and center notification icon as best i can lol

This commit is contained in:
sudacode 2025-05-06 19:20:26 -07:00
parent b3a468c129
commit 2ce2f5416b
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw
2 changed files with 3 additions and 3 deletions

View File

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

View File

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