Skip to content

Commit

Permalink
Update inverter.sh
Browse files Browse the repository at this point in the history
Missed a textual remnant of compton, whoops
  • Loading branch information
UnixParadigm authored Mar 31, 2020
1 parent e708033 commit 32e0d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus-examples/inverter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32e0d1c

Please sign in to comment.