Setting Polybar

This commit is contained in:
Fabio Scotto di Santolo
2025-09-04 00:02:37 +02:00
parent c8566553cf
commit 56af90de63
7 changed files with 766 additions and 157 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
# see man zscroll for documentation of the following parameters
zscroll -l 30 \
--delay 0.1 \
--scroll-padding "  " \
--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