diff options
| author | kj-sh604 | 2025-02-03 20:28:47 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-03 20:28:47 -0500 |
| commit | c1bf9bc1fb9d274568c757a2dc7e51f8efa0ae2a (patch) | |
| tree | bebdc9fa6a766dd995913c30eedd4a69e7ff2fa7 | |
| parent | 38aa115703559dd0bfe9c6e7fe4bf9ef9d9a266d (diff) | |
refactor: update dunst `icon_theme`
| -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 ca7604c..0ecc83c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -225,7 +225,7 @@ enable_recursive_icon_lookup = true # Set icon theme (only used for recursive icon lookup) - icon_theme = "elementary-xfce-darker, elementary-xfce-dark, elementary-xfce, elementary, Faba, Adwaita, AdwaitaLegacy, breeze" + icon_theme = "elementary-xfce-dark, elementary-xfce, elementary, Moka, Faba, Adwaita, breeze, AdwaitaLegacy" # You can also set multiple icon themes, with the leftmost one being used first. # icon_theme = "Adwaita, breeze" |
