summaryrefslogtreecommitdiff
path: root/scripts/Scripts/setwall
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-02-10 22:30:16 +0100
committerJulian T <julian@jtle.dk>2022-02-10 22:30:16 +0100
commitae5cc1d7c86cec366d87a9b6e76de10f8edc7499 (patch)
tree3dd8fc19f55d046f10539045b2940261c80e95c8 /scripts/Scripts/setwall
parent6c3996ca2d5644cabc44b6ae14605896ccc9916d (diff)
Change some scripts
Diffstat (limited to 'scripts/Scripts/setwall')
-rwxr-xr-xscripts/Scripts/setwall10
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/Scripts/setwall b/scripts/Scripts/setwall
index f7e3a0c..25bcfb0 100755
--- a/scripts/Scripts/setwall
+++ b/scripts/Scripts/setwall
@@ -38,16 +38,22 @@ function setwalls() {
done
}
+function runsetwall() {
+ feh --bg-fill $1
+ # wal --saturate 0.9 -i $1
+}
+
function applywall() {
echo applying wallpaper $1
rm $WALLLINK
ln -s $(pwd)/$1 $WALLLINK
- feh --bg-fill $1
+ runsetwall $1
}
function reapply() {
echo reapplying linked wallpaper
- feh --bg-fill $WALLLINK
+ # feh --bg-fill $WALLLINK
+ runsetwall $WALLLINK
}
function help() {