dotfiles

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

commit f2daa337802bec5eb9eef0c5ef5faeeddde319d2
parent ade03b51f6dbb85e339b8989233cd5088cd07c9e
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri, 17 May 2024 22:11:11 -0400

end.sh: fix dunst restarting on pywal ending

Diffstat:
Mwal/end.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wal/end.sh b/wal/end.sh @@ -1,4 +1,5 @@ #!/bin/sh -pgrep dunst || kill dunst # what the hell was old me thinking +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