Basic rice set up. Still need to add a way to reiably update the package lists and i need a launcher.
This commit is contained in:
commit
3e89f350a6
107 changed files with 7553 additions and 0 deletions
14
private_dot_config/mako/config.tmpl
Normal file
14
private_dot_config/mako/config.tmpl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
background-color=#{{.colors.base00}}
|
||||
text-color=#{{.colors.base05}}
|
||||
border-color=#{{.colors.base0D}}
|
||||
default-timeout=3000
|
||||
|
||||
[urgency=low]
|
||||
background-color=#{{.colors.base00}}
|
||||
text-color=#{{.colors.base0A}}
|
||||
border-color=#{{.colors.base0D}}
|
||||
|
||||
[urgency=high]
|
||||
background-color=#{{.colors.base00}}
|
||||
text-color=#{{.colors.base08}}
|
||||
border-color=#{{.colors.base0D}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue