chore(home/linux/gui/hyprland): remove music player - mpd

This commit is contained in:
Ryan Yin
2025-05-31 23:39:15 +08:00
parent e53e7d80e4
commit b612932b17
8 changed files with 2 additions and 70 deletions

View File

@@ -7,7 +7,7 @@ ln -s $XDG_RUNTIME_DIR/hypr /tmp/hypr
## Autostart Programs
# Kill already running process
_ps=(waybar mako mpd)
_ps=(waybar mako)
for _prs in "${_ps[@]}"; do
if [[ $(pidof ${_prs}) ]]; then
killall -9 ${_prs}
@@ -23,6 +23,3 @@ done
# Launch statusbar (waybar)
~/.config/hypr/scripts/statusbar &
# Start mpd
exec mpd &