mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
10 lines
280 B
Bash
Executable File
10 lines
280 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
|