Waybar: Request: Style sway/window with empty workspace

Created on 21 Oct 2019  路  1Comment  路  Source: Alexays/Waybar

It would be nice to be able to change the background of the sway/window module when no windows are present:

#window {
    background: rgba(12, 12, 12, 0.4);
    color: #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

#window.empty {
    background: rgba(12, 12, 12, 0.0);
}

Right now, it looks weird...
2019-10-21-150408_screenshot
2019-10-21-150432_screenshot

question

Most helpful comment

You can do this with

window#waybar.empty #window {
    background: rgba(12, 12, 12, 0.0);
}

>All comments

You can do this with

window#waybar.empty #window {
    background: rgba(12, 12, 12, 0.0);
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

xajler picture xajler  路  5Comments

Maclanky picture Maclanky  路  5Comments

ForTheReallys picture ForTheReallys  路  5Comments

lovesegfault picture lovesegfault  路  3Comments

piu130 picture piu130  路  4Comments