commit ade03b51f6dbb85e339b8989233cd5088cd07c9e parent 9ee083186832afc66c1ff08a0d171ea1155af884 Author: mrgrouse <bdmfegys@duck.com> Date: Fri, 17 May 2024 22:09:18 -0400 end.sh: universalize Vencord theme linking; add appropriate comment Diffstat:
| M | wal/end.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wal/end.sh b/wal/end.sh @@ -1,4 +1,4 @@ #!/bin/sh -[ pgrep dunst || kill dunst ] +pgrep dunst || kill dunst # what the hell was old me thinking xdotool key alt+F5 -cp /home/tetraonini/.cache/wal/colors-discord.css /home/tetraonini/.var/app/dev.vencord.Vesktop/config/vesktop/themes/pywal.css +cp $HOME/.cache/wal/colors-discord.css $HOME/.var/app/dev.vencord.Vesktop/config/vesktop/themes/pywal.css