diff --git a/scripts/status-bar/volume b/scripts/status-bar/volume index 2ee90831..304c11db 100755 --- a/scripts/status-bar/volume +++ b/scripts/status-bar/volume @@ -4,3 +4,7 @@ SINK=$( pactl list short sinks | grep RUNNING | sed -e 's,^\([0-9][0-9]*\)[^0-9] NOW=$( pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $SINK + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,' ) echo "^c#a3be8c^墳 ^d^ $NOW%" + +case $BLOCK_BUTTON in + 1) setsid -f "$TERMINAL" -e ncpamixer ;; +esac diff --git a/scripts/watch_mpv.sh b/scripts/watch_mpv.sh index be3972d9..8fe24f68 100755 --- a/scripts/watch_mpv.sh +++ b/scripts/watch_mpv.sh @@ -6,6 +6,8 @@ tmpdir="/tmp" url="$1" echo $url echo $format +mpv $url +exit 0 filepath="$tmpdir/$(youtube-dl --id --get-filename $format $url)" youtube-dl -c -o $filepath $format $url & diff --git a/suckless/dot_surf/bookmarks b/suckless/dot_surf/bookmarks index 7388ebfc..31b42353 100644 --- a/suckless/dot_surf/bookmarks +++ b/suckless/dot_surf/bookmarks @@ -1 +1 @@ -google.com/search?q=googlwe +https://app.daily.dev/