fix waybarRestart.sh

This commit is contained in:
DACHXY 2024-12-19 23:17:58 +08:00
parent fca902de1a
commit 356ec43b26
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#Restart Waybar and swaync #Restart Waybar and swaync
killall waybar killall .waybar-wrapped
killall swaync killall .swaync-wrapped
waybar -c ~/.config/waybar/config -s ~/.config/waybar/style.css & waybar -c ~/.config/waybar/config -s ~/.config/waybar/style.css &
swaync -s ~/.config/swaync/style.css -c ~/.config/swaync/config.json & swaync -s ~/.config/swaync/style.css -c ~/.config/swaync/config.json &

View file

@ -16,6 +16,7 @@
pkgs.pkgsCross.mingwW64.stdenv.cc pkgs.pkgsCross.mingwW64.stdenv.cc
pkgs.pkgsCross.mingwW64.windows.pthreads pkgs.pkgsCross.mingwW64.windows.pthreads
pkgs.postman pkgs.postman
pkgs.cz-cli
# Work stuff # Work stuff
pkgs.libreoffice-qt pkgs.libreoffice-qt