From 4ac7c1a20ed4a93a97f47091d85d135db954d53a Mon Sep 17 00:00:00 2001 From: Que Quotion Date: Tue, 10 Dec 2019 18:38:29 +0900 Subject: [PATCH] inverter.sh: pgrep picom Additional rebranding to be done here, but first of all make this work. --- dbus-examples/inverter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus-examples/inverter.sh b/dbus-examples/inverter.sh index dc4958e..5e31508 100755 --- a/dbus-examples/inverter.sh +++ b/dbus-examples/inverter.sh @@ -4,7 +4,7 @@ if [ -z "`dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames | grep compton`" ]; then echo "compton DBus interface unavailable" - if [ -n "`pgrep compton`" ]; then + if [ -n "`pgrep picom`" ]; then echo "compton running without dbus interface" #killall compton & # Causes all windows to flicker away and come back ugly. #compton --dbus & # Causes all windows to flicker away and come back beautiful