Commit Graph

99 Commits

Author SHA1 Message Date
jacekpoz 0cc6f88f29 nix: add package to home.packages in hm module 2024-02-20 18:04:24 +02:00
jacekpoz 4663920d29
nix: add color option to backgrounds in the hm module (#22)
Co-authored-by: jacekpoz <jacekpoz@cock.li>
2024-02-20 18:03:06 +02:00
Vaxry 11a6213c36 background: fix typo in calcs 2024-02-20 16:02:40 +00:00
jacekpoz e1aac7e135 nix: fix hm module
changed cfg from config.services.hyprlock to config.programs.hyprlock
2024-02-20 17:39:45 +02:00
Vaxry 6ff808cebf input-field: add hide_input 2024-02-20 14:42:10 +00:00
Mihai Fufezan 843695b0b0
Nix: services.hyprlock -> programs.hyprlock
Mistake on my part when writing this module.
2024-02-20 14:59:09 +02:00
DamitusThyYeetus123 2b20e48a37
Nix: update HM module 2024-02-20 14:37:12 +02:00
Mihai Fufezan c1b96e12ae
Nix & CI: init 2024-02-20 14:37:12 +02:00
Siavash Askari Nasr 1049ac9a0b
label: Use local time for $TIME variable (#17)
Before this change, system's time zone was not used to return the time
2024-02-20 11:29:39 +00:00
Vaxry d37786be5c core: always roundtrip on unlock 2024-02-20 03:31:10 +00:00
Vaxry e57f146bad core: fixup deadlock in timersThr exit cond 2024-02-20 03:18:17 +00:00
Vaxry b23b0a6d32 core: add wait timeout to main thread 2024-02-20 03:07:34 +00:00
Vaxry 394dc81ff3 core: wait for poll threads to exit to avoid a coredump 2024-02-20 03:05:51 +00:00
Vaxry 98606beaad core: fixup number of pollfds in poll thread 2024-02-20 03:01:58 +00:00
Vaxry 868e85e362 config: add general:hide_cursor 2024-02-20 02:54:19 +00:00
Vaxry b8fcfe8352 core: avoid idling forever after exit 2024-02-20 02:47:14 +00:00
Vaxry 1b5b3e7df8 input-field: password rendering improvements 2024-02-20 02:47:03 +00:00
Vaxry 87a7255954 core: fix UAF faults around lock surfaces 2024-02-20 01:38:02 +00:00
Vaxry 0bcdca6e7b core: more thread safety 2024-02-20 01:30:47 +00:00
Vaxry cb81a977c4 widget: handle linebreaks 2024-02-20 01:12:06 +00:00
Vaxry 64dfbfcaad readme: update preview 2024-02-20 01:00:51 +00:00
Vaxry 12da91b9ca Timer: add 2024-02-20 00:59:35 +00:00
Vaxry 13124c6a96 renderer: add missing widget.cpp 2024-02-20 00:59:02 +00:00
Vaxry 9074ff702d core/input: add feedback for password verification 2024-02-20 00:53:49 +00:00
Vaxry 96f2818915 core: fixup timer thread operations 2024-02-20 00:31:11 +00:00
Vaxry d45b0e35b1 background: properly contain 2024-02-20 00:26:13 +00:00
Vaxry 7370fc624f label: add time and dynamic timers 2024-02-20 00:11:19 +00:00
Vaxry c60b7b8aef input-field: add placeholder 2024-02-19 22:58:59 +00:00
Vaxry 3585324e4f input-field: add halign valign and pos 2024-02-19 22:45:59 +00:00
Vaxry 80e6970e33 input-field: cleanup props in constructor 2024-02-19 22:39:13 +00:00
LOSEARDES77 05cd68e17d
input-field: add font color config option (#11) 2024-02-19 22:35:13 +00:00
Vaxry debfe716e8 asyncResourceGatherer: reset pending flag on process
fixes #7
2024-02-19 21:10:31 +00:00
Vaxry 013dfadee7 inputField: minor cleanup
still anim sucks a bit
2024-02-19 21:09:00 +00:00
Vaxry 6a31b2f182 widgets: allow background to take a color 2024-02-19 20:50:58 +00:00
Vaxry 81ca6f068b egl: log error in eglCreatePlatformWindowSurface 2024-02-19 20:45:04 +00:00
Vaxry 641563e5a9 label: support pango markup 2024-02-19 17:42:14 +00:00
Vaxry 1f807ba14d readme: refer to wiki for docs 2024-02-19 17:22:26 +00:00
Vaxry e207d34b88 widgets: add label 2024-02-19 16:26:29 +00:00
Vaxry dfd2f851da debug: add --display arg 2024-02-19 15:20:52 +00:00
Vaxry 5e4eea379e locksurface: fix serial log 2024-02-19 02:39:57 +00:00
Vaxry 0719ac671e renderer: fix constant re-renders 2024-02-19 01:24:35 +00:00
Vaxry 8287baca11 input-field: add fade_on_empty 2024-02-19 01:22:22 +00:00
Vaxry 80d6dff563 logging: move spammy logs to trace 2024-02-19 00:22:55 +00:00
Vaxry e957c74814 core: remove debug display name 2024-02-18 23:17:54 +00:00
Vaxry 77e4c6fa15 readme: add config path 2024-02-18 23:11:08 +00:00
Vaxry 2c931c7005 readme: update 2024-02-18 23:10:34 +00:00
Vaxry d12d1da210 core: remove debug unlock 2024-02-18 23:08:48 +00:00
Vaxry a6ac79641a core: initial commit 2024-02-18 23:08:03 +00:00
Vaxry a2f0160ac6
Initial commit 2024-02-18 16:10:12 +00:00