diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 4de98f2..04e37b3 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,4 +1,3 @@ - If you have an issue -------------------- diff --git a/lain b/lain index f82f0ed..ff61857 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit f82f0ed20542258833e866c8f33bc54c57c3b863 +Subproject commit ff61857e157b8f32e861016a6f151a7d1ddcd2da diff --git a/rc.lua.copland b/rc.lua.copland index 77bb183..fcf5ec3 100644 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -280,7 +280,7 @@ local fswidget = wibox.container.margin(fsbg, 2, 7, 4, 4) local volicon = wibox.widget.imagebox(beautiful.vol) local volume = lain.widgets.alsabar({ width = 59, border_width = 0, ticks = true, ticks_size = 6, step = "2%", - --togglechannel = "IEC958,3", + notification_preset = { font = beautiful.font }, settings = function() if volume_now.status == "off" then volicon:set_image(beautiful.vol_mute) diff --git a/rc.lua.rainbow b/rc.lua.rainbow index 97e2686..fcf808d 100644 --- a/rc.lua.rainbow +++ b/rc.lua.rainbow @@ -212,7 +212,10 @@ local fshome = lain.widgets.fs({ }) -- ALSA volume bar -local volume = lain.widgets.alsabar({ ticks = true, width = 67 }) +local volume = lain.widgets.alsabar({ + ticks = true, width = 67, + notification_preset = { font = beautiful.font } +}) local volumebg = wibox.container.background(volume.bar, "#585858", shape.rectangle) local volumewidget = wibox.container.margin(volumebg, 7, 7, 5, 5)