Changed dunstrc to use papirus icons, because they are flat and cool
This commit is contained in:
parent
2841ce2705
commit
39fffc6667
7
dunstrc
7
dunstrc
|
@ -222,7 +222,7 @@
|
||||||
enable_recursive_icon_lookup = true
|
enable_recursive_icon_lookup = true
|
||||||
|
|
||||||
# Set icon theme (only used for recursive icon lookup)
|
# Set icon theme (only used for recursive icon lookup)
|
||||||
icon_theme = Adwaita
|
icon_theme = Papirus
|
||||||
# You can also set multiple icon themes, with the leftmost one being used first.
|
# You can also set multiple icon themes, with the leftmost one being used first.
|
||||||
# icon_theme = "Adwaita, breeze"
|
# icon_theme = "Adwaita, breeze"
|
||||||
|
|
||||||
|
@ -326,6 +326,9 @@
|
||||||
mouse_left_click = close_current
|
mouse_left_click = close_current
|
||||||
mouse_middle_click = do_action, close_current
|
mouse_middle_click = do_action, close_current
|
||||||
mouse_right_click = close_all
|
mouse_right_click = close_all
|
||||||
|
background = "#000000"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
highlight = "#ffffff"
|
||||||
|
|
||||||
# Experimental features that may or may not work correctly. Do not expect them
|
# Experimental features that may or may not work correctly. Do not expect them
|
||||||
# to have a consistent behaviour across releases.
|
# to have a consistent behaviour across releases.
|
||||||
|
@ -336,8 +339,6 @@
|
||||||
# using the resolution and physical size. This might be useful in setups
|
# using the resolution and physical size. This might be useful in setups
|
||||||
# where there are multiple screens with very different dpi values.
|
# where there are multiple screens with very different dpi values.
|
||||||
per_monitor_dpi = false
|
per_monitor_dpi = false
|
||||||
background = "#000000"
|
|
||||||
foreground = "#ffffff"
|
|
||||||
|
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
|
|
|
@ -17,3 +17,4 @@ acpi
|
||||||
python3
|
python3
|
||||||
sysstat
|
sysstat
|
||||||
wireless_tools
|
wireless_tools
|
||||||
|
papirus-icon-theme
|
||||||
|
|
Loading…
Reference in a new issue