This repository has been archived on 2025-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kolinux-themer/themes/blueleaves/polybar/scripts/dim.sh
2025-05-14 02:34:47 +03:00

7 lines
141 B
Bash
Executable File

# Check if xset q has "timeout" equal to 0 and if so, return 1
if xset q | grep "timeout: 0" >/dev/null; then
echo "1"
else
echo ""
fi