diff options
author | makefu <makefu@nixos.dev> | 2016-01-13 12:20:01 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-19 20:47:06 +0100 |
commit | 93c217475155f4a7770607b854da9c95ff7b336c (patch) | |
tree | aff84cba06355188a720b4624e0d4ce7baae249c | |
parent | 1b39a26933966c5da8316f81ae67ff88e56d348d (diff) |
ma 5 awesomecfg/full: remove volume field
-rw-r--r-- | makefu/5pkgs/awesomecfg/full.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/makefu/5pkgs/awesomecfg/full.cfg b/makefu/5pkgs/awesomecfg/full.cfg index 15711a5d5..c1b58aa90 100644 --- a/makefu/5pkgs/awesomecfg/full.cfg +++ b/makefu/5pkgs/awesomecfg/full.cfg @@ -38,8 +38,6 @@ do end) end -- }}} -volwidget = wibox.widget.textbox() -vicious.register(volwidget, vicious.widgets.volume, " $1% ", 2, "Master") -- {{{ Mails widget type local function worker(format,warg) @@ -258,7 +256,6 @@ for s = 1, screen.count() do local right_layout = wibox.layout.fixed.horizontal() right_layout:add(mailwidget) if s == 1 then right_layout:add(wibox.widget.systray()) end - right_layout:add(volwidget) right_layout:add(cpuwidget) right_layout:add(batwidget) right_layout:add(mytextclock) |