From 8fcc19c4d4650b4a30f73f63792f2244ebf884da Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 16 Apr 2018 13:57:38 +1000 Subject: [PATCH] wm: Added support for more Wayland Compositors --- neofetch | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/neofetch b/neofetch index f1f4fbed..ba76a594 100755 --- a/neofetch +++ b/neofetch @@ -747,21 +747,28 @@ get_wm() { if [[ "$WAYLAND_DISPLAY" ]]; then wm="$(ps -e | grep -m 1 -o -F \ + -e "arcan" \ -e "asc" \ + -e "clayland" \ -e "fireplace" \ + -e "greenfield" \ -e "grefsen" \ - -e "mazecompositor" \ + -e "lipstick" \ -e "maynard" \ + -e "mazecompositor" \ -e "motorcar" \ - -e "orbment" \ -e "orbital" \ + -e "orbment" \ -e "perceptia" \ -e "rustland" \ -e "sway" \ + -e "ulubis" \ -e "velox" \ -e "wavy" \ - -e "wayhouse" \ -e "way-cooler" \ + -e "wayfire" \ + -e "wayhouse" \ + -e "westeros" \ -e "westford" \ -e "weston")"