https://github.com/lauta-dev/modulo-cmus
Modulo cmus para la polybar
https://github.com/lauta-dev/modulo-cmus
Last synced: 8 months ago
JSON representation
Modulo cmus para la polybar
- Host: GitHub
- URL: https://github.com/lauta-dev/modulo-cmus
- Owner: Lauta-dev
- Created: 2023-04-01T15:59:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T16:11:27.000Z (about 3 years ago)
- Last Synced: 2025-01-14T14:21:22.849Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```ini
######################
## MODULE.INI ##
######################
[module/CMUS]
type = custom/script
exec = ~/script/CMUS/cmus.sh
interval = 1
click-left = cmus-remote -n
click-right = cmus-remote -r
scroll-up = cmus-remote --volume +5%
scroll-down = cmus-remote --volume -5%
```
```ini
######################
## CONFIG.INI ##
######################
modules-center = CMUS
```