mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-04 22:30:02 +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.
|
# Fallback for Wayland wms.
|
||||||
[[ "$wm" == "xwlc" ]] && \
|
[[ "$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
|
else
|
||||||
case "$os" in
|
case "$os" in
|
||||||
|
|||||||
Reference in New Issue
Block a user