mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
dunst: color tuning
This commit is contained in:
parent
22c849f78d
commit
5d74f0f300
1 changed files with 5 additions and 5 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
gap_size = 0
|
gap_size = 0
|
||||||
|
|
||||||
separator_height = 3
|
separator_height = 2
|
||||||
separator_color = "#cdcdcd"
|
separator_color = "#cdcdcd"
|
||||||
|
|
||||||
# Paddings
|
# Paddings
|
||||||
|
|
@ -109,16 +109,16 @@
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
foreground = "#cdcdcd"
|
foreground = "#cdcdcd"
|
||||||
timeout = 3
|
timeout = 5
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
foreground = "#cdcdcd"
|
foreground = "#cdcdcd"
|
||||||
timeout = 5
|
timeout = 8
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#383838"
|
background = "#444444"
|
||||||
foreground = "#ffffff"
|
foreground = "#cdcdcd"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|
||||||
[change-format]
|
[change-format]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue