mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +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
|
color=eff1f5 dc8a78
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
alpha=0.9
|
||||||
foreground=4c4f69
|
foreground=4c4f69
|
||||||
background=eff1f5
|
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;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bluetooth {
|
||||||
|
border-radius: 12px;
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
|
|
|
@ -114,6 +114,7 @@
|
||||||
".config/hyfetch.json".source = dotfiles/hyfetch/hyfetch.json;
|
".config/hyfetch.json".source = dotfiles/hyfetch/hyfetch.json;
|
||||||
".config/niri".source = dotfiles/niri;
|
".config/niri".source = dotfiles/niri;
|
||||||
".config/fuzzel/fuzzel.ini".source = dotfiles/fuzzel/fuzzel.ini;
|
".config/fuzzel/fuzzel.ini".source = dotfiles/fuzzel/fuzzel.ini;
|
||||||
|
".config/mako".source = dotfiles/mako;
|
||||||
|
|
||||||
# # You can also set the file content immediately.
|
# # You can also set the file content immediately.
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue