Merge pull request #3 from Mastermindzh/experiment/polybar

Experiment/polybar
This commit is contained in:
2024-03-04 11:35:05 +01:00
committed by GitHub
19 changed files with 252 additions and 159 deletions

View File

@@ -22,7 +22,7 @@ else
i3lock -n -f -i "$tmpbg"
# if tidal was playing before we locked, resume.
if [ $isPlaying == "playing" ]; then
if [ "$isPlaying" == "playing" ]; then
~/.config/i3/scripts/tidal-cli.sh play
fi
rm -rf $tmpbg