Skip to content

Commit

Permalink
[dunst] Remove ~/Contacts
Browse files Browse the repository at this point in the history
I am trying to clear up home clutter
  • Loading branch information
MarcelRobitaille committed Apr 12, 2021
1 parent 80ac35f commit 97669ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}) || (
Expand Down
2 changes: 1 addition & 1 deletion dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97669ce

Please sign in to comment.