diff options
author | Florian Lindner <florian.lindner@xgm.de> | 2020-11-10 22:07:20 +0100 |
---|---|---|
committer | Florian Lindner <florian.lindner@xgm.de> | 2020-11-10 22:07:20 +0100 |
commit | 32e2bd04a947c29f21f21a63032649514acb34c3 (patch) | |
tree | 4bea4b04111977d49bf44900a26c17d90b9b378e /fs-widget | |
parent | 06a386f9eea02ace608052e825cc76d5d4302a2d (diff) |
Remove explicit setting of bg color.
So that the default is taken. Gives a more unified appearence to the
other widgets.
Diffstat (limited to 'fs-widget')
-rw-r--r-- | fs-widget/fs-widget.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs-widget/fs-widget.lua b/fs-widget/fs-widget.lua index ce4ab8b..613c472 100644 --- a/fs-widget/fs-widget.lua +++ b/fs-widget/fs-widget.lua @@ -57,7 +57,6 @@ local function worker(args) shape = gears.shape.rounded_rect, border_width = 1, border_color = beautiful.bg_normal, - bg = beautiful.bg_focus, maximum_width = 400, offset = { y = 5 }, widget = {} |