Merge pull request #412 from bbernhard/system

system module
This commit is contained in:
tobi-wan-kenobi 2019-07-31 19:51:34 +02:00 committed by GitHub
commit ebd97a9495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 89 additions and 3 deletions

View file

@ -132,6 +132,9 @@
"dunst": {
"muted": { "prefix": "dunst(muted)"},
"unmuted": { "prefix": "dunst" }
}
},
"system": {
"prefix": "system"
}
}

View file

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

View file

@ -166,6 +166,9 @@
"dunst": {
"muted": { "prefix": "\uf39a"},
"unmuted": { "prefix": "\uf39b" }
}
},
"system": {
"prefix": " \uf2a9 "
}
}