From 96ae909d131915167f1384868938f35f2bad5f80 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 29 Nov 2023 15:55:29 +0300 Subject: [PATCH] Make waybar use Lexend and round corners --- flake.lock | 6 +++--- machines/enka/waybar/default.nix | 10 +++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 9e476cc..23bd5df 100644 --- a/flake.lock +++ b/flake.lock @@ -164,11 +164,11 @@ }, "themes": { "locked": { - "lastModified": 1701157732, - "narHash": "sha256-q1EWrb1PLWEloHVKk4rl8wC2uTsiQxuhsok1sI3xBJw=", + "lastModified": 1701262386, + "narHash": "sha256-Qi2cZdAkXPxw7rF2DWb+9OZ0bw6m3iPeOGp2VXskJQQ=", "owner": "RGBCube", "repo": "ThemeNix", - "rev": "f51353fe8a47059e8019058ffc64c5dd4f60e662", + "rev": "ccd52c1beb9aeeb78e55b19b2595ab5cee924074", "type": "github" }, "original": { diff --git a/machines/enka/waybar/default.nix b/machines/enka/waybar/default.nix index 4ac685b..581754f 100644 --- a/machines/enka/waybar/default.nix +++ b/machines/enka/waybar/default.nix @@ -6,7 +6,7 @@ homeConfiguration "nixos" { settings = [{ layer = "top"; - height = 30; + height = 32; margin-right = 10; margin-left = 10; @@ -120,17 +120,13 @@ homeConfiguration "nixos" { * { border: none; border-radius: 0; - font-family: "OpenSans"; + font-family: "Lexend"; } #waybar { background: ${base00}; color: ${base05}; - } - - #waybar:hover { - border: 3px; - border-color: ${base0A}; + border-radius: 16px; } #workspace-1 {