[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
|
@ -23,6 +23,22 @@
|
|||
"dnf": {
|
||||
"prefix": " dnf "
|
||||
},
|
||||
"brightness": {
|
||||
"prefix": " o "
|
||||
},
|
||||
"cmus": {
|
||||
"states": {
|
||||
"playing": {
|
||||
"prefix": " > "
|
||||
},
|
||||
"paused": {
|
||||
"prefix": " || "
|
||||
},
|
||||
"stopped": {
|
||||
"prefix": " [] "
|
||||
}
|
||||
}
|
||||
},
|
||||
"pasink": {
|
||||
"states": {
|
||||
"muted": {
|
||||
|
|
|
@ -15,6 +15,16 @@ disk:
|
|||
prefix: " hdd "
|
||||
dnf:
|
||||
prefix: " dnf "
|
||||
brightness:
|
||||
prefix: " o "
|
||||
cmus:
|
||||
states:
|
||||
playing:
|
||||
prefix: " > "
|
||||
paused:
|
||||
prefix: " || "
|
||||
stopped:
|
||||
prefix: " [] "
|
||||
pasink:
|
||||
states:
|
||||
muted:
|
||||
|
|
|
@ -44,6 +44,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"brightness": {
|
||||
"prefix": " "
|
||||
},
|
||||
"cmus": {
|
||||
"states": {
|
||||
"playing": {
|
||||
"prefix": " "
|
||||
},
|
||||
"paused": {
|
||||
"prefix": " "
|
||||
},
|
||||
"stopped": {
|
||||
"prefix": " "
|
||||
}
|
||||
}
|
||||
},
|
||||
"pasink": {
|
||||
"states": {
|
||||
"muted": {
|
||||
|
|
|
@ -45,6 +45,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"brightness": {
|
||||
"prefix": " "
|
||||
},
|
||||
"cmus": {
|
||||
"states": {
|
||||
"playing": {
|
||||
"prefix": " "
|
||||
},
|
||||
"paused": {
|
||||
"prefix": " "
|
||||
},
|
||||
"stopped": {
|
||||
"prefix": " "
|
||||
}
|
||||
}
|
||||
},
|
||||
"pasink": {
|
||||
"states": {
|
||||
"muted": {
|
||||
|
|
|
@ -44,6 +44,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"brightness": {
|
||||
"prefix": " o "
|
||||
},
|
||||
"cmus": {
|
||||
"states": {
|
||||
"playing": {
|
||||
"prefix": " > "
|
||||
},
|
||||
"paused": {
|
||||
"prefix": " || "
|
||||
},
|
||||
"stopped": {
|
||||
"prefix": " [] "
|
||||
}
|
||||
}
|
||||
},
|
||||
"pasink": {
|
||||
"states": {
|
||||
"muted": {
|
||||
|
|
Loading…
Reference in a new issue