forteleaf / sketkchybar-with-aerospace

31 stars 2 forks source link

speaker icon is doubled #3

Open agenttank opened 1 month ago

agenttank commented 1 month ago

hi!

the speaker icon is somehow there twice and thus looks a bit fuzzy

agenttank commented 3 weeks ago

fixed it, i think, by changing the "icon" variable to an empty string in this file

./items/volume.sh

volume_icon=(
  click_script="$PLUGIN_DIR/volume_click.sh"
  padding_left=10
  icon=""
  icon.width=0
  icon.align=left
  icon.color=$GREY
  icon.font="$FONT:Regular:14.0"
  label.width=25
  label.align=left
  label.font="$FONT:Regular:14.0"
)