update ram widget
This commit is contained in:
parent
dcd6f62690
commit
23330e6443
|
@ -27,8 +27,6 @@ local w = wibox {
|
||||||
w:setup {
|
w:setup {
|
||||||
border_width = 0,
|
border_width = 0,
|
||||||
colors = {
|
colors = {
|
||||||
-- '#74aeab',
|
|
||||||
-- '#6eaaa7',
|
|
||||||
'#5ea19d',
|
'#5ea19d',
|
||||||
'#55918e',
|
'#55918e',
|
||||||
'#4b817e',
|
'#4b817e',
|
||||||
|
@ -76,4 +74,4 @@ ramgraph_widget:buttons(
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
return ramgraph_widget
|
return ramgraph_widget
|
||||||
|
|
Loading…
Reference in New Issue