Updated.
This commit is contained in:
11
polybar/launch.sh
Executable file
11
polybar/launch.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
pkill polybar
|
||||
# If all your bars have ipc enabled, you can also use
|
||||
# polybar-msg cmd quit
|
||||
|
||||
# Launch Polybar, using default config location ~/.config/polybar/config
|
||||
polybar top | tee -a /tmp/polybar.log & disown
|
||||
|
||||
echo "Polybar launched..."
|
Reference in New Issue
Block a user