[themes] Add brightness and cmus module support
Add themeing for brightness and cmus
This commit is contained in:
parent
a43938b1c8
commit
e4ff22f1e0
5 changed files with 74 additions and 0 deletions
|
@ -45,6 +45,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"brightness": {
|
||||
"prefix": " "
|
||||
},
|
||||
"cmus": {
|
||||
"states": {
|
||||
"playing": {
|
||||
"prefix": " "
|
||||
},
|
||||
"paused": {
|
||||
"prefix": " "
|
||||
},
|
||||
"stopped": {
|
||||
"prefix": " "
|
||||
}
|
||||
}
|
||||
},
|
||||
"pasink": {
|
||||
"states": {
|
||||
"muted": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue