Update with mpris, Macchiato catppuccin colors and awesome_switcher

This commit is contained in:
Hydroxycarbamide 2022-09-14 19:25:13 +02:00
parent 64e9b9a3cb
commit 8d5ee408cf
22 changed files with 1038 additions and 79 deletions

22
bin/scroll_mpris_status.sh Executable file
View file

@ -0,0 +1,22 @@
#!/bin/bash
cmd="${0%/*}/get_mpris_status.sh $1"
zscroll -l 50 \
--scroll-padding "$(printf ' %.0s' {1..8})" \
-d 0.5 \
-M "$cmd icon" \
-m "none" "-b ''" \
-m "browser" "-b ' '" \
-m "netflix" "-b 'ﱄ '" \
-m "youtube" "-b ' '" \
-m "prime" "-b ' '" \
-m "spotify" "-b ' '" \
-m "spotifyd" "-b ' '" \
-m "vlc" "-b '嗢 '" \
-m "mpv" "-b ' '" \
-m "kdeconnect" "-b ' '" \
-m "corridor" "-b ' '" \
-U 1 -u t "$cmd" &
wait