mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-21 02:29:30 +00:00
Initial Commit
This commit is contained in:
parent
f18da1cc25
commit
a5bc6b13c5
96 changed files with 6936 additions and 0 deletions
13
config/polybar/launch.sh
Executable file
13
config/polybar/launch.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
# If all your bars have ipc enabled, you can use
|
||||
# polybar-msg cmd quit
|
||||
# Otherwise you can use the nuclear option:
|
||||
killall -q polybar
|
||||
|
||||
# Launch bar1 and bar2
|
||||
echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
|
||||
polybar mybar 2>&1 | tee -a /tmp/polybar1.log & disown
|
||||
|
||||
echo "Bars launched..."
|
||||
Loading…
Add table
Add a link
Reference in a new issue