[AGS] Save for migration to GTK4

This commit is contained in:
2025-04-21 17:26:52 +02:00
parent f4b259dd13
commit 7380c75818
4 changed files with 30 additions and 5 deletions

View File

@@ -17,6 +17,9 @@ const featureTest = () => {
availableFeatures.cpu = false;
printerr( '[ SysInfo ] Feature Test for CPU info failed. mpstat from the sysstat package missing!' );
}
// Screen brightness... CTL might be available, but no screen controllable
// Battery... acpi might be present, but potentially no bat
}
let enabled = false;
@@ -52,5 +55,10 @@ const sysInfoFetcher = () => {
const SystemInfo = () => {
return <box></box>
}
export default {
SystemInfo
}