]> Freerunner's - dotfiles.git/commitdiff
waybar: info bubbles
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 23 Apr 2025 23:06:19 +0000 (01:06 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 23 Apr 2025 23:06:19 +0000 (01:06 +0200)
dot-config/waybar/config.jsonc
dot-config/waybar/style.css

index d8861788d3ece26dcf3000cac01f4fc0e5ca5007..0081072196e78c755dc898b52f66d5005eb79762 100644 (file)
   ],
   "modules-center": [
     "hyprland/submap",
-    "hyprland/window"
+    "custom/voidspacer",
+    "custom/voidspacer",
+    "custom/voidspacer",
+    "hyprland/window",
+    "custom/voidspacer",
+    "custom/voidspacer",
+    "custom/voidspacer",
+    "hyprland/submap"
   ],
   "modules-right": [
     "group/sysmon",
index 08d2789d3e25ff8dcca64f5b539244d33e131ad4..9a0a515438dbbee51de79f54f2abe76a487621db 100644 (file)
@@ -135,8 +135,12 @@ window#waybar {
     margin-bottom: 5px;
     color: @base00;
     background: @base09;
-    border: 1px solid @base01;
-    border-radius: 2px 2px 8px 2px;
+    border-top: none;
+    border-left: none;
+    border-right: 1px solid;
+    border-bottom: 1px solid;
+    border-color: @base01;
+    border-radius: 0px 0px 8px 0px;
 }
 
 #custom-launcher:hover {
@@ -152,8 +156,12 @@ window#waybar {
     margin-bottom: 5px;
     color: @base00;
     background: @base09;
-    border: 1px solid @base01;
-    border-radius: 2px 2px 2px 8px;
+    border-top: none;
+    border-left: 1px solid;
+    border-right: none;
+    border-bottom: 1px solid;
+    border-color: @base01;
+    border-radius: 0px 0px 0px 8px;
 }
 
 #custom-notification:hover {
@@ -188,16 +196,16 @@ window#waybar {
     font-weight: 500;
     padding-left: 6px;
     padding-right: 6px;
-    color: @base08;
-    background-color: alpha(@base08, 0.1);
-    border-radius: 0px 4px 4px 0px;
+    color: @base00;
+    background-color: alpha(@base0A, 0.9);
+    border-radius: 0px 0px 4px 4px;
     margin-top: 0px;
     margin-bottom: 4px;
     border-top: none;
-    border-left: 1px solid;
-    border-right: 1px solid;
-    border-bottom: 1px solid;
-    border-color: alpha(@base08, 0.4);
+    border-left: 2px solid;
+    border-right: 2px solid;
+    border-bottom: 2px solid;
+    border-color: alpha(@base00, 0.9);
 }
 
 /* ------------------------------------ sysmon group begin ------------------------------ */