diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/hypr/waybar-hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/hypr/waybar-hyprland.nix b/modules/home-manager/hypr/waybar-hyprland.nix index 3969f7d..39c79fe 100644 --- a/modules/home-manager/hypr/waybar-hyprland.nix +++ b/modules/home-manager/hypr/waybar-hyprland.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ ... }: { programs.waybar = { @@ -54,7 +54,7 @@ } label.module { - padding: 0 10px; + padding: 0 20px; } #workspaces button { |
