dotfiles/.notion/save_statusbar.lua

11 lines
139 B
Lua
Raw Permalink Normal View History

2022-12-04 23:38:54 +01:00
ctrl_statusbar.save = {
active = {
"%date",
"load:% %>load",
},
inactive = {
"battery: %battery",
"%workspace_pager",
"net:% %>netmon",
}
}