From 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:42:37 +0900 Subject: updates --- mac/.config/sketchybar.allapp/items/input_source.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 mac/.config/sketchybar.allapp/items/input_source.sh (limited to 'mac/.config/sketchybar.allapp/items/input_source.sh') diff --git a/mac/.config/sketchybar.allapp/items/input_source.sh b/mac/.config/sketchybar.allapp/items/input_source.sh new file mode 100755 index 0000000..c72f38f --- /dev/null +++ b/mac/.config/sketchybar.allapp/items/input_source.sh @@ -0,0 +1,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 + + -- cgit v1.2.3