From 32e0d1c095d0df1bd444a8ed38f4e7b81711b4f9 Mon Sep 17 00:00:00 2001 From: Paradigm0001 <46477191+Paradigm0001@users.noreply.github.com> Date: Tue, 31 Mar 2020 11:57:05 +0000 Subject: [PATCH] Update inverter.sh Missed a textual remnant of compton, whoops --- 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 8475ac8..3c210c8 100755 --- a/dbus-examples/inverter.sh +++ b/dbus-examples/inverter.sh @@ -9,7 +9,7 @@ stderr() { # === Verify `compton --dbus` status === if [ -z "$(dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames | grep compton)" ]; then - stderr "compton DBus interface unavailable" + stderr "picom DBus interface unavailable" if [ -n "$(pgrep picom)" ]; then stderr "picom running without dbus interface" #killall picom & # Causes all windows to flicker away and come back ugly.