]> Freerunner's - dotfiles.git/commitdiff
waybar: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 23 Sep 2024 18:26:55 +0000 (20:26 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 24 Sep 2024 05:59:46 +0000 (07:59 +0200)
config/dot-config/waybar/style.css

index 48740d269dccfbafd2d1b8e4d90d461d82cea1fe..d1d0471e0de7341ac2e047738f651fa9dd617ac5 100644 (file)
 /* -----------------------------------  waybar ----------------------------------- */
 #waybar {
   border-radius: 0px 0px 8px 8px;
-  border-top: 1px @base00;
-  border-bottom: 1px @base00;
-  border-left: 1px @base00;
-  border-right: 1px @base00;
+  border: 1px @base00;
   color: @base05;
   background-color: transparent;
 }
@@ -142,9 +139,10 @@ tooltip label {
 }
 
 window#waybar {
-  border-left: 1px solid @base02;
-  border-right: 1px solid @base02;
-  border-bottom: 1px solid @base02;
+  border-top: 0px solid @base01;
+  border-left: 2px solid @base01;
+  border-right: 2px solid @base01;
+  border-bottom: 2px solid @base01;
   background-color: alpha(@base00, 0.95);
   transition-property: background-color;
   transition-duration: 0.5s;