[AGS] Bar: Done (WiFi still missing, will be added at some later point)
This commit is contained in:
10
config/astal/components/bar/modules/stats.d.ts
vendored
Normal file
10
config/astal/components/bar/modules/stats.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
interface Stats {
|
||||
kernel: string;
|
||||
netSpeed: string;
|
||||
cpuTemp: string;
|
||||
cpuClk: string;
|
||||
gpuTemp: string;
|
||||
gpuClk: string;
|
||||
vram: string;
|
||||
availableVRAM: string;
|
||||
}
|
Reference in New Issue
Block a user