]> Freerunner's - dotfiles.git/commitdiff
waybar: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 15 Dec 2023 11:38:08 +0000 (12:38 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
waybar/.config/waybar/style.css

index 203526a551e84d7262ab5b7f8bd0f615e6e641a5..c1d9ad06461fb12a388aab3c58e7573fddd89d78 100644 (file)
@@ -7,7 +7,7 @@
 
 window#waybar {
     background-color: rgba(43, 48, 59, 1);
-    border-bottom: 3px solid rgba(100, 114, 125, 1);
+    border-bottom: 2px solid rgba(100, 114, 125, 1);
     color: #ffffff;
     transition-property: background-color;
     transition-duration: .5s;
@@ -41,7 +41,7 @@ window#waybar.chromium {
        padding: 0 10px;
        background: inherit;
        color:#ffffff;
-       border-bottom: 3px solid rgba(100, 114, 125, 0.0);
+       border-bottom: 2px solid rgba(100, 114, 125, 0.0);
        font-weight: bold;
        border: none;
        border-radius: 0;
@@ -49,21 +49,21 @@ window#waybar.chromium {
 
 #workspaces button:hover {
        background: inherit;
-       border-bottom: 3px solid tomato;
+       border-bottom: 2px solid tomato;
        box-shadow: inset 0 -28px #c9545d;
 }
 
 #workspaces button.active {
        font-weight: bold;
-       border-bottom: 3px solid lightblue;
+       border-bottom: 2px solid lightblue;
 }
 
 #workspaces button.focused {
-       border-bottom: 3px solid #c9545d;
+       border-bottom: 2px solid #c9545d;
 }
 
 #workspaces button.urgent {
-       border-bottom: 3px solid #eb4d4b;
+       border-bottom: 2px solid #eb4d4b;
 }