refactor(waybar): set max length of audio device name
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s

This commit is contained in:
Price Hiller 2025-01-02 13:25:37 -06:00
parent 84a40a7bf0
commit 0e7cadc86b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -133,6 +133,7 @@
"custom/audio-device": { "custom/audio-device": {
"tooltip": false, "tooltip": false,
"min-length": 20, "min-length": 20,
"max-length": 30,
"interval": 1, "interval": 1,
"format": "󰓃 {}", "format": "󰓃 {}",
"exec": "wpctl status | grep -m 1 '*' | cut -d '.' -f2 | cut -d '[' -f1 | xargs" "exec": "wpctl status | grep -m 1 '*' | cut -d '.' -f2 | cut -d '[' -f1 | xargs"