Awesome is a window manager that lets you setup the environment through a programming language(Lua) .I installed Unagi(compositing window manager) and I can make firefox transparent .For example this awful.rules
:
{rule = {class = "Firefox"},
properties = {opacity = 0.8} }
How would you make the awful.wibox
transparent by setting up the rules? or is there a different way of making the awful.wibox
transparent?
wmbar = awful.wibox({ position = "right", screen = 1 })
wmbar.widgets = {
widget1,
widget2,
layout = awful.widget.layout.vertical.flex }