waybar remove top and bottom lines

This commit is contained in:
2026-02-10 18:39:02 +01:00
parent 280d5c82d6
commit 1439e93601

View File

@@ -32,8 +32,8 @@
window#waybar {
background-color: @bg_main;
border-bottom: 2px solid rgba(100, 114, 125, 0.5);
border-top: 2px solid rgba(100, 114, 125, 0.5);
border-bottom: 0px solid rgba(100, 114, 125, 0.5);
border-top: 0px solid rgba(100, 114, 125, 0.5);
color: @content_main;
transition-property: background-color;
transition-duration: .5s;