(sway..) moved transparency from foot to sway, failed with waybar..

This commit is contained in:
zegonix
2025-06-22 15:27:59 +02:00
parent 8858002f05
commit 2dc65fa386
4 changed files with 20 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
@define-color --magenta #E02482;
@define-color --light-magenta #FFA0D0;
@define-color --green #4E9C3D;
@define-color --transparent rgba(0, 0, 0, 0);
window#waybar {
font-family: JetBrainsMonoNerdFont;
@@ -43,7 +44,8 @@ window#waybar {
#workspaces button.urgent {
background: @--magenta;
color: @--black;
color: @--white;
border-bottom: 0px solid @--transparent;
}
#window {