#!/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