theme update
This commit is contained in:
parent
02ff733048
commit
68056dbdde
2 changed files with 7 additions and 7 deletions
|
|
@ -152,7 +152,7 @@ myweather.attach(myweather.icon)
|
|||
|
||||
local cpuwidget = awful.widget.graph()
|
||||
cpuwidget:set_width(100)
|
||||
cpuwidget:set_background_color("#222222")
|
||||
cpuwidget:set_background_color("#000000")
|
||||
cpuwidget:set_color({ type = "linear", from = { 0, 0 }, to = { 10,0 }, stops = { {0, "#FF5656"}, {0.5, "#88A175"}, {1, "#AECF96" }}})
|
||||
vicious.register(cpuwidget, vicious.widgets.cpu, "$1")
|
||||
|
||||
|
|
@ -265,10 +265,10 @@ awful.screen.connect_for_each_screen(function(s)
|
|||
s.mytasklist, -- Middle widget
|
||||
{ -- Right widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
netwidget,
|
||||
--netwidget,
|
||||
cpuwidget,
|
||||
batterywidget,
|
||||
thermalwidget,
|
||||
---batterywidget,
|
||||
--thermalwidget,
|
||||
myweather.icon,
|
||||
wibox.widget.systray(),
|
||||
mytextclock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue