refactor(waybar): set max length of audio device name
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s
This commit is contained in:
parent
84a40a7bf0
commit
0e7cadc86b
@ -133,6 +133,7 @@
|
||||
"custom/audio-device": {
|
||||
"tooltip": false,
|
||||
"min-length": 20,
|
||||
"max-length": 30,
|
||||
"interval": 1,
|
||||
"format": " {}",
|
||||
"exec": "wpctl status | grep -m 1 '*' | cut -d '.' -f2 | cut -d '[' -f1 | xargs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user