From 97669ceef64c5d1e7cf7dc2431444961e6e990ae Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 12 Apr 2021 10:09:08 -0400 Subject: [PATCH] [dunst] Remove ~/Contacts I am trying to clear up home clutter --- config.yaml | 2 +- dunst/dunstrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 466836a..6996383 100644 --- a/config.yaml +++ b/config.yaml @@ -111,7 +111,7 @@ dynvariables: # Use a dynamic variable as a path and populate it with crontab # Hack to make compare work correctly populate_crontab: crontab -l > /tmp/dotdrop-crontab; echo /tmp/dotdrop-crontab - contacts: find ~/Contacts/Contacts -name '*.png' -exec basename {} .png \; + contacts: test -e ~/.config/dunst/contacts/contacts-list.txt && cat ~/.config/dunst/contacts/contacts-list.txt || true trans_read: _gpg: test {0} -nt {{@@ _dotfile_abs_dst @@}} && ( gpg2 -q --for-your-eyes-only --no-tty --decrypt {0} > {1}) || ( diff --git a/dunst/dunstrc b/dunst/dunstrc index 230236f..45eb63e 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -132,7 +132,7 @@ browser = /usr/bin/firefox -new-tab icon_position = left - 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/ + 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/ min_icon_size = 48 max_icon_size = 120