Remove TODO line
This commit is contained in:
parent
baf86efb95
commit
0f61ac53e3
1
neofetch
1
neofetch
|
@ -781,7 +781,6 @@ getde () {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# TODO: Add support for all DEs that have xprop values.
|
|
||||||
if [ -z "$de" ]; then
|
if [ -z "$de" ]; then
|
||||||
de="$(xprop -root | awk '/KDE_SESSION_VERSION|^_MARCO|^_MUFFIN|xfce4|xfce5/')"
|
de="$(xprop -root | awk '/KDE_SESSION_VERSION|^_MARCO|^_MUFFIN|xfce4|xfce5/')"
|
||||||
|
|
||||||
|
|
Reference in New Issue