diff options
| author | kj-sh604 | 2024-07-28 22:24:09 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-28 22:24:09 -0400 |
| commit | 87428aa1f28793d93077f11a544e85c121b199c9 (patch) | |
| tree | 673d4798b61886d71540db018dde931cb5522d58 /.config/dunst | |
| parent | ebb7e4c9a37b159f1800b1515382cb53cea674d8 (diff) | |
refactor: more verbose icon lookup
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 6134705..4bad968 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -209,7 +209,7 @@ enable_recursive_icon_lookup = true # Set icon theme (only used for recursive icon lookup) - icon_theme = "elementary-xfce-darker, elementary-xfce, elementary, Faba, Adwaita, breeze" + icon_theme = "elementary-xfce-darker, elementary-xfce-dark, elementary-xfce, elementary, Faba, Adwaita, AdwaitaLegacy, breeze" # You can also set multiple icon themes, with the leftmost one being used first. # icon_theme = "Adwaita, breeze" |
