dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 88952c437a0b3a29bf2458d6ca796426366fce04
parent ae1dcc59d46f8e5202e53a64f8b586e98d50437a
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun, 25 Aug 2024 01:11:42 -0400

wal/end.sh: add comments to each line of pywal exec script

Diffstat:
Mwal/end.sh | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/wal/end.sh b/wal/end.sh @@ -1,5 +1,7 @@ #!/bin/sh +# restart dunst (?) kind of weird pgrep dunst && pkill dunst dunst -xdotool key alt+F5 -cp $HOME/.cache/wal/colors-discord.css $HOME/.var/app/dev.vencord.Vesktop/config/vesktop/themes/pywal.css +xrdb -merge $XDG_CONFIG_HOME/X11/Xresources # reload Xresources +xdotool key alt+F5 # restart birdwm colors +cp $HOME/.cache/wal/colors-discord.css $HOME/.var/app/dev.vencord.Vesktop/config/vesktop/themes/pywal.css # copies the discord theme to the flatpak installed directory