(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): update clock design

74k1 c9a1e216 127ccf43

+18 -9
+18 -9
modules/home-manager/wayland/hyprlock/default.nix
··· 68 68 { 69 69 monitor = ""; 70 70 text = '' 71 - cmd[update:1000] date +"%A, %B %d @ %H:%M:%S" 71 + cmd[update:60000] date +"%H:%M" 72 + ''; 73 + font_size = 96; 74 + font_family = "NType 82 Regular"; 75 + color = "rgba(235, 233, 241, 0.6)"; 76 + 77 + position = "0%, 5%"; 78 + 79 + halign = "center"; 80 + valign = "center"; 81 + } 82 + { 83 + monitor = ""; 84 + text = '' 85 + cmd[update:60000] date +"%A, %d %b %Y" 72 86 ''; 73 - font_size = 48; 87 + font_size = 32; 74 88 font_family = "PP Supply Mono"; 75 89 color = "rgba(235, 233, 241, 0.2)"; 76 90 77 - position = "0%, 3%"; 91 + position = "0%, 0%"; 78 92 93 + halign = "center"; 79 94 valign = "center"; 80 - halign = "center"; 81 - 82 - # shadow_color = "rgba(5, 7, 5, 0.1)"; 83 - # shadow_size = 20; 84 - # shadow_passes = 2; 85 - # shadow_boost = 0.3; 86 95 } 87 96 ]; 88 97 };