mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 04:32:12 +00:00
Scrot: Unset scrot_dir if the user has set it
This commit is contained in:
3
neofetch
3
neofetch
@@ -3651,6 +3651,9 @@ old_options() {
|
||||
|
||||
# Birthday was renamed to Install Date in 3.0
|
||||
[[ -n "$birthday_time" ]] && { err "Config: \$birthday_time is deprecated, use \3install_time instead."; install_time="$birthday_time"; }
|
||||
|
||||
# Scrot dir was removed in 3.1.0.
|
||||
[[ -n "$scrot_dir" ]] && scrot_dir=
|
||||
}
|
||||
|
||||
cache_uname() {
|
||||
|
||||
Reference in New Issue
Block a user