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

12
bin/scroll_spotify_status.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
# see man zscroll for documentation of the following parameters
zscroll -l 30 \
--delay 0.4 \
--match-command "`dirname $0`/get_spotify_status.sh --status" \
--match-text "Playing" "--scroll 1" \
--match-text "Paused" "--scroll 0" \
--update-check true "`dirname $0`/get_spotify_status.sh" &
wait