Update inverter.sh
Missed a textual remnant of compton, whoops
This commit is contained in:
parent
e70803385d
commit
32e0d1c095
|
@ -9,7 +9,7 @@ stderr() {
|
||||||
# === Verify `compton --dbus` status ===
|
# === 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
|
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
|
if [ -n "$(pgrep picom)" ]; then
|
||||||
stderr "picom running without dbus interface"
|
stderr "picom running without dbus interface"
|
||||||
#killall picom & # Causes all windows to flicker away and come back ugly.
|
#killall picom & # Causes all windows to flicker away and come back ugly.
|
||||||
|
|
Loading…
Reference in New Issue