| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-01-18 | Update python path setup to have it usable across multiple roles | Ahmed Abdelhalim | 1 | -2/+2 | |
| Since my dotfile setup already included this, I updated the markers to allow having this block only once and avoid having it duplicated many times Ref: https://git.sr.ht/~a14m/.rc/commit/56a3b484c39f227f4678517280ee560ac8c809d0 | |||||
| 2026-01-18 | Fix font role | Ahmed Abdelhalim | 15 | -19/+19 | |
| 2026-01-18 | Add ag role w/testing | Ahmed Abdelhalim | 11 | -2/+45 | |
| 2026-01-18 | Add yamllint role and use it as dependency for ansible | Ahmed Abdelhalim | 5 | -0/+50 | |
| Since my ansible setup depends on yamllint for linting, it's ok to have this as an implicit dependency for this role, but it can also be used separately | |||||
| 2026-01-18 | Add ansible-lint install to ansible role | Ahmed Abdelhalim | 3 | -14/+28 | |
| 2026-01-18 | Update the fonts configurations for arch and debian | Ahmed Abdelhalim | 6 | -14/+124 | |
| 2026-01-18 | Update arch default monitors setup | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-01-18 | Add git-crypt role to different machines | Ahmed Abdelhalim | 4 | -0/+35 | |
| 2026-01-18 | Update hyprmonitor configurations for arch setup | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-01-18 | Add sshpass role to ansible deps (since it mostly used by it) | Ahmed Abdelhalim | 4 | -0/+30 | |
| 2026-01-18 | Update the keyboard configuration to be faster | Ahmed Abdelhalim | 1 | -2/+2 | |
| 2026-01-18 | Fix install instruction in readme | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-01-16 | Fix firefox passff by adding the missing pinentry-gnome3 dependency | Ahmed Abdelhalim | 1 | -0/+1 | |
| 2026-01-16 | Fix hyprcursor configuration on archlinux | Ahmed Abdelhalim | 1 | -0/+3 | |
| 2026-01-16 | Add smart card support packages to gpg role | Ahmed Abdelhalim | 3 | -0/+10 | |
| Enable pcscd.socket for smart card readers and add missing packages (ccid/libccid, pcsclite) for YubiKey support on both Arch and Debian. Fixes gpg smart card on archlinux Co-Authored-By: Claude AI | |||||
| 2026-01-16 | Add vim filetype configurations for coloring | Ahmed Abdelhalim | 10 | -0/+20 | |
| 2026-01-16 | Add hyprcursor configurations to hyprland | Ahmed Abdelhalim | 5 | -0/+54 | |
| 2026-01-16 | Fix when rust up fails due to network issues | Ahmed Abdelhalim | 1 | -0/+5 | |
| This ensures that the rustup default is set correctly regardless | |||||
| 2026-01-16 | Enable hyprland gnome settings to set prefer-dark for all apps | Ahmed Abdelhalim | 3 | -7/+23 | |
| 2026-01-15 | Reorder default theme backgrounds | Ahmed Abdelhalim | 2 | -0/+0 | |
| 2026-01-15 | Add role meta and initial theme setup using default theme | Ahmed Abdelhalim | 4 | -0/+38 | |
| 2026-01-15 | Add more themes (based on omarchy themes) with minor modifications | Ahmed Abdelhalim | 22 | -0/+302 | |
| 2026-01-15 | Fix hyprlock password input and reboot button | Ahmed Abdelhalim | 1 | -1/+2 | |
| 2026-01-15 | Fix and ignore linting issues on hyprtheme role | Ahmed Abdelhalim | 9 | -27/+30 | |
| 2026-01-14 | Fix issue in dotfiles not running because bash_profile existed | Ahmed Abdelhalim | 1 | -1/+4 | |
| 2026-01-14 | Add hyprtheme (based on omarchy themes) role with 2 themes | Ahmed Abdelhalim | 24 | -0/+466 | |
| 2026-01-14 | Remove color related configurations | Ahmed Abdelhalim | 4 | -18/+12 | |
| This favors hyprtheme based setup with fallback to default colors | |||||
| 2026-01-14 | Rename playbook for clarity and avoid confusion | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-01-12 | Add hyprland and alacritty to archlinux configure playbook | Ahmed Abdelhalim | 1 | -0/+2 | |
| 2026-01-12 | Fix typo in hypr monitors configuration block | Ahmed Abdelhalim | 2 | -2/+2 | |
| 2026-01-12 | Switch to tuigreet instead of gtkgreet | Ahmed Abdelhalim | 3 | -3/+20 | |
| 2026-01-11 | Update the style of hyprlock to make it easier to implement themes | Ahmed Abdelhalim | 1 | -15/+70 | |
| 2026-01-11 | Update hyprlock theme | Ahmed Abdelhalim | 1 | -4/+2 | |
| 2026-01-10 | Make the masking of pipewire optional/non-critical | Ahmed Abdelhalim | 1 | -0/+1 | |
| 2026-01-10 | Add window rules for browsers and pic-in-pic modes | Ahmed Abdelhalim | 1 | -0/+14 | |
| 2026-01-10 | It's probably not required to have the services restarted on every run | Ahmed Abdelhalim | 1 | -5/+8 | |
| This simplifies the service and make sure that it is started (not restarted), and mask the pulseaudio as per another tutorial recommendations, than the one used for installing | |||||
| 2026-01-09 | Remove unneeded GUM styling | Ahmed Abdelhalim | 1 | -7/+0 | |
| 2026-01-09 | Add hypridle configuration for hyprland | Ahmed Abdelhalim | 3 | -0/+28 | |
| 2026-01-09 | Replace swaybg role with just package install | Ahmed Abdelhalim | 5 | -24/+1 | |
| Since it's highly unlikely for this role to be used separately from archlinux hyprland setup, it's better to have it installed as a package and not as a separate role | |||||
| 2026-01-09 | Replace hyprlock with package | Ahmed Abdelhalim | 5 | -24/+1 | |
| Since the hyprland role installs hyprland and all the required dependencies that are needed (that can't function on their own), it's better to just replace the hyprlock role with just the package needed in the hyprland role | |||||
| 2026-01-09 | Fix keyboard layout change | Ahmed Abdelhalim | 3 | -12/+1 | |
| I didn't know that there was a keyboard device called all that can be used to change the layout of the connected keyboards | |||||
| 2026-01-09 | Add hyprlock to hyprland with preliminary theme | Ahmed Abdelhalim | 7 | -1/+110 | |
| 2026-01-09 | Add swaybg to hyprland | Ahmed Abdelhalim | 5 | -0/+25 | |
| 2026-01-09 | Test fixing idempotent test failure on archlinux | Ahmed Abdelhalim | 1 | -4/+4 | |
| Co-authored-by: claude.ai | |||||
| 2026-01-09 | Remove systemd cleanup from archlinux | Ahmed Abdelhalim | 3 | -53/+0 | |
| This might be the reason for the pipewire systemctl --user failure | |||||
| 2026-01-09 | Debug | Ahmed Abdelhalim | 1 | -0/+29 | |
| Co-authored-by: claud.ai | |||||
| 2026-01-09 | Prepare archlinux container to have dbus/systemctl --user scope | Ahmed Abdelhalim | 2 | -2/+8 | |
| Co-authored-by: claud.ai | |||||
| 2026-01-08 | Add waybar initial role with dependencies and configuration in hyprland | Ahmed Abdelhalim | 12 | -0/+334 | |
| 2026-01-08 | Add wiremix role | Ahmed Abdelhalim | 5 | -0/+26 | |
| 2026-01-08 | Add pipewire and brightnessctl roles as hyprland dependencies | Ahmed Abdelhalim | 1 | -0/+2 | |
| The binding of audio and brightness keys are dependant on having these roles available and installed | |||||
