1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

blackburn: new wall

This commit is contained in:
luke bonham 2013-05-21 16:22:10 +02:00
parent dd908a9210
commit 2ac63603cb
2 changed files with 4 additions and 2 deletions

View file

@ -449,6 +449,7 @@ fshwidget:connect_signal('mouse::enter', function () show_info(0) end)
fshwidget:connect_signal('mouse::leave', function () remove_info() end)
-- Battery widget
--[[
batwidget = wibox.widget.textbox()
function batstate()
@ -499,6 +500,7 @@ function (widget, args)
end
return gray .. "Bat " .. coldef .. white .. args[2] .. " " .. coldef
end, 1, 'BAT0')
]]
-- Volume widget
volumewidget = wibox.widget.textbox()
@ -637,7 +639,7 @@ for s = 1, screen.count() do
right_layout:add(yawn.icon)
right_layout:add(yawn.widget)
right_layout:add(fshwidget)
right_layout:add(batwidget)
--right_layout:add(batwidget)
--right_layout:add(netwidget)
right_layout:add(spr)
right_layout:add(volumewidget)
@ -875,7 +877,7 @@ awful.rules.rules = {
},
{ rule = { class = "URxvt" },
properties = { opacity = 0.95 } },
properties = { opacity = 0.95 } },
{ rule = { class = "MPlayer" },
properties = { floating = true } },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 KiB

After

Width:  |  Height:  |  Size: 29 KiB