Commit Graph

11 Commits (ed7c0d0813b0444b321e2d294a63eedea2918604)

Author SHA1 Message Date
Amir Alexander Abdelbaki ed7c0d0813 add live brightness/exposure controls and a webcam.conf config file
exec-cycle.sh's live preview now shows brightness/exposure and lets
+/-, ./, adjust them per-frame via fswebcam --set, with r to reset;
webcam.conf centralizes the starting values, step size, capture
resolution/quality, and the v4l2 control names (which vary by camera)
so hardware-specific tuning doesn't require editing the scripts.
2026-07-03 11:29:24 +02:00
Amir Alexander Abdelbaki 1ee9ed1036 ensure lp group membership and parport kernel modules in install-deps
txt2printr.sh writes directly to /dev/lp0, which needs the lp kernel
driver loaded (via parport/parport_pc) and lp group membership for
non-root write access; wire both up during dependency install.
2026-07-03 10:52:37 +02:00
Amir Alexander Abdelbaki 5b631adfe4 implement txt2printr.sh to send ascii art to a parallel port needle printer
writes raw bytes to /dev/lp0 (overridable via PRINTER_DEV): resets the
printer with ESC @, converts LF to CRLF to avoid staircasing on raw
device writes, then form-feeds to eject the page.
2026-07-03 10:49:27 +02:00
Amir Alexander Abdelbaki 7030454075 switched exec-cycle to a live >=2fps ascii preview loop and added txt2printr stub
replaced the guvcview+keypress capture flow with a continuous
capture/convert/display loop so the terminal shows a live ascii
preview; pressing c saves the frame and triggers the new
txt2printr.sh hook (currently a blank template).
2026-07-03 10:24:35 +02:00
Amir Alexander Abdelbaki 494fa5dc64 copied archbaseos-guided-install.sh from The_miro/Dotfiles.git for base OS installation 2026-03-27 13:24:14 +01:00
Amir Alexander Abdelbaki 24cf0eb3a8 removed the part in the yay installer that installs leahneukirchens nq 2026-03-27 10:58:13 +01:00
Amir Alexander Abdelbaki 02677caeeb wrote script to install dependencies 2026-03-27 10:56:51 +01:00
Amir Alexander Abdelbaki 34ca605c2e created installer files; copied yay-installer from The_miro/Dotfiles.git 2026-03-27 10:37:58 +01:00
Amir Alexander Abdelbaki 1d5beee242 added .ghs.sh to gitignore for helper scripts (ghs = git helper scripts) 2026-03-26 20:02:23 +01:00
Amir Alexander Abdelbaki 169b4bd3ac created proper gitignore 2026-03-26 19:21:23 +01:00
Amir Alexander Abdelbaki 7fad3b03f9 created repo 2026-03-26 19:15:28 +01:00