mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
implemented basic razorqt detection
This commit is contained in:
@@ -893,6 +893,8 @@ detectde () {
|
||||
DEver=$(lxpanel -v)
|
||||
DE="${DE} $DEver"
|
||||
fi
|
||||
elif pgrep -U ${UID} razor-session >/dev/null 2>&1; then
|
||||
DE="RazorQt"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user