From e938552d155624473230874f918b5834d319901f Mon Sep 17 00:00:00 2001 From: Keith Bowes Date: Thu, 8 Dec 2022 20:39:13 -0500 Subject: [PATCH] Setting the color via the autostart script --- data/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/autostart b/data/autostart index 242f5be..b975d7b 100644 --- a/data/autostart +++ b/data/autostart @@ -31,7 +31,7 @@ do wpdir="$data_dir/wallpapers" test -d "$wpdir" && \ find $wpdir -name '*.jpg' -o -name '*.png' -o -name '*.svg' -done | (shuf -n 1 || tail -n 1) | xargs swaybg -m fill -i & +done | (shuf -n 1 || tail -n 1) | xargs swaybg -c '#303030' -m fill -i & IFS=$oldifs # vim: ft=sh