mirror of
https://github.com/yusufipk/i3-config.git
synced 2026-09-11 10:56:11 +00:00
First commit
This commit is contained in:
Executable
+8
@@ -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..."
|
||||
Reference in New Issue
Block a user