update icons

This commit is contained in:
ksyasuda
2021-11-15 14:32:56 -08:00
parent c386e4828a
commit e66c220f17
7 changed files with 62 additions and 28 deletions

View File

@@ -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 &

View File

@@ -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