finishes ironbar config
This commit is contained in:
parent
4b74fcb3d6
commit
8e1e34b462
3 changed files with 40 additions and 5 deletions
|
|
@ -16,10 +16,27 @@ sort = "added"
|
|||
"chat" = ""
|
||||
"media" = ""
|
||||
|
||||
[[center]]
|
||||
[[start]]
|
||||
type = "label"
|
||||
label = "Current: "
|
||||
|
||||
[[start]]
|
||||
type = "focused"
|
||||
icon_size = 16
|
||||
|
||||
[start.truncate]
|
||||
mode = "end"
|
||||
max_length = 40
|
||||
|
||||
[[center]]
|
||||
type = "sys_info"
|
||||
format = [
|
||||
"h:dnsc-machine",
|
||||
" {cpu_percent@sum}% ({temp_c@k10temp Tccd1}°C)",
|
||||
" {memory_used#G:<2.1}/{memory_total#G:<2.1}GB",
|
||||
" {disk_used#G@/:.1}GB used ({disk_free#G@/:.0}GB free)"
|
||||
]
|
||||
|
||||
[[end]]
|
||||
type = "tray"
|
||||
icon_size=15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue