summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-20 10:43:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-20 10:43:57 +0900
commit38da36b8f498f19ab7bd74ffb0d9dfae8e2c851a (patch)
tree5b5e875ba2c65d8d72d9293d0105aa74602a2db1 /ar/.local
parentb9c0580c0ec5fc3cd0e7cfc77f02ae733d18018a (diff)
modified bin/yt-music
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/yt-music6
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.local/bin/yt-music b/ar/.local/bin/yt-music
index 795403f..0501a24 100755
--- a/ar/.local/bin/yt-music
+++ b/ar/.local/bin/yt-music
@@ -2,12 +2,12 @@
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
-if [ -f "$XDG_CONFIG_HOME/youtube-music-flags.conf" ]; then
- YOUTUBE_MUSIC_USER_FLAGS="$(grep -v '^#' "$XDG_CONFIG_HOME/youtube-music-flags.conf")"
+if [ -f "$XDG_CONFIG_HOME/pear-flags.conf" ]; then
+ PEAR_USER_FLAGS="$(grep -v '^#' "$XDG_CONFIG_HOME/pear-flags.conf")"
fi
export ELECTRON_IS_DEV=0
-"/opt/YouTube Music/youtube-music" $YOUTUBE_MUSIC_USER_FLAGS "$@" &
+/usr/bin/pear-desktop $PEAR_USER_FLAGS "$@" &
APP_PID=$!
# Wait for the main window, then override WM_CLASS set by Electron