diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-10 20:40:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-10 20:40:45 -0300 |
commit | 758ff44d70bb623ba4ec6c512ad3645318f3e89c (patch) | |
tree | fc7d1138202a8e970ac9c88d29042f704116a1f1 | |
parent | 0dbd5ff5c558a920c1056069300945ee712e7937 (diff) | |
download | awesome-758ff44d70bb623ba4ec6c512ad3645318f3e89c.tar.gz awesome-758ff44d70bb623ba4ec6c512ad3645318f3e89c.tar.bz2 |
Removes launcher and binary clock from wibox
-rw-r--r-- | config.dot/awesome.link/wibox.lua | 6 | ||||
-rw-r--r-- | 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, -'<span background="#C2C2A4" font="Terminus 12"> <span font="Terminus 9" color="#FFFFFF">%d/%m/%Y %H:%M</span> </span>', 3) +'<span background="#777e76" font="Terminus 12"> <span font="Terminus 9" color="#FFFFFF">%d/%m/%Y %H:%M</span> </span>', 3) --{{---| Binary Clock |----------------------------------------------------------------------------- |