You are not logged in.
bar {
i3bar_command i3bar --transparency
status_command i3status
colors {
background #00000000
statusline #ffffff
separator #666666
focused_workspace #4c7899 #285577 #ffffff
active_workspace #333333 #5f676a #ffffff
inactive_workspace #333333 #222222 #888888
urgent_workspace #2f343a #900000 #ffffff
binding_mode #2f343a #900000 #ffffff
}
}Most probably I misunderstood the documentation. Please point out my error.
Last edited by Ridwan Rawriet (2022-01-28 11:59:57)
Offline
Are you running a compositor?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
No, the docs don't tell to. Is a compositor mandatory for transparency in i3? Doesn't i3 natively support it? Then why isn't there any mention of it in the docs? Or is transparency a broken feature that can be re-implemented by using a compositor?
Offline
You need a compositor to apply the alpha channel of a window, this has nothing to do w/ the client (in this case i3bar) and it *cannot* "natively" support that this way.
Some window managers (typically of the bigger DEs) have a built-in compositor, but i3 does not - I guess in part because it makes less sense w/ a tiling WM.
Online
Thanks for explaining.
Offline