i3 / desktop stuff.

This commit is contained in:
2021-12-06 18:00:25 -07:00
parent acce21bbc1
commit 3624fa124c
13 changed files with 790 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then
echo ""
else
echo "阮"
fi
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then
echo ""
else
playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}"
fi
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then
echo ""
else
echo "怜"
fi
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then
echo ""
else
echo "懶"
fi
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [ "$(playerctl --player=spotify metadata --format "{{ title }} - {{ artist }}" >>/dev/null 2>&1; echo $?)" == "1" ]; then
echo ""
else
echo "玲"
fi