mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 08:53:38 -08:00
update icons
This commit is contained in:
@@ -12,7 +12,7 @@ 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.ini" main &
|
||||
MONITOR=$m polybar -q --reload -c "$HOME/SudacodeRice/polybar-themes/sblocks/config.ini" main &
|
||||
done
|
||||
else
|
||||
polybar --reload example &
|
||||
|
||||
@@ -12,4 +12,6 @@ if [[ $arg == 'next' ]] || [[ "$arg" == "-n" ]]; then
|
||||
echo "怜"
|
||||
elif [[ $arg == 'prev' ]] || [[ "$arg" == "-p" ]]; then
|
||||
echo "玲"
|
||||
elif [[ "$arg" == 'icon' ]] || [[ "$arg" == "-i" ]]; then
|
||||
echo ""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user