From: Andre Ramnitz Date: Wed, 23 Apr 2025 23:06:19 +0000 (+0200) Subject: waybar: info bubbles X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=ecf564da2ae5a261b4abdcf1ed39e15ae931f8eb;p=dotfiles.git waybar: info bubbles --- diff --git a/dot-config/waybar/config.jsonc b/dot-config/waybar/config.jsonc index d8861788..00810721 100644 --- a/dot-config/waybar/config.jsonc +++ b/dot-config/waybar/config.jsonc @@ -12,7 +12,14 @@ ], "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", diff --git a/dot-config/waybar/style.css b/dot-config/waybar/style.css index 08d2789d..9a0a5154 100644 --- a/dot-config/waybar/style.css +++ b/dot-config/waybar/style.css @@ -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 ------------------------------ */