feat: add user script tracking

This commit is contained in:
2026-06-18 10:10:37 +02:00
parent e76fb8d1de
commit c0706de7f5
11 changed files with 184 additions and 0 deletions

6
scripts/hypridle-launch Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
if [ -f /run/eco_mode ]; then
exec hypridle -c ~/.config/hypr/hypridle-eco.conf
else
exec hypridle -c ~/.config/hypr/hypridle.conf
fi