Merge branch 'master' of github.com:tobi-wan-kenobi/bumblebee-status

This commit is contained in:
Milos Miljanic 2019-07-31 23:28:47 +02:00
commit f8cdb18861
No known key found for this signature in database
GPG key ID: 34AC6A0400650287
6 changed files with 93 additions and 4 deletions

View file

@ -299,5 +299,9 @@
"unmuted": {
"prefix": "twmn(muted)"
}
}
},
"system": {
"prefix": "system"
}
}

View file

@ -213,5 +213,8 @@
},
"vpn": {
"prefix": ""
},
"system": {
"prefix": "  "
}
}

View file

@ -176,5 +176,8 @@
"twmn": {
"muted": { "prefix": "\uf1f6" },
"unmuted": { "prefix": "\uf0f3" }
},
"system": {
"prefix": " \uf2a9 "
}
}