From 36668180625c9a8ef40e24ed3743fc25e687a699 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 13 Nov 2023 00:00:54 +0100 Subject: [PATCH] change waybar config --- modules/home/waybar/style.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix index 429028f..5c213e3 100644 --- a/modules/home/waybar/style.nix +++ b/modules/home/waybar/style.nix @@ -37,7 +37,7 @@ #workspaces button { padding: 0px 5px; margin: 0px 3px; - border-radius: 15px; + border-radius: 10px 24px 10px 24px; color: #${custom.background}; background: #${custom.secondary_accent}; transition: all 0.2s ease-in-out;