]> Freerunner's - dotfiles.git/commitdiff
waybar: update
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 4 Jan 2024 13:45:22 +0000 (14:45 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
config/waybar/config
config/waybar/style.css

index 876751632f63024258bfd8ca22d05d20a160a9e6..875c7b084cdc949ad1fa200003a2139fbbb64d7d 100644 (file)
@@ -2,7 +2,7 @@
 {
     "layer": "top", // Waybar at top layer
     "position": "bottom", // Waybar position (top|bottom|left|right)
-    "height": 26, // Waybar height (to be removed for auto height)
+    //"height": 26, // Waybar height (to be removed for auto height)
     // "width": 1280, // Waybar width
     "spacing": -8, // Gaps between modules (4px)
     // Choose the order of the modules
index 94aeb804a5b81ead1b90539682605bbdbc63e7ad..3dd71ae7ad713e19e110dad839ea328752e676d8 100644 (file)
@@ -1,6 +1,6 @@
 * {
   font-family: "BlexMono Nerd Font";
-  font-size: 17px;
+  font-size: 11pt;
   min-height: 0px;
 }
 
@@ -43,13 +43,13 @@ button:hover {
        padding: 0 8px;
     background-image: linear-gradient(0deg, rgba(228,169,68, 0.9), rgba(228,169,68, 0.6), rgba(59, 64, 69, 0.5));
     border-bottom: 3px solid rgba(100, 114, 125, 1);
-       color: #181818;
 }
 #workspaces button {
        box-shadow: inherit;
        text-shadow: inherit;
        border: none;
        border-radius: 0;
+       color: #181818;
 }
 #workspaces button:hover {
        box-shadow: inherit;
@@ -97,8 +97,6 @@ button:hover {
     padding: 0 16px;
     margin: 0 4px;
     color: #eff0f1;
-    font-family: "IBM Plex Serif";
-    font-size: 17px;
     min-height: 0px;
 }