ashell: support yaml and toml config

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-29 17:17:51 -05:00
parent f62e9a8114
commit 650a38ebe8
11 changed files with 226 additions and 6 deletions

View file

@ -0,0 +1,13 @@
[modules]
center = ["WindowTitle"]
left = ["Workspaces"]
right = ["SystemInfo"]
[system_info]
refresh_rate = 1000
show_cpu = true
show_memory = true
[workspaces]
show_empty = true
visibility_mode = "MonitorSpecific"