added new system module

* allows to shutdown/reboot the system
This commit is contained in:
Bernhard B 2019-07-28 18:14:46 +02:00
parent 7d1a3f7532
commit 940172aab1
4 changed files with 89 additions and 3 deletions

View file

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

View file

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

View file

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