theme mako with chezmoi

This commit is contained in:
Tyler Starr 2023-12-28 12:12:32 -08:00
parent 98304a4b80
commit 2913fb76a6
2 changed files with 24 additions and 28 deletions

View File

@ -1,28 +0,0 @@
sort=-time
layer=overlay
background-color=#000000
width=300
height=110
border-size=2
border-color=#bd93f9
border-radius=5
icons=0
max-icon-size=64
default-timeout=5000
ignore-timeout=1
font=monospace 10
anchor=top-center
#[urgency=low]
#border-color=#cccccc
#[urgency=normal]
#border-color=#d08770
[urgency=high]
border-color=#bf616a
default-timeout=0
#[category=mpd]
#default-timeout=2000
#group-by=category

View File

@ -0,0 +1,24 @@
sort=-time
layer=overlay
background-color={{ .themes.gruvbox.bg0 }}
text-color={{ .themes.gruvbox.fg }}
width=300
height=110
border-size=2
border-radius=5
icons=0
max-icon-size=64
default-timeout=5000
ignore-timeout=1
font=monospace 10
anchor=top-center
[urgency=low]
border-color={{ .themes.gruvbox.green }}
[urgency=normal]
border-color={{ .themes.gruvbox.yellow }}
[urgency=high]
border-color={{ .themes.gruvbox.red }}
default-timeout=0