Disorganized changes from past weeks

This commit is contained in:
Ian Keane 2022-07-31 12:57:31 -04:00
parent 1091129506
commit 5411d397cf
16 changed files with 235 additions and 30 deletions

View file

@ -1,17 +1,18 @@
frame_color = "#{{base01-hex}}"
[global]
frame_color = "#{{base05-hex}}"
separator_color = "#{{base05-hex}}"
[urgency_low]
background = "#{{base14-hex}}"
foreground = "#{{base07-hex}}"
timeout = 10
[base16_low]
msg_urgency = low
background = "#{{base01-hex}}"
foreground = "#{{base03-hex}}"
[urgency_normal]
[base16_normal]
msg_urgency = normal
background = "#{{base02-hex}}"
foreground = "#{{base05-hex}}"
timeout = 10
[urgency_critical]
background = "#{{base09-hex}}"
foreground = "#{{base03-hex}}"
timeout = 0
[base16_critical]
msg_urgency = critical
background = "#{{base08-hex}}"
foreground = "#{{base06-hex}}"