Polybar improvements, font fixes, added actions

This commit is contained in:
2021-09-28 08:55:59 +02:00
parent 0e0a5b4fce
commit 06c174a363
2 changed files with 68 additions and 26 deletions

2
bin/runpolybaronce Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/zsh
(pgrep -f "polybar music" >/dev/null && pkill -f "polybar music") || polybar music &