From 0fd5557043fa5e70bfdc728bdaea58e5849debec Mon Sep 17 00:00:00 2001 From: paperbenni Date: Tue, 7 Jan 2020 23:00:42 +0100 Subject: [PATCH] new theme repo --- install.sh | 12 +++--------- programs/dunsttrigger | 4 ++-- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/install.sh b/install.sh index 07cfe2f..13e61c0 100755 --- a/install.sh +++ b/install.sh @@ -233,7 +233,7 @@ mkdir -p paperbenni/notifications &>/dev/null # gets executed by dunst on notification curl "https://raw.githubusercontent.com/paperbenni/suckless/master/programs/dunsttrigger" >~/paperbenni/notifications/dunsttrigger chmod +x ~/paperbenni/notifications/dunsttrigger -wget -O notification.ogg "https://notificationsounds.com/notification-sounds/me-too-603/download/ogg" +wget -O ~/paperbenni/notifications/notification.ogg "https://notificationsounds.com/notification-sounds/me-too-603/download/ogg" # automatic wallpaper changer # uses reddit r/wallpaper scraper @@ -259,14 +259,8 @@ if [ -e /etc/lightdm/lightdm.conf ]; then fi # install things like fonts or gtk theme -if ! [ -e .config/paperthemes/$THEME.txt ]; then - echo "installing theme" - curl -s "https://raw.githubusercontent.com/paperbenni/suckless/master/themes/$THEME.sh" | bash - mkdir .config/paperthemes - touch .config/paperthemes/$THEME.txt -else - echo "theme installation already found" -fi +echo "installing theme" +curl -s "https://raw.githubusercontent.com/instant-os/instant-THEMES/master/$THEME.sh" | bash # fix java gui appearing empty on dwm if ! grep -q 'dwm' $2 | $3" >>/tmp/notifications/notif.txt -- 2.11.0