mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
wm: Add support for way-cooler
This commit is contained in:
6
neofetch
6
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
|
||||
|
Reference in New Issue
Block a user