bar-rs set width correctly based on system

This commit is contained in:
alyx 2026-03-11 10:25:08 +00:00
parent 9d936365fc
commit 579bee8fe4
Signed by: alyx
SSH key fingerprint: SHA256:jnVDhAlcSXL67FEpIYmr80+FnLv93q3S2MtZ92ohQeA
2 changed files with 43 additions and 31 deletions

View file

@ -9,20 +9,20 @@ left = media
center = cpu
right = time, volume, memory, disk_usage
[style]
spacing = 10 20 5
padding = 0 10
background = rgba(0, 0, 0, 0)
width = 2540
height = 30
margin = 7
[module_style]
font_size = 17
icon_size = 20
text_color = white
icon_color = white
[style]
spacing = 10 20 5
padding = 0 10
background = rgba(0, 0, 0, 0)
margin = 7
width = 1920
height = 30
[module:time]
background = rgba(0, 36, 40, 1)
border_color = rgba(0, 146, 148, 1)
@ -73,4 +73,3 @@ padding = 3
border_radius = 7
max_length = 50
max_title_length = 50