Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
remove commented out code from the wibox widget list
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Best <gbe@ring0.de>
  • Loading branch information
farhaven committed Nov 15, 2011
1 parent 52b8aa5 commit e73ceb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rc.lua
Expand Up @@ -236,8 +236,6 @@ for s = 1, screen.count() do
if have_obvious then if have_obvious then
right_layout:add(textbox(" ")) right_layout:add(textbox(" "))
right_layout:add(obvious.wlan("wpi0"):set_format(obvious.wlan.format_decibel).widget) right_layout:add(obvious.wlan("wpi0"):set_format(obvious.wlan.format_decibel).widget)
-- right_layout:add(textbox(" "))
-- right_layout:add(obvious.volume_alsa(0, 'Master', '☊'))
right_layout:add(textbox(" ")) right_layout:add(textbox(" "))
right_layout:add(obvious.battery()) right_layout:add(obvious.battery())
right_layout:add(textbox(" ")) right_layout:add(textbox(" "))
Expand Down

0 comments on commit e73ceb6

Please sign in to comment.