(polybar) fixed polybar launch for voidlinux
This commit is contained in:
@@ -45,7 +45,7 @@ exec --no-startup-id dunst
|
||||
exec --no-startup-id picom -b
|
||||
|
||||
# clean up and start polybar
|
||||
exec_always --no-startup-id killall polybar
|
||||
exec_always --no-startup-id pkill polybar
|
||||
exec_always --no-startup-id bash ~/.config/polybar/launch_polybar.sh
|
||||
|
||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
if type "xrandr"; then
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
for m in $(xrandr --query | grep " connected " | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload toph &
|
||||
done
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user