mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-09 17:51:20 +01:00
13 lines
470 B
Bash
13 lines
470 B
Bash
|
#!/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
|