ironbar: Remove sys_info module

Might put some of this into a popup later.
This commit is contained in:
Donovan Glover 2023-07-04 07:43:15 -04:00
parent dd99b93246
commit 3237387447
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -40,23 +40,9 @@
],
"end": [
{
"type": "sys_info",
"format": [
" {cpu_percent}%",
" {memory_used} GB ({memory_percent}%)",
" {disk_used:/} GB ({disk_percent:/}%)"
],
"interval": {
"cpu": 1,
"disks": 300,
"memory": 30
}
},
{
"type": "label",
"label": " "
"label": " "
},
{
@ -188,14 +174,6 @@
padding-left: 10px;
}
.sysinfo {
margin-left: 10px;
}
.sysinfo .item {
margin-left: 5px;
}
.tray {
margin-left: 10px;
}