0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00
Commit graph

564 commits

Author SHA1 Message Date
Sayafdine Said
53a6ea5eb1
chore: move man page 2023-06-25 17:24:06 +02:00
Gleb Popov
488176adae
Put all path variables into a separate module.
This makes it easier for downstream packagers to customize where howdy installs
its files.
2023-06-25 17:24:06 +02:00
Rael Gugelmin Cunha
4061b6573a
Make v4l-utils a recommended package 2023-06-25 08:49:20 -03:00
boltgolt
c17a834a52
Merge pull request #798 from izvyk/beta
Add doas support
2023-06-25 12:52:49 +02:00
boltgolt
2b3f38c2a9
Merge pull request #802 from musikid/fix_prompt
Ignore compare error if password is typed
2023-06-24 16:09:01 +02:00
Sayafdine Said
24a90277a1
fix: ignore compare error if password is typed 2023-06-19 21:41:51 +02:00
Philipp Mukosey
84c8438aa5
add doas support 2023-06-07 19:53:41 +04:00
Rael Gugelmin Cunha
889d5235dd
Adding missing v4l-utils utils to Ubuntu dependencies 2023-04-04 12:03:05 -03:00
boltgolt
30728a6d36
Merge pull request #762 from fufexan/beta
config: add fallbacks
2023-03-08 17:41:32 +01:00
Mihai Fufezan
9b63f1c69e
config: add fallbacks 2023-03-07 21:44:55 +02:00
boltgolt
e881cc2593
Merge pull request #758 from kianmeng/fix-typos
Fix typos
2023-02-28 12:26:04 +01:00
Kian-Meng Ang
767176c804 Fix typos
Found via `codespell -S .mypy_cache,.git -L timout,ans,intenal`
2023-02-28 10:59:51 +08:00
boltgolt
db3a8cbfd4
GTK fixes 2023-02-22 09:35:36 +01:00
boltgolt
215a1dbc2f
Error code fixes 2023-02-19 15:21:07 +01:00
boltgolt
568a5734d4
Change snapshot location per #649 2023-02-19 13:45:34 +01:00
boltgolt
27f3a73c9f
Update base config file 2023-02-19 13:06:25 +01:00
boltgolt
cae6d5f1cb
Readme updates and fixes 2023-02-19 12:26:05 +01:00
boltgolt
662b29a27a
Merge pull request #683 from EmixamPP/linux-enable-ir-emitter_2
linux-enable-ir-emitter
2023-02-19 10:50:57 +01:00
boltgolt
2d77431a56
Merge pull request #649 from patriziobruno/beta
move config.ini and /models to /etc/howdy
2023-02-19 10:47:15 +01:00
boltgolt
671ab1a4de
Remove SRCINFO again 2023-02-19 10:45:03 +01:00
boltgolt
024451fd05
Small fixes to update PR 2023-02-19 10:44:04 +01:00
boltgolt
373f002f96
Merge branch 'beta' of github.com:boltgolt/howdy into beta 2023-02-19 10:23:18 +01:00
boltgolt
ceca88a427
Implement arch changes from #546 2023-02-19 10:10:35 +01:00
boltgolt
ea933e3255
Fix header 2023-02-19 09:57:45 +01:00
boltgolt
8eefb6825f
Merge pull request #736 from jezek/beta-pam_python3-pam
Add pam_python3 support and use updated config variable names
2023-02-18 21:51:52 +01:00
boltgolt
b89d11dd48
Remove pam.py from PR 2023-02-18 21:48:40 +01:00
boltgolt
cd890b56c1
Implement #570, special error code for missing 2023-02-18 21:41:20 +01:00
boltgolt
72c1086870
Merge pull request #673 from NP-chaonay/beta
rename wrong attribute name to prevent AttributeError PYthon Exception
2023-02-18 21:28:30 +01:00
boltgolt
2a23fa32fb
Fixes and comments for models in test command 2023-02-18 21:25:41 +01:00
boltgolt
c65238917f
Merge branch 'albfan-model-on-test' into beta 2023-02-18 21:18:09 +01:00
boltgolt
021fd0956e
Merge branch 'model-on-test' of github.com:albfan/howdy into albfan-model-on-test 2023-02-18 21:17:56 +01:00
boltgolt
d00f7a94fd
Fix warnings 2023-02-18 20:22:51 +01:00
boltgolt
1dc56b1705
Finally move fully to the compiled .so 2023-02-18 20:07:32 +01:00
jEzEk
0803465cd9 Use new config variable names in all scripts
Changed:
capture_failed -> save_failed
capture_successful -> save_successful
ignore_ssh -> abort_if_ssh
ignore_closed_lid -> abort_if_lid_closed
2022-12-07 18:05:37 +01:00
jEzEk
58a5368448 Merge remote-tracking branch 'wmyfelix/patch-2' into beta-pam_python3-pam 2022-12-07 18:04:52 +01:00
jEzEk
4b0677d24f Merge remote-tracking branch 'mikacousin/dev' into beta-pam_python3-pam 2022-12-07 18:04:37 +01:00
Mika Cousin
2bd8834b8c Add python3 pam-python support 2022-10-31 16:35:21 +01:00
Alberto Fanjul
108ddd5e94 Show model label detected 2022-08-01 18:27:33 -04:00
Alberto Fanjul
39272035af Close test using Close window button 2022-08-01 18:27:33 -04:00
FeliiiciaWen
544ccb4b2a
Fix config.getboolean 2022-07-26 03:04:38 +08:00
EmixamPP
c1214ad919 undo device path change 2022-06-30 16:55:29 +02:00
EmixamPP
d3541cf3c0 display linux-enable-ir-emitter help 2022-06-30 15:35:27 +02:00
Nuttapong Punpipat
b1f161da41
rename wrong attribute name to prevent AttributeError PYthon Exception 2022-05-20 20:29:40 +07:00
boltgolt
943f1e14e2
Merge pull request #659 from mb720/patch-1
Fix typos in README.md
2022-04-26 22:34:14 +02:00
Matthias Braun
7098792348
Fix typos in README.md 2022-04-26 20:58:07 +02:00
boltgolt
cffbd462cd
Merge pull request #654 from ryancastro/patch-1
Just adding some linguistic english niceties to readme
2022-04-21 19:18:53 +02:00
ryancastro
9dabd7e4aa
Sentence was missing an 'a'. 2022-04-21 11:03:26 -06:00
boltgolt
7cf31fe755
Merge deleted branch 'moonburnt-master' into beta 2022-04-18 13:21:23 +02:00
moonburnt
494021e679
style: fixed spelling errors 2022-04-18 13:20:28 +02:00
moonburnt
84ad5ddc52
fix: removed pointless check
"if not" will already trigger on None, no need to specifically mention it
2022-04-18 13:20:28 +02:00