From 37ff7062874b72bafa99afe661f42653565ed511 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 11 Sep 2024 04:25:38 +0900 Subject: RESTRUCTURE. Replicate relative paths in public/ --- local/bin/setbg.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 local/bin/setbg.sh (limited to 'local/bin/setbg.sh') diff --git a/local/bin/setbg.sh b/local/bin/setbg.sh deleted file mode 100755 index 78cdb2d..0000000 --- a/local/bin/setbg.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# Sets the background (Suckless setup) - -bgfile="$HOME/media/Pictures/Wallpapers/landscapes/japan/Lake_Kawaguchiko_Sakura_Mount_Fuji_3.jpg" -bgfile2="$HOME/media/Pictures/Wallpapers/mine/IMG_20200706_190712.jpg" - -xwallpaper --output eDP --zoom "$bgfile" -xwallpaper --output HDMI-A-0 --zoom "$bgfile2" -- cgit v1.2.3