]> Freerunner's - dotfiles.git/commitdiff
waybar: de-saturate borders
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 19 Sep 2024 15:56:58 +0000 (17:56 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 19 Sep 2024 15:56:58 +0000 (17:56 +0200)
config/dot-config/waybar/style.css

index 7078e4ab3f9afefd9e042d3af5766578d7f2f3ee..48740d269dccfbafd2d1b8e4d90d461d82cea1fe 100644 (file)
@@ -29,7 +29,7 @@
 
 tooltip {
   background: @base00;
-  border: 1px @base02;
+  border: 1px solid @base02;
   border-radius: 4px;
 }
 tooltip label {
@@ -142,8 +142,8 @@ tooltip label {
 }
 
 window#waybar {
-  border-left: 1px solid @base01;
-  border-right: 1px solid @base01;
+  border-left: 1px solid @base02;
+  border-right: 1px solid @base02;
   border-bottom: 1px solid @base02;
   background-color: alpha(@base00, 0.95);
   transition-property: background-color;