bar-rs changed - move cpu, add date module, move media to middle

This commit is contained in:
alyx 2026-03-11 10:48:56 +00:00
parent 1864037e0d
commit c2d926a4a2
Signed by: alyx
SSH key fingerprint: SHA256:jnVDhAlcSXL67FEpIYmr80+FnLv93q3S2MtZ92ohQeA

View file

@ -5,8 +5,8 @@ hot_reloading = true
# hard_reloading = true # hard_reloading = true
[modules] [modules]
left = media left = date, cpu
center = cpu center = media
right = time, volume, memory, disk_usage right = time, volume, memory, disk_usage
[module_style] [module_style]
@ -47,6 +47,15 @@ border_width = 2.5
padding = 5 padding = 5
border_radius = 7 border_radius = 7
[module:date]
background = rgba(0, 36, 40, 1)
border_color = rgba(0, 146, 148, 1)
margin = 0
border_width = 2.5
padding = 8
border_radius = 7
[module:memory] [module:memory]
background = rgba(0, 36, 40, 1) background = rgba(0, 36, 40, 1)
border_color = rgba(0, 146, 148, 1) border_color = rgba(0, 146, 148, 1)