First commit

This commit is contained in:
Yusuf İpek
2022-12-10 12:44:53 +03:00
commit b9f81411ac
26 changed files with 904 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
killall -q polybar
echo "---" | tee -a /tmp/polybar.log
MONITOR="HDMI-0" polybar main 2>&1 | tee -a /tmp/polybar.log & disown
MONITOR="DVI-D-0" polybar main 2>&1 | tee -a /tmp/polybar.log & disown
echo "Bars launched..."