23 lines
273 B
TOML
23 lines
273 B
TOML
|
position = "top"
|
||
|
|
||
|
[[left]]
|
||
|
type = 'launcher'
|
||
|
icon_theme = 'Papirus'
|
||
|
|
||
|
[[center]]
|
||
|
type = 'focused'
|
||
|
icon_theme = 'Papirus'
|
||
|
|
||
|
[[right]]
|
||
|
type = 'tray'
|
||
|
|
||
|
[[right]]
|
||
|
type = 'clock'
|
||
|
|
||
|
[[right]]
|
||
|
type = 'sys-info'
|
||
|
format = [
|
||
|
'cpu: {cpu-percent}%',
|
||
|
'memory: {memory-percent}%',
|
||
|
]
|