add sketchybar mac settings and plugins, add skhd new key binds

This commit is contained in:
cainnz
2024-05-01 00:43:14 -07:00
parent 7862f4cfd1
commit bc680e8bb8
19 changed files with 747 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Some events send additional information specific to the event in the $INFO
# variable. E.g. the front_app_switched event sends the name of the newly
# focused application in the $INFO variable:
# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting
if [ "$SENDER" = "front_app_switched" ]; then
sketchybar --set $NAME label="$INFO" icon="$($CONFIG_DIR/plugins/icon_map_fn.sh "$INFO")"
fi