mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
13 lines
282 B
Bash
Executable File
13 lines
282 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
|