mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
#63 fix
This commit is contained in:
parent
9f84c0364c
commit
47350f55be
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit 30658f602bff127945b0a5acee551fd58eb226fc
|
||||
Subproject commit 0bfa28f7491904bebefeb02efe6e020da2ed8cf8
|
|
@ -195,6 +195,7 @@ volumewidget = lain.widgets.alsa({
|
|||
if volume_now.status == "off" then
|
||||
volume_now.level = volume_now.level .. "M"
|
||||
end
|
||||
|
||||
widget:set_markup(markup("#7493d2", volume_now.level .. "% "))
|
||||
end
|
||||
})
|
||||
|
@ -207,7 +208,7 @@ netupicon = wibox.widget.imagebox(beautiful.widget_netup)
|
|||
--netupicon.align = "middle"
|
||||
netupinfo = lain.widgets.net({
|
||||
settings = function()
|
||||
if string.match(iface,"network off") and
|
||||
if iface ~= "network off" and
|
||||
string.match(yawn.widget._layout.text, "N/A")
|
||||
then
|
||||
yawn.fetch_weather()
|
||||
|
|
Loading…
Reference in a new issue