feat(waybar): make background invisible

This commit is contained in:
Mohammad Rafiq 2025-06-01 19:05:29 +08:00
parent 3a2a668028
commit 9c947d7992
No known key found for this signature in database

View file

@ -16,6 +16,12 @@
modules-right = [ "clock" ]; modules-right = [ "clock" ];
} }
]; ];
style = # css
''
window#waybar {
background-color: rgba(0, 0, 0, 0);
}
'';
}; };
}) })
]; ];