Browse Source

More sucklesss aaaaa

main
Yiğit Çolakoğlu 4 years ago
parent
commit
c6eb1bc462
3 changed files with 7 additions and 1 deletions
  1. +4
    -0
      scripts/status-bar/volume
  2. +2
    -0
      scripts/watch_mpv.sh
  3. +1
    -1
      suckless/dot_surf/bookmarks

+ 4
- 0
scripts/status-bar/volume View File

@ -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

+ 2
- 0
scripts/watch_mpv.sh View File

@ -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 &


+ 1
- 1
suckless/dot_surf/bookmarks View File

@ -1 +1 @@
google.com/search?q=googlwe
https://app.daily.dev/

Loading…
Cancel
Save