(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(hyprlock): change font

74k1 34c5d64a 5a6eb376

+4 -4
+4 -4
modules/home-manager/wayland/hyprlock/default.nix
··· 70 70 text = '' 71 71 cmd[update:60000] date +"%H:%M" 72 72 ''; 73 - font_size = 96; 74 - font_family = "NType 82 Regular"; 73 + font_size = 144; 74 + font_family = "Poltawski Nowy Regular"; 75 75 color = "rgba(235, 233, 241, 0.6)"; 76 76 77 - position = "0%, 5%"; 77 + position = "0%, 10%"; 78 78 79 79 halign = "center"; 80 80 valign = "center"; ··· 84 84 text = '' 85 85 cmd[update:60000] date +"%A, %d %b %Y" 86 86 ''; 87 - font_size = 32; 87 + font_size = 48; 88 88 font_family = "PP Supply Mono"; 89 89 color = "rgba(235, 233, 241, 0.2)"; 90 90