nixos/home/hyprland/ironbar/reference/config.toml.bak
Evie Litherland-Smith be1d5fa798 Switch to minimal ironbar implementation
Save reference for later
Enable upower daemon and add simple bar with the essentials for now,
TODO more later
2023-10-11 08:28:27 +01:00

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}%',
]