dunst: Create dunst
config
In order to improve visibility of notifications add a custom configuration.
This commit is contained in:
parent
5da5c35c71
commit
309a329b7b
2 changed files with 21 additions and 0 deletions
20
.config/dunst/dunstrc
Normal file
20
.config/dunst/dunstrc
Normal file
|
@ -0,0 +1,20 @@
|
|||
[global]
|
||||
follow = keyboard
|
||||
scale = 2
|
||||
idle_threshold = 3
|
||||
font = Monospace 12
|
||||
history_length = 100
|
||||
corner_radius = 5
|
||||
ignore_dbusclose = true
|
||||
timeout = 0
|
||||
background = "#333333"
|
||||
frame_color = "#009900"
|
||||
|
||||
[urgency_low]
|
||||
foreground = "#009900"
|
||||
|
||||
[urgency_normal]
|
||||
foreground = "#ffee33"
|
||||
|
||||
[urgency_critical]
|
||||
foreground = "#aa3333"
|
|
@ -1,4 +1,5 @@
|
|||
*
|
||||
!/.config/dunst/dunstrc
|
||||
!/.config/i3/config
|
||||
!/.config/i3status-rust/config.toml
|
||||
!/.config/i3status-rust/secondary.toml
|
||||
|
|
Loading…
Reference in a new issue