From 352f20eed9b5c60b1eecf459cfba85d5e69ea9a9 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Wed, 11 Jan 2017 18:26:17 +0700 Subject: [PATCH] Get Wallpaper: Add AIX --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 93c82ffa..34306258 100755 --- a/neofetch +++ b/neofetch @@ -2100,7 +2100,7 @@ get_w3m_img_path() { get_wallpaper() { case "$os" in - "Linux" | "BSD" | "Solaris" | "MINIX") + "Linux" | "BSD" | "Solaris" | "MINIX" | "AIX") # Get DE if user has disabled the function. ((de_run != 1)) && get_de