Add Power-Profile module

This commit is contained in:
siggi 2023-10-03 22:28:28 +02:00
parent 9c5e30ac61
commit 85760926d7
5 changed files with 139 additions and 0 deletions

View file

@ -410,5 +410,8 @@
"speedtest": {
"running": { "prefix": [".", "..", "...", ".."] },
"not-running": { "prefix": "[start]" }
},
"power-profile": {
"prefix": "profile"
}
}

View file

@ -739,5 +739,8 @@
},
"thunderbird": {
"prefix": ""
},
"power-profile": {
"prefix": "\uF2C1"
}
}