From 758ff44d70bb623ba4ec6c512ad3645318f3e89c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 10 Sep 2016 20:40:45 -0300 Subject: Removes launcher and binary clock from wibox --- config.dot/awesome.link/wibox.lua | 6 +++--- config.dot/awesome.link/widgets.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.dot/awesome.link/wibox.lua b/config.dot/awesome.link/wibox.lua index fadb04b..b44af6a 100644 --- a/config.dot/awesome.link/wibox.lua +++ b/config.dot/awesome.link/wibox.lua @@ -68,7 +68,7 @@ for s = 1, screen.count() do -- Add widgets to the wibox - order matters mywibox[s].widgets = { { - mylauncher, + --mylauncher, mytaglist[s], mypromptbox[s], layout = awful.widget.layout.horizontal.leftright @@ -78,14 +78,14 @@ for s = 1, screen.count() do s == 1 and mysystray or nil, arr1, spr3f, - binaryclock.widget, + --binaryclock.widget, + clockwidget, spr3f, arrl, --my_cal.widget, arr2, --netwidget, --neticon, - clockwidget, arr3, batwidget, baticon, diff --git a/config.dot/awesome.link/widgets.lua b/config.dot/awesome.link/widgets.lua index 1387de0..475cba5 100644 --- a/config.dot/awesome.link/widgets.lua +++ b/config.dot/awesome.link/widgets.lua @@ -111,7 +111,7 @@ function () awful.util.spawn_with_shell(iptraf) end))) clockwidget = widget({ type = "textbox" }) vicious.register(clockwidget, vicious.widgets.date, -' %d/%m/%Y %H:%M ', 3) +' %d/%m/%Y %H:%M ', 3) --{{---| Binary Clock |----------------------------------------------------------------------------- -- cgit v1.2.3