Skip to content

Commit 97669ce

Browse files
[dunst] Remove ~/Contacts
I am trying to clear up home clutter
1 parent 80ac35f commit 97669ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dynvariables:
111111
# Use a dynamic variable as a path and populate it with crontab
112112
# Hack to make compare work correctly
113113
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
115115
trans_read:
116116
_gpg: test {0} -nt {{@@ _dotfile_abs_dst @@}} && (
117117
gpg2 -q --for-your-eyes-only --no-tty --decrypt {0} > {1}) || (

dunst/dunstrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
browser = /usr/bin/firefox -new-tab
133133

134134
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/
136136

137137
min_icon_size = 48
138138
max_icon_size = 120

0 commit comments

Comments
 (0)