diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-12-02 15:32:14 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-12-02 15:32:14 -0600 |
| commit | 70a78871f0caae8f8690386f134f8e141b9bea1e (patch) | |
| tree | 5c7e5cefba627a94f77253d0dbd089d7fe1b1479 | |
| parent | ad106c6185ea2ee45b7b31be44692164b730e8ee (diff) | |
small waybar change
| -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 { |
