Merge pull request #504 from konimex/master
Wallpaper: Expanded support to Solaris and GNU Hurd
This commit is contained in:
commit
94e31b49d4
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2041,7 +2041,7 @@ get_w3m_img_path() {
|
|||
|
||||
get_wallpaper() {
|
||||
case "$os" in
|
||||
"Linux" | "BSD")
|
||||
"Linux" | "BSD" | "Solaris" | "GNU")
|
||||
# Get DE if user has disabled the function.
|
||||
[[ -z "$de" ]] && get_de
|
||||
|
||||
|
|
Loading…
Reference in a new issue