From c5eb92e9bc74b46e375b31a3c08408b1fdea9bc6 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Sun, 15 Oct 2023 23:26:16 +0800 Subject: [PATCH] Fix wal reloading colorscheme --- desktop/startdwm | 2 +- scripts/adelle-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/startdwm b/desktop/startdwm index 429a3ca..5aa8568 100755 --- a/desktop/startdwm +++ b/desktop/startdwm @@ -1,6 +1,6 @@ #!/bin/sh systemctl --user restart clipmenud.service # restarts clipmenud, if installed -wal -R # could be changed +wal -R -ste # could be changed picom -b # launches compositor /usr/local/bin/dwmblocks & # launches slstatus/dwmblocks /usr/bin/dunst & # launches dunst daemon diff --git a/scripts/adelle-theme b/scripts/adelle-theme index 795cf1c..7020bdb 100755 --- a/scripts/adelle-theme +++ b/scripts/adelle-theme @@ -92,7 +92,7 @@ setwall() { if [ -z "$picwal" ]; then setwall else - wal -i "$picwaldir/$picwal" -qste + wal -i "$picwaldir/$picwal" -ste if [ -z "$theme" ]; then setcolor1 unset picwaldir