add base dotfiles
This commit is contained in:
commit
968449de49
31 changed files with 2121 additions and 0 deletions
9
.config/eww/scripts/songcardtitle
Executable file
9
.config/eww/scripts/songcardtitle
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "(label :class \"songcard__title\" :text \"None Playing\")"
|
||||
while true
|
||||
do
|
||||
content=$(spt playback --status -f "%t" 2> /dev/null)
|
||||
echo "(label :class \"songcard__title\" :text \"${content}\")"
|
||||
sleep 1
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue