mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
12 lines
470 B
Bash
Executable file
12 lines
470 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sketchybar --add item media e \
|
|
--set media label.color=$ACCENT_COLOR \
|
|
label.max_chars=20 \
|
|
icon.padding_left=0 \
|
|
scroll_texts=on \
|
|
icon= \
|
|
icon.color=$ACCENT_COLOR \
|
|
background.drawing=off \
|
|
script="$PLUGIN_DIR/media.sh" \
|
|
--subscribe media media_change
|