add Lenovox1en5 polybar & i3wm configs, change MacOS folder to macos

This commit is contained in:
Toniiz
2024-07-29 15:24:07 -07:00
parent 6cd88e865f
commit 45c0447ce6
29 changed files with 597 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
STATE="$(echo "$INFO" | jq -r '.state')"
if [ "$STATE" = "playing" ]; then
MEDIA="$(echo "$INFO" | jq -r '.title + " - " + .artist')"
sketchybar --set $NAME label="$MEDIA" drawing=on
else
sketchybar --set $NAME drawing=off
fi