Fix wal reloading colorscheme

This commit is contained in:
Alexis Jhon Gaspar 2023-10-15 23:26:16 +08:00
parent 200675a686
commit c5eb92e9bc
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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