bar-rs set width correctly based on system
This commit is contained in:
parent
9d936365fc
commit
579bee8fe4
2 changed files with 43 additions and 31 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue