56 lines
844 B
TOML
56 lines
844 B
TOML
position = "top"
|
|
height = 24
|
|
icon_theme = "Reversal-dark"
|
|
|
|
[[start]]
|
|
type = "workspaces"
|
|
favorites = ["main", "code", "gaming", "other", "chat", "media"]
|
|
hidden = [ "7" ]
|
|
sort = "added"
|
|
|
|
[start.name_map]
|
|
"main" = ""
|
|
"code" = ""
|
|
"gaming" = ""
|
|
"other" = ""
|
|
"chat" = ""
|
|
"media" = ""
|
|
|
|
[[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}% ({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
|
|
|
|
[[end]]
|
|
type = "volume"
|
|
icon_size=16
|
|
|
|
[end.truncate]
|
|
mode = "end"
|
|
max_length = 20
|
|
|
|
[[end]]
|
|
type = "clock"
|
|
|
|
[[end]]
|
|
type = "notifications"
|