Update inverter.sh

Missed a textual remnant of compton, whoops
This commit is contained in:
Paradigm0001 2020-03-31 11:57:05 +00:00 committed by GitHub
parent e70803385d
commit 32e0d1c095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.