mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added mako support & more design stuff
This commit is contained in:
parent
2cddae12da
commit
6059330a7c
4 changed files with 21 additions and 0 deletions
|
@ -134,6 +134,7 @@ urgent=yes
|
|||
color=eff1f5 dc8a78
|
||||
|
||||
[colors]
|
||||
alpha=0.9
|
||||
foreground=4c4f69
|
||||
background=eff1f5
|
||||
|
||||
|
|
15
home-manager/dotfiles/mako/config
Normal file
15
home-manager/dotfiles/mako/config
Normal 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
|
|
@ -60,6 +60,10 @@
|
|||
padding-right: 3px;
|
||||
}
|
||||
|
||||
#bluetooth {
|
||||
border-radius: 12px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue