mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Wallpaper: Expanded support to Solaris and GNU Hurd
This commit is contained in:
2
neofetch
2
neofetch
@@ -2041,7 +2041,7 @@ get_w3m_img_path() {
|
|||||||
|
|
||||||
get_wallpaper() {
|
get_wallpaper() {
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Linux" | "BSD")
|
"Linux" | "BSD" | "Solaris" | "GNU")
|
||||||
# Get DE if user has disabled the function.
|
# Get DE if user has disabled the function.
|
||||||
[[ -z "$de" ]] && get_de
|
[[ -z "$de" ]] && get_de
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user