#!/bin/bash inhibit_active=false if pgrep eww-idle-inhibi;then inhibit_active=true fi printf '%s' "${inhibit_active}"