| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-22 | Fix versions and installing of obsidian on debian | Ahmed Abdelhalim | 5 | -25/+10 | |
| This also fixes the testing of xdg-settings, since the display isn't set on CI it has to be set to false to avoid getting the CI upset | |||||
| 2026-02-22 | Fix installing Evince on linux distros | Ahmed Abdelhalim | 5 | -7/+17 | |
| 2026-02-21 | Fix bash dependencies in shell scripts called | Ahmed Abdelhalim | 10 | -21/+16 | |
| 2026-02-21 | Add flatpak dependency to fix debian installs | Ahmed Abdelhalim | 7 | -3/+47 | |
| 2026-02-21 | Fix install loupe on debian | Ahmed Abdelhalim | 3 | -5/+13 | |
| 2026-02-21 | Add missing xdg-utils role | Ahmed Abdelhalim | 7 | -4/+37 | |
| 2026-02-21 | Fix rnote install on debian | Ahmed Abdelhalim | 3 | -5/+13 | |
| 2026-02-21 | Configure default browser | Ahmed Abdelhalim | 4 | -0/+15 | |
| 2026-02-21 | Add gnome-evince pdf reader | Ahmed Abdelhalim | 9 | -0/+41 | |
| 2026-02-21 | Add mpv mime binding | Ahmed Abdelhalim | 1 | -0/+11 | |
| 2026-02-21 | Add image viewer/editor apps to roles w/testing | Ahmed Abdelhalim | 12 | -0/+81 | |
| 2026-02-20 | Add hyprshot for screenshot-ing windows/regions | Ahmed Abdelhalim | 2 | -0/+5 | |
| 2026-02-20 | Fix archlinux font installs | Ahmed Abdelhalim | 1 | -2/+2 | |
| 2026-02-20 | Add nvidia and XDG environments | Ahmed Abdelhalim | 1 | -0/+2 | |
| 2026-02-20 | Modify hyprlock style and colors mostly | Ahmed Abdelhalim | 3 | -4/+20 | |
| 2026-02-20 | Refactor waybar/hyprland | Ahmed Abdelhalim | 13 | -52/+123 | |
| 2026-02-20 | Add hyprland sunset and hyprpicker with scripts/waybar integration | Ahmed Abdelhalim | 5 | -0/+102 | |
| 2026-02-19 | Merge the aur_font in the font role with conditional dependency | Ahmed Abdelhalim | 11 | -25/+11 | |
| 2026-02-19 | Refactor steam to install on ubuntu as well | Ahmed Abdelhalim | 8 | -10/+66 | |
| 2026-02-19 | Refactor steam and ensure nvidia is working | Ahmed Abdelhalim | 12 | -106/+109 | |
| 2026-02-19 | Add hyprland steam window rules and possible video driver values | Ahmed Abdelhalim | 2 | -0/+7 | |
| 2026-02-18 | Add the role to install steam on archlinux | Ahmed Abdelhalim | 6 | -0/+27 | |
| 2026-02-18 | Refactor enable multilib on archlinux as a separate role | Ahmed Abdelhalim | 4 | -17/+38 | |
| 2026-02-18 | Hide unused application in tofi launcher | Ahmed Abdelhalim | 1 | -0/+21 | |
| 2026-02-18 | Add gnome-calendar role with dependency in waybar | Ahmed Abdelhalim | 11 | -1/+39 | |
| 2026-02-18 | Fix task name for git-crypt | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-02-16 | Fix waybar capslock issue by providing the kbd dev path | Ahmed Abdelhalim | 3 | -12/+12 | |
| 2026-02-15 | Force handlers by default | Ahmed Abdelhalim | 1 | -2/+3 | |
| 2026-02-15 | Add missing nvidia lib | Ahmed Abdelhalim | 2 | -0/+19 | |
| 2026-02-14 | Add role to install usbutils (lsusb) on different linux distros | Ahmed Abdelhalim | 8 | -0/+34 | |
| 2026-02-14 | Fix file mode | Ahmed Abdelhalim | 3 | -0/+0 | |
| 2026-02-13 | Fix waybar keyboard-status module | Ahmed Abdelhalim | 2 | -1/+11 | |
| 2026-02-13 | Fix the ssh/known_hosts permissions | Ahmed Abdelhalim | 1 | -1/+5 | |
| The file was created by root during chroot setup, and therefore wasn't writable, causing ssh to complain about the permission and asking every time about the ssh fingerprint | |||||
| 2026-02-13 | Remove syshud old code | Ahmed Abdelhalim | 1 | -2/+0 | |
| 2026-02-12 | Add reboot to the playbook as post_task (controlled by flag) | Ahmed Abdelhalim | 8 | -2/+49 | |
| 2026-02-12 | Remove triggering the udevadm since we will require reboot anyway | Ahmed Abdelhalim | 2 | -7/+0 | |
| 2026-02-12 | Workaround the ssl failures locally on testing | Ahmed Abdelhalim | 1 | -0/+3 | |
| Co-Authored-By: Claude.ai | |||||
| 2026-02-12 | Handle avahi removal in network role only | Ahmed Abdelhalim | 2 | -14/+5 | |
| Since it can cause problems (following the archlinux wiki recommendations) we keep the handling of that in the network role and ignore idempotence testing failures in other roles too | |||||
| 2026-02-12 | Update general community collection | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-02-11 | Ignore converge pre-tasks used for setup | Ahmed Abdelhalim | 5 | -0/+10 | |
| 2026-02-11 | Fix ddcutil setup/testing on CI | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-02-11 | Fix claude code typos | Ahmed Abdelhalim | 1 | -2/+2 | |
| 2026-02-11 | Fix the environment warning | Ahmed Abdelhalim | 7 | -24/+7 | |
| Adding uv to /usr/local/bin which is already in PATH, removing the need of having environment in the path | |||||
| 2026-02-11 | Fix user lingering and pipewire systemd user failures | Ahmed Abdelhalim | 1 | -28/+18 | |
| Create the linger file directly instead of using loginctl enable-linger, which fails in containers where systemd-logind isn't fully functional. The linger file at /var/lib/systemd/linger/<user> is what systemd checks to persist user instances across logouts. After creating the linger file, explicitly start user@<uid>.service to boot the user's systemd instance immediately. This creates the D-Bus session bus socket at /run/user/<uid>/bus, which is required for systemctl --user to work. Without this, roles like pipewire that manage user-scoped services fail with "Failed to connect to user scope bus". This also refactors the user creation to simplify the logic and make the user.id available for both cases of password or default_password Co-Authored-By: Claude.ai | |||||
| 2026-02-11 | Add the refresh pkg mgr pre_task avoid error locally and mimic playbooks | Ahmed Abdelhalim | 5 | -0/+40 | |
| 2026-02-10 | Revert makoctl reload as it fails without dbus | Ahmed Abdelhalim | 2 | -7/+0 | |
| 2026-02-10 | Configure mako to use the hyprtheme | Ahmed Abdelhalim | 6 | -12/+14 | |
| 2026-02-09 | Fix notification showing empty due to race condition | Ahmed Abdelhalim | 1 | -17/+19 | |
| Co-Authored-By: Claude.ai | |||||
| 2026-02-09 | Use concurrent locking to avoid stacking ddcutil | Ahmed Abdelhalim | 1 | -13/+15 | |
| Co-Authored-By: Claude.ai | |||||
| 2026-02-09 | Apply AI reviewed recommendations | Ahmed Abdelhalim | 1 | -27/+25 | |
| Co-Authored-By: Claude.ai | |||||
