File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dynvariables:
111
111
# Use a dynamic variable as a path and populate it with crontab
112
112
# Hack to make compare work correctly
113
113
populate_crontab : crontab -l > /tmp/dotdrop-crontab; echo /tmp/dotdrop-crontab
114
- contacts : find ~/Contacts/Contacts -name '*.png' -exec basename {} .png \;
114
+ contacts : test -e ~/.config/dunst/contacts/contacts-list.txt && cat ~/.config/dunst/contacts/contacts-list.txt || true
115
115
trans_read :
116
116
_gpg : test {0} -nt {{@@ _dotfile_abs_dst @@}} && (
117
117
gpg2 -q --for-your-eyes-only --no-tty --decrypt {0} > {1}) || (
Original file line number Diff line number Diff line change 132
132
browser = /usr/bin/firefox -new-tab
133
133
134
134
icon_position = left
135
- icon_path = /home/marcel/.config/dunst/icons/:/usr/share/icons/Flat-Remix-Blue/status/scalable/512/:/usr/share/icons/Arc/panel/22/:/usr/share/icons/Arc/status/48/:/usr/share/icons/Paper/48x48/places:/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/:/home/marcel/.contacts/Contacts /:/usr/share/icons/hicolor/48x48/
135
+ icon_path = /home/marcel/.config/dunst/icons/:/home/marcel/.config/dunst/contacts/:/ usr/share/icons/Flat-Remix-Blue/status/scalable/512/:/usr/share/icons/Arc/panel/22/:/usr/share/icons/Arc/status/48/:/usr/share/icons/Paper/48x48/places:/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/:/usr/share/icons/hicolor/48x48/
136
136
137
137
min_icon_size = 48
138
138
max_icon_size = 120
You can’t perform that action at this time.
0 commit comments