move to backup
This commit is contained in:
parent
294dc66380
commit
a0e3d792a9
182 changed files with 156 additions and 103 deletions
56
bak/modules/wm/ironbar/config/config.toml
Normal file
56
bak/modules/wm/ironbar/config/config.toml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue