added mako support & more design stuff

This commit is contained in:
chloe 2025-06-06 22:32:41 +02:00
parent 2cddae12da
commit 6059330a7c
4 changed files with 21 additions and 0 deletions

View file

@ -134,6 +134,7 @@ urgent=yes
color=eff1f5 dc8a78
[colors]
alpha=0.9
foreground=4c4f69
background=eff1f5

View file

@ -0,0 +1,15 @@
# behaviour
default-timeout=4800
# style
border-radius=12
# Colors
background-color=#eff1f5
text-color=#4c4f69
border-color=#8839ef
progress-color=over #ccd0da
[urgency=high]
border-color=#fe640b

View file

@ -60,6 +60,10 @@
padding-right: 3px;
}
#bluetooth {
border-radius: 12px;
margin-right: 6px;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;