nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 2723db1fe011dc9f0ad3477e142c9800fe8fc50a
parent 58e02de8fb8e35fa457c1bf9c5e214dfe03fa148
Author: Peter <peter@minskio.co.uk>
Date:   Wed,  9 Sep 2026 14:45:22 +0100

Remove zero padding from clock

Diffstat:
Mhome/wayle.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/home/wayle.nix b/home/wayle.nix @@ -31,6 +31,7 @@ in }; modules = { cpu = { left-click = "alacritty -e htop"; }; + clock = { format = "%a %b %d %-l:%M %p" }; dashboard = { icon-color = "fg-muted"; }; hyprland-workspaces = { active-indicator = "underline"; }; media = { icon-type = "default"; label-max-length= "15"; };