blob: c72f38f5ce1ec1ef9cb10d6972eb901d681c69a2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
sketchybar --add item input_source right
sketchybar --set input_source \
icon.font="$FONT:Regular:20.0" \
script="$PLUGIN_DIR/get_input_source.sh" \
icon.color=0xffffffff \
update_freq=1
|