diff options
-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 |----------------------------------------------------------------------------- |