worf: Update yabay/sketchybar/alacritty config
This commit is contained in:
13
hosts/worf/sketchybar/items/front_app.sh
Executable file
13
hosts/worf/sketchybar/items/front_app.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
front_app=(
|
||||
label.font="$FONT:Bold:12.0"
|
||||
icon.background.drawing=on
|
||||
display=active
|
||||
script="$PLUGIN_DIR/front_app.sh"
|
||||
click_script="open -a 'Mission Control'"
|
||||
)
|
||||
|
||||
sketchybar --add item front_app left \
|
||||
--set front_app "${front_app[@]}" \
|
||||
--subscribe front_app front_app_switched
|
||||
Reference in New Issue
Block a user