diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-13 21:29:57 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-13 21:29:57 -0600 |
| commit | 8f456c0a62cfc4433077fd0dbdf7f9e0cacd029c (patch) | |
| tree | 5908c0446ab9dc1ba20cae4cc5b55c7e3bba9a05 | |
| parent | 587f330a139e5a459a83e693e2cded498bc67227 (diff) | |
waybar changes for niri
| -rw-r--r-- | modules/home-manager/waybar.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index c7f977e..74aa144 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -9,7 +9,7 @@ * { font-family: FantasqueSansMono Nerd Font; - font-size: 17px; + font-size: 14px; min-height: 0; } @@ -130,7 +130,7 @@ position = "top"; height = 48; modules-left = [ "hyprland/workspaces" ]; - modules-center = [ "clock" "backlight/slider" ]; + modules-center = [ "clock" ]; modules-right = [ "pulseaudio" "bluetooth" "network" "battery" "cpu" "temperature" "memory" "idle_inhibitor" "tray" ]; "tray" = { @@ -192,12 +192,12 @@ format-disconnected = "Disconnected ⚠"; format-alt = "{ifname}: {ipaddr}/{cidr}"; }; - "backlight/slider" = { - min = 1; - max = 100; - orientation = "horizontal"; - # device = "intel_backlight"; - }; + # "backlight/slider" = { + # min = 1; + # max = 100; + # orientation = "horizontal"; + # # device = "intel_backlight"; + # }; "clock" = { format = "{:%H:%M} "; format-alt = "{:%A, %B %d, %Y (%R)} "; |
