mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
update laptop config with bspwm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## Add this to your wm startup file.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
killall -q polybar
|
||||
|
||||
# Wait until the processes have been shut down
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
while pgrep -u "$UID" -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# polybar -c ~/i3/configs/config.ini main &
|
||||
# polybar -c ~/SudacodeRice/polybar/config.ini main &
|
||||
|
||||
Reference in New Issue
Block a user