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

index 93ddba0df5f0b362476880273a2d7ce1a865ef1e..5e51afa5db71a664ebae34a02215eeef7631ef5d 100644 (file)
@@ -33,9 +33,9 @@
             "8": "8",
             "9": "9",
             "0": "0",
-            "urgent": "",
-            "active": "",
-            "default": "",
+            // "urgent": "",
+            // "active": "",
+            // "default": "",
         },
         "persistent-workspaces": {
             "1": [],
index d2118b0d29b8da2098aa2c6fb19b1a5b63ebc65e..7a4bff49cfee25a8ac3f0b3b90e9d19c3b4e644d 100644 (file)
@@ -33,26 +33,26 @@ window#waybar.hidden {
   background-color: rgba(23,28,39,0.3);
 }
 
-button {
-  /* Use box-shadow instead of border so the text isn't offset */
-  box-shadow: inset 0 -3px transparent;
-  /* Avoid rounded borders under each button name */
+
+#workspaces button {
+  padding: 0 8px;
+  background-color: rgba(23,28,39,0.3);
+  color:#ffffff;
+  border-top: 1px solid rgba(100, 114, 125, 0.8);
+  font-weight: bold;
   border: none;
   border-radius: 0;
 }
 
-/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
-button:hover {
+#workspaces button:hover {
   background: inherit;
-  border-top: 2px solid #c9545d;
+  border-top: 2px solid tomato;
+/*  box-shadow: inset 0 -28px #c9545d;*/
 }
 
-#workspaces button {
-  padding: 0 4px;
-  background-color: rgba(23,28,39,0.3);
-}
-
-#workspaces button:hover {
+#workspaces button.active {
+       font-weight: bold;
+       border-top: 2px solid lightblue;
 }
 
 #workspaces button.focused {
@@ -63,7 +63,8 @@ button:hover {
 }
 
 #workspaces button.urgent {
-  background-color: #eb4d4b;
+  /*background-color: #eb4d4b;*/
+  border-top: 2px solid #eb4d4b;
 }
 
 #mode {