mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
5 lines
152 B
Bash
Executable file
5 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sketchybar --add item volume right \
|
|
--set volume script="$PLUGIN_DIR/volume.sh" \
|
|
--subscribe volume volume_change
|