mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
add laptop config and fix stuff
This commit is contained in:
@@ -9,4 +9,15 @@ killall -q polybar
|
||||
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 &
|
||||
# polybar -c ~/SudacodeRice/polybar/config.ini main &
|
||||
# polybar -c ~/SudacodeRice/polybar/config.ini main &
|
||||
|
||||
if type "xrandr"; then
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
# MONITOR=$m polybar --reload -c ~/SudacodeRice/polybar/config.desktop.ini main &
|
||||
# update to use new theme
|
||||
MONITOR=$m polybar --reload -c "$HOME/SudacodeRice/polybar-themes/sblocks/config-4k.ini" main &
|
||||
done
|
||||
else
|
||||
polybar --reload example &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user