[themes] Add brightness and cmus module support

Add themeing for brightness and cmus
This commit is contained in:
Tobi-wan Kenobi 2016-11-09 19:39:12 +01:00
parent a43938b1c8
commit e4ff22f1e0
5 changed files with 74 additions and 0 deletions

View file

@ -23,6 +23,22 @@
"dnf": { "dnf": {
"prefix": " dnf " "prefix": " dnf "
}, },
"brightness": {
"prefix": " o "
},
"cmus": {
"states": {
"playing": {
"prefix": " > "
},
"paused": {
"prefix": " || "
},
"stopped": {
"prefix": " [] "
}
}
},
"pasink": { "pasink": {
"states": { "states": {
"muted": { "muted": {

View file

@ -15,6 +15,16 @@ disk:
prefix: " hdd " prefix: " hdd "
dnf: dnf:
prefix: " dnf " prefix: " dnf "
brightness:
prefix: " o "
cmus:
states:
playing:
prefix: " > "
paused:
prefix: " || "
stopped:
prefix: " [] "
pasink: pasink:
states: states:
muted: muted:

View file

@ -44,6 +44,22 @@
} }
} }
}, },
"brightness": {
"prefix": "  "
},
"cmus": {
"states": {
"playing": {
"prefix": "  "
},
"paused": {
"prefix": "  "
},
"stopped": {
"prefix": "  "
}
}
},
"pasink": { "pasink": {
"states": { "states": {
"muted": { "muted": {

View file

@ -45,6 +45,22 @@
} }
} }
}, },
"brightness": {
"prefix": "  "
},
"cmus": {
"states": {
"playing": {
"prefix": "  "
},
"paused": {
"prefix": "  "
},
"stopped": {
"prefix": "  "
}
}
},
"pasink": { "pasink": {
"states": { "states": {
"muted": { "muted": {

View file

@ -44,6 +44,22 @@
} }
} }
}, },
"brightness": {
"prefix": " o "
},
"cmus": {
"states": {
"playing": {
"prefix": " > "
},
"paused": {
"prefix": " || "
},
"stopped": {
"prefix": " [] "
}
}
},
"pasink": { "pasink": {
"states": { "states": {
"muted": { "muted": {