Commit Graph

386 Commits

Author SHA1 Message Date
javalsai 1a8aa1a14e fix: ui bugs introduced in last commit 2024-09-04 22:07:49 +02:00
grialion 64e101eafa fix: compiler warnings
Fix compiler warnings by
- replacing raw write() calls with printf()
- error checking chdir()
- printing '\x1b[H\x1b[J' instead of calling system(clear)
- using sys/reboot.h to power off and reboot instead of using system
2024-09-04 21:15:30 +02:00
javalsai aba3b493bc chore: proper default theme strings 😔 2024-09-04 21:04:14 +02:00
javalsai f9a3c67c0b fix: sysd service file (moved to tty7) 2024-09-04 20:57:45 +02:00
javalsai 6d3c3cbb57 feat: add s6 suport 2024-09-04 20:36:50 +02:00
javalsai 2fb0e0e0de oops: add openrc install detection 2024-09-04 20:30:41 +02:00
javalsai ae4e4df7cd feat: add openrc support 2024-09-04 19:40:49 +02:00
grialion b4fbe68542 fix: Makefile paths on Nix
Makefile installed the binary as /bin instead of copying it to the

folder which was not present.

Also use PREFIX for man pages too.
2024-09-04 17:14:43 +02:00
javalsai 9de4551f4c feat: add manpages and improve service docs 2024-09-04 16:12:47 +02:00
javalsai 1bab69f5f4 Merge remote-tracking branch 'origin/fix-warnings' into misc-chores 2024-09-03 20:34:12 +02:00
javalsai 50c251318a feat: add runit support 2024-09-03 20:33:47 +02:00
javalsai 2ccfc039d5 fix: unexpected remove on make clean
idk how that ended up there 👀, nobody saw nothing
2024-08-29 16:49:00 +02:00
javalsai 98ef611434 fix(flake️): ❄️ name mismatch & version dump 2024-08-29 16:44:23 +02:00
javalsai 43c67ee317 Merge pull request #21 from javalsai/aur-fixes
fix: misc aur pkg fixes
2024-08-29 12:28:29 +02:00
javalsai 06548710dd update: aur pkgs for 0.0.2 2024-08-29 12:25:50 +02:00
javalsai 31828c56a7 Merge branch 'master' into aur-fixes 2024-08-29 11:38:20 +02:00
javalsai 6d85276946 chore: add aur makepkg build test script
and did you know that makepkg updates stuff like the -git pkg version? :o
2024-08-29 11:31:18 +02:00
javalsai 0ec046740e forgot: make .srcinfo 2024-08-29 11:27:04 +02:00
javalsai e4e946a7d1 chore: add aur pkg gitignore 2024-08-29 11:26:15 +02:00
javalsai 0ec08db8f8 fix: lidm package (tag tarball now) & config permissions 2024-08-29 11:09:25 +02:00
javalsai a1167f7f5f fix: make(-Wall) warnings 2024-08-27 14:37:17 +02:00
javalsai e3052ec5bc Merge pull request #20 from javalsai/nix-flake
feat: add Nix flake
0.0.2
2024-08-27 14:06:43 +02:00
grialion 8bdfa7d609 feat: add Nix flake 2024-08-24 15:58:55 +02:00
grialion 528c4538c7 fix(Makefile): use DESTDIR and PREFIX paths 2024-08-24 15:58:18 +02:00
javalsai 154308dfd7 feat(ci): make build check a check status 2024-08-21 17:13:38 +02:00
javalsai c4c358ceef feat(ci): add actions dependabot 2024-08-21 16:03:30 +02:00
javalsai 57cb0cd9ad fix(ci): workflows 2024-08-21 15:58:22 +02:00
javalsai b900701b8f feat(ci): add nicer workflows
between all those changes, now x64 builds should be produced
2024-08-20 23:56:54 +02:00
javalsai ca95d390c2 fix: build error on x64 2024-08-20 23:56:46 +02:00
javalsai a1f8994c94 mod(actions): add cooldown action 2024-08-20 19:26:50 +02:00
javalsai 2bcc3f71cc docs: add grialion and cereal to readme#contributors 2024-08-16 19:30:02 +02:00
javalsai 4af0ec545e Merge pull request #14 from cerealexperimentation/added-a-missing-newline
I think there's supposed to be a newline here.
2024-08-16 13:51:20 +02:00
Cereal e0a0df80c0 added a missing newline to src/auth.c 2024-08-16 03:37:04 +01:00
javalsai fe4a52ecfa chore: chvt_str into chvt.c 2024-08-07 00:14:19 +02:00
javalsai a393cda7e1 Merge pull request #11 from grialion/master
feat(chvt): use custom implementation instead of system()
2024-08-07 00:10:13 +02:00
javalsai 4de2720bed small changes 2024-08-07 00:07:44 +02:00
javalsai cbdcccc4ae Merge pull request #13 from DeaDvey/master
....
2024-08-06 23:45:43 +02:00
javalsai b7f6cf690b markdown 👍 2024-08-06 23:44:41 +02:00
DeaDvey d6f19094c1 Update README.md 2024-08-06 21:37:17 +00:00
DeaDvey 48803df2d8 Update README.md 2024-08-06 21:36:33 +00:00
DeaDvey d97ba068ff Update README.md 2024-08-06 21:36:20 +00:00
javalsai 842f915f41 Merge pull request #10 from DeaDvey/master
deadvey...
2024-08-06 23:35:33 +02:00
DeaDvey df283109d7 Update README.md 2024-08-06 21:34:18 +00:00
DeaDvey cbe73ad4ff Update README.md 2024-08-06 21:33:56 +00:00
grialion e745b27a68 feat(chvt): use custom implementation instead of system()
Calling system() is vulnerable and shouldn't be used.
2024-08-06 17:11:18 +02:00
javalsai eeba4a5f39 remove: unnecessary clangd file 2024-08-06 16:29:19 +02:00
javalsai 57f5f41995 docs: more compile speed flexing 😎 2024-08-06 15:33:42 +02:00
javalsai 8b1216c232 chore: ignore compile_commands.json 2024-08-06 15:33:13 +02:00
DeaDvey 6ea79edaf4 Update README.md
Fuck markdown
2024-07-30 20:39:25 +01:00
DeaDvey 7529b0365f Update README.md
Added link to what a display manager is
2024-07-30 20:38:32 +01:00