diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-12-20 13:07:18 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-12-20 13:07:18 +0100 |
commit | 65794167aa03d22a2989e2e04ac23bb111a89280 (patch) | |
tree | 472719dc63f724ed698d41a2f2068a3cfba99e72 /roles | |
parent | 39894a77b07d81d8c58d19cc3ce2f3917d4d0af7 (diff) | |
download | Ansible-65794167aa03d22a2989e2e04ac23bb111a89280.tar.gz Ansible-65794167aa03d22a2989e2e04ac23bb111a89280.tar.zst Ansible-65794167aa03d22a2989e2e04ac23bb111a89280.zip |
Fix icon path for dunst
Diffstat (limited to 'roles')
-rw-r--r-- | roles/graphical/files/config_files/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/graphical/files/config_files/dunst/dunstrc b/roles/graphical/files/config_files/dunst/dunstrc index c8e55b5..14dd340 100644 --- a/roles/graphical/files/config_files/dunst/dunstrc +++ b/roles/graphical/files/config_files/dunst/dunstrc | |||
@@ -165,7 +165,7 @@ | |||
165 | max_icon_size = 32 | 165 | max_icon_size = 32 |
166 | 166 | ||
167 | # Paths to default icons. | 167 | # Paths to default icons. |
168 | icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ | 168 | icon_path = /usr/share/icons/Adwaita/16x16/status/ |
169 | 169 | ||
170 | ### History ### | 170 | ### History ### |
171 | 171 | ||