From a9df517fd41edc34af8a05e55c8fdf0ce54b61d2 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Sun, 17 Dec 2017 20:08:05 +1100 Subject: [PATCH] wm: Add support for way-cooler --- neofetch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index a2c33551..e4adc5c9 100755 --- a/neofetch +++ b/neofetch @@ -716,7 +716,11 @@ get_wm() { # Fallback for Wayland wms. [[ "$wm" == "xwlc" ]] && \ - wm="$(ps -e | grep -m 1 -o -F -e "sway" -e "orbment" -e "velox" -e "orbital")" + wm="$(ps -e | grep -m 1 -o -F -e "sway" \ + -e "orbment" \ + -e "velox" \ + -e "orbital" \ + -e "way-cooler")" else case "$os" in