some fixes
This commit is contained in:
parent
b49ec25b89
commit
e2f6a0b8fd
2 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
cpuwidget,
|
cpuwidget,
|
||||||
batterywidget,
|
batterywidget,
|
||||||
thermalwidget,
|
thermalwidget,
|
||||||
myweather.icon,
|
-- myweather.icon,
|
||||||
wibox.widget.systray(),
|
wibox.widget.systray(),
|
||||||
mytextclock,
|
mytextclock,
|
||||||
s.mylayoutbox,
|
s.mylayoutbox,
|
||||||
|
|
|
||||||
|
|
@ -126,15 +126,15 @@ menubar.utils.terminal = terminal -- Set the terminal for applications that requ
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Vicious widgets
|
-- {{{ Vicious widgets
|
||||||
--batterywidget = wibox.widget.textbox()
|
batterywidget = wibox.widget.textbox()
|
||||||
--vicious.register(batterywidget, vicious.widgets.bat, "$1$2% / ", 20, config.battery)
|
vicious.register(batterywidget, vicious.widgets.bat, "$1$2% / ", 20, config.battery)
|
||||||
|
|
||||||
--netwidget = wibox.widget.textbox()
|
--netwidget = wibox.widget.textbox()
|
||||||
--vicious.register(netwidget, vicious.widgets.net,
|
--vicious.register(netwidget, vicious.widgets.net,
|
||||||
--'<span color="green">⇩${'..config.net_device..' down_kb}</span> / <span color="#C83321">${'..config.net_device..' up_kb}⇧</span> ', 1)
|
--'<span color="green">⇩${'..config.net_device..' down_kb}</span> / <span color="#C83321">${'..config.net_device..' up_kb}⇧</span> ', 1)
|
||||||
|
|
||||||
--thermalwidget = wibox.widget.textbox()
|
thermalwidget = wibox.widget.textbox()
|
||||||
--vicious.register(thermalwidget, vicious.widgets.thermal, "$1°C ", 20, config.thermal_zone )
|
vicious.register(thermalwidget, vicious.widgets.thermal, "$1°C ", 20, config.thermal_zone )
|
||||||
|
|
||||||
--myweather = lain.widget.weather({
|
--myweather = lain.widget.weather({
|
||||||
-- APPID = config.openweather_api_key,
|
-- APPID = config.openweather_api_key,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue