From 1c957ffc8a68081a56d20951050f9af83cac3c25 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 30 Nov 2020 09:31:44 -0500 Subject: [fs] fix #218 --- fs-widget/fs-widget.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fs-widget/fs-widget.lua') diff --git a/fs-widget/fs-widget.lua b/fs-widget/fs-widget.lua index 613c472..e920e47 100644 --- a/fs-widget/fs-widget.lua +++ b/fs-widget/fs-widget.lua @@ -17,7 +17,8 @@ local function worker(args) forced_width = 35, paddings = 1, margins = 4, - border_width = 0.5, + border_width = 1, + border_radius = 2, border_color = beautiful.fg_normal, background_color = beautiful.bg_normal, bar_border_width = 1, @@ -61,8 +62,6 @@ local function worker(args) offset = { y = 5 }, widget = {} } - popup:connect_signal("mouse::enter", function(c) is_update = false end) - popup:connect_signal("mouse::leave", function(c) is_update = true end) storage_bar_widget:buttons( awful.util.table.join( -- cgit v1.2.3