Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
11 lines
489 B
Bash
Executable File
11 lines
489 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sketchybar --add item front_app q \
|
|
--set front_app background.color=$ITEM_BG_COLOR \
|
|
icon.color=$BLUE \
|
|
icon.font="sketchybar-app-font:Regular:16.0" \
|
|
label.color=$BLUE \
|
|
script="$PLUGIN_DIR/front_app.sh" \
|
|
associated_display=1 \
|
|
--subscribe front_app front_app_switched
|