mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix update colorsheme on boot
run wal even if there is no file as argument by looking at the true location of the bg link
This commit is contained in:
parent
4231d6bd33
commit
0a6c41b39e
@ -18,7 +18,7 @@ esac
|
|||||||
|
|
||||||
# If pywal is installed, use it.
|
# If pywal is installed, use it.
|
||||||
command -v wal >/dev/null 2>&1 &&
|
command -v wal >/dev/null 2>&1 &&
|
||||||
wal -i "$trueloc" -o "${XDG_CONFIG_HOME:-$HOME/.config}/wal/postrun" >/dev/null 2>&1 &&
|
wal -i "$(readlink -f $bgloc)" -o "${XDG_CONFIG_HOME:-$HOME/.config}/wal/postrun" >/dev/null 2>&1 &&
|
||||||
pidof dwm >/dev/null && xdotool key super+F12
|
pidof dwm >/dev/null && xdotool key super+F12
|
||||||
|
|
||||||
xwallpaper --zoom "$bgloc"
|
xwallpaper --zoom "$bgloc"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user