mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-06 05:59:31 +01:00
ironbar: Remove sys_info module
Might put some of this into a popup later.
This commit is contained in:
parent
dd99b93246
commit
3237387447
@ -40,23 +40,9 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"end": [
|
"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",
|
"type": "label",
|
||||||
"label": " "
|
"label": " "
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -188,14 +174,6 @@
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sysinfo {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sysinfo .item {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tray {
|
.tray {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user