From 460d24f097530de3aefe5eabb011df83fc96872b Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 22:45:17 +0100 Subject: [PATCH] ux/ui --- waybar.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/waybar.nix b/waybar.nix index 4327295..67008da 100644 --- a/waybar.nix +++ b/waybar.nix @@ -56,7 +56,7 @@ padding-right: 0px; padding-left: 0px; padding-bottom: 0px; - border-radius: 0 !important; + border-radius: 0; } /* --- Waybar Container --- */ @@ -65,7 +65,7 @@ color: #c6d0f5; margin: 0px; font-weight: 500; - border-radius: 0 !important; + border-radius: 0; } /* --- Left Modules (Individual, Fully Rounded Blocks - With Horizontal Spacing & Simple Hover) --- */ @@ -80,7 +80,7 @@ border: none; /* Transition for background-color and color only */ transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; - border-radius: 0 !important; + border-radius: 0; } #workspaces { @@ -96,19 +96,19 @@ transition: all 0.2s ease-in-out; border: none; outline: none; - border-radius: 0 !important; + border-radius: 0; } #workspaces button.active { color: #99d1db; background-color: rgba(153, 209, 219, 0.1); - border-radius: 0 !important; + border-radius: 0; } #workspaces button:hover { background: rgb(41, 42, 53); /* Reference bright hover color */ color: #c6d0f5; - border-radius: 0 !important; + border-radius: 0; } /* --- Center Module (Individual, Fully Rounded Block - With Simple Hover) --- */ @@ -217,7 +217,7 @@ border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); font-size: 12px; - border-radius: 0 !important; + border-radius: 0; } ''; };