summaryrefslogtreecommitdiffstats
path: root/roles/hyprland/files
AgeCommit message (Collapse)AuthorFilesLines
2026-04-10Replace gradia on archlinux with sattyAhmed Abdelhalim1-0/+20
2026-02-23Refactor power.sh to be the entry point for power controlAhmed Abdelhalim1-23/+64
2026-02-23Fix hyprshutdown menu entries to run the correct commandsAhmed Abdelhalim1-3/+3
2026-02-22Configure power menu using tofiAhmed Abdelhalim1-0/+38
Since it was almost impossible to change the spacing between the gum choose items, I used tofi instead, which is already themed and the only downside to it, is that it allows typing input on the menu which isn't my favorite but it's also not bad at all
2026-02-22Configure waybar scripts for launch tui and power menusAhmed Abdelhalim1-3/+0
2026-02-20Refactor waybar/hyprlandAhmed Abdelhalim6-5/+106
2026-02-20Add hyprland sunset and hyprpicker with scripts/waybar integrationAhmed Abdelhalim1-0/+81
2026-02-09Fix notification showing empty due to race conditionAhmed Abdelhalim1-17/+19
Co-Authored-By: Claude.ai
2026-02-09Use concurrent locking to avoid stacking ddcutilAhmed Abdelhalim1-13/+15
Co-Authored-By: Claude.ai
2026-02-09Apply AI reviewed recommendationsAhmed Abdelhalim1-27/+25
Co-Authored-By: Claude.ai
2026-02-09Apply AI verified refactoringAhmed Abdelhalim1-28/+25
Co-Authored-By: Claude.ai
2026-02-09Minor styling to volume.sh to handle mic too (not tested)Ahmed Abdelhalim1-17/+34
2026-02-09Add volume controlling script with OSD (using mako)Ahmed Abdelhalim1-0/+85
2026-02-09Remove syshud role as it only works with volume on desktopsAhmed Abdelhalim1-0/+0
2026-02-09Add brightness control using ddcutil to hyprlandAhmed Abdelhalim1-0/+117
The ddcutil is really slow by design and needing to wait the recommended 40-200ms after each request to get the response according to the ddc protocol specifications. For now this is a working draft, might switch to ddccontrol which is much faster but limited to communicate over /dev/<id> which can't be figured automatically or correlated with hyprctl monitors command