From 4fe0af097e30779e7cbc3bb3c652164fc3a8125f Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 30 Aug 2023 19:44:59 +0900 Subject: [PATCH] test --- .../desktops/hyprland/gruvbox/waybar/waybar-conf.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix index 631eb7e2..f6b943df 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix @@ -167,6 +167,7 @@ #workspaces button { font-size: 16px; border-radius: 5px; + margin: 5px; color: #e2cca9; background-color: #3c3836; font-weight: bold; @@ -177,7 +178,6 @@ #workspaces button.visible:hover { font-size: 16px; margin: 5px; - border-radius: 5px; color: rgba(50, 48, 47, 0.8); background-color: #e9b143; font-weight: bold; @@ -186,7 +186,6 @@ #workspaces button.urgent { font-size: 16px; margin: 5px; - border-radius: 5px; color: rgba(50, 48, 47, 0.8); background-color: #f2594b; font-weight: bold;