dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit eb966522515e9177d7501e2c413649ffa5598f6e
parent d3642006ff02f85ff318791c86e50839b133a268
Author: Chris <chris@echoz.io>
Date:   Mon, 23 Feb 2026 02:54:57 +0100

fix(waybar): adjust dimensions slightly to get perfectly round backgrounds on workspaces

Diffstat:
Mmodules/waybar/default.nix | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/waybar/default.nix b/modules/waybar/default.nix @@ -16,7 +16,7 @@ margin-left = 10; margin-right = 10; margin-top = 10; - height = 42; + height = 44; modules-left = [ "hyprland/workspaces" "hyprland/window" @@ -134,8 +134,8 @@ color: #${style.colors.fg.hex}; transition: background 0.1s linear; border-radius: 50%; - min-height: 22px; - min-width: 22px; + min-height: 24px; + min-width: 24px; border-radius: 50%; }