modify i3wm config, add more custom stuff to polybar MacAir7,2

This commit is contained in:
toniiz
2024-07-24 23:32:33 -07:00
parent 483f1dc083
commit e28a37efd3
5 changed files with 137 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ polybar-msg cmd quit
# Launch bar1 and bar2
echo "---" | tee -a /tmp/polybar1.log # /tmp/polybar2.log
polybar barra1 2>&1 | tee -a /tmp/polybar1.log & disown
# polybar bar2 2>&1 | tee -a /tmp/polybar2.log & disown
polybar main 2>&1 | tee -a /tmp/polybar1.log & disown
#polybar secondary 2>&1 | tee -a /tmp/polybar2.log & disown
echo "Bars launched..."
#echo "Bars launched..."