bar-rs changed - move cpu, add date module, move media to middle
This commit is contained in:
parent
1864037e0d
commit
c2d926a4a2
1 changed files with 11 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue