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

53 commits

Author SHA1 Message Date
chaol
ab82274a33
Fix wrong config path 2023-08-21 14:20:40 +08:00
chaol
7b835b26b4
Fix: "name 'os' is not defined" fault in preinst 2023-08-21 13:31:10 +08:00
boltgolt
c17a834a52
Merge pull request #798 from izvyk/beta
Add doas support
2023-06-25 12:52:49 +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
Mihai Fufezan
9b63f1c69e
config: add fallbacks 2023-03-07 21:44:55 +02: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
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
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
FeliiiciaWen
544ccb4b2a
Fix config.getboolean 2022-07-26 03:04:38 +08:00
Nuttapong Punpipat
b1f161da41
rename wrong attribute name to prevent AttributeError PYthon Exception 2022-05-20 20:29:40 +07: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
boltgolt
8bedd5f2c0
Debian package updates 2022-04-18 13:19:34 +02:00
Patrizio Bruno
dee239a13c
gtk: search for config.ini in /etc/howdy 2022-04-05 19:20:00 +01:00
Patrizio Bruno
c345fb1fa8
change config dir for aur pkg 2022-04-05 19:08:27 +01:00
Patrizio Bruno
6151217466
move config.ini and /models to /etc/howdy for better compatibility with immutable OSs 2022-04-05 18:55:24 +01:00
musikid
f7aefcd0ca
chore: move to howdy folder 2022-03-14 19:24:23 +01:00
boltgolt
ab0d1ab7b9
Merge pull request #627 from matan-arnon/vertical-login
Vertical login
2022-01-16 18:18:19 +01:00
boltgolt
bea79c00a7
Move inih to subproject 2022-01-08 12:49:08 +01:00
boltgolt
11583ced25
Beta building working on launchpad 2022-01-08 00:59:48 +01:00
Matan Arnon
a0166ccae3 removed xlib dependency and installation. Made rotation before face recognition config based 2022-01-05 18:01:18 +02:00
Matan Arnon
069bd5eed9 fixed typos found by sider bot 2021-12-31 16:08:39 +02:00
Matan Arnon
1937af51b7 added python3-xlib (library used to determine orientation) to installed pip packages 2021-12-31 15:50:17 +02:00
Matan Arnon
c8c3090d49 reverted PATH to original. it was changed for the testing and was returned in previos commit 2021-12-31 15:23:38 +02:00
Matan Arnon
3f20e05da4 if orientation is portrait, rotate image 90 degrees before scanning for faces 2021-12-31 15:21:17 +02:00
Matan Arnon
e4faf1c5bf import xlib.display, use it to determine screen orientation 2021-12-31 12:03:23 +02:00
Matan Arnon
fbde12bb13 Fixed typos 2021-12-30 21:26:21 +02:00
boltgolt
67b1c95f99
Rename config option for issue #565 2021-09-03 22:21:49 +02:00
boltgolt
692d674619
Split files into separate howdy-gtk and howdy packages 2021-09-03 22:13:31 +02:00
Jinn Koriech
ab4a492c37
Add python-opencv as a dependency for ArchLinux 2021-04-06 13:48:41 +01:00