mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
9 lines
445 B
Bash
Executable file
9 lines
445 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sketchybar --add item front_app left \
|
|
--set front_app background.color=$ACCENT_COLOR \
|
|
icon.color=$BAR_COLOR \
|
|
icon.font="sketchybar-app-font:Regular:16.0" \
|
|
label.color=$BAR_COLOR \
|
|
script="$PLUGIN_DIR/front_app.sh" \
|
|
--subscribe front_app front_app_switched
|