Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Update Repo Location for My Fork
Browse files Browse the repository at this point in the history
  • Loading branch information
LanikSJ committed Jun 29, 2022
1 parent 9bb4b57 commit 17226e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ You can further configure Neofetch to display exactly what you want it to. Throu
Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku. If your favourite operating system is unsupported: Open up an issue and support will be added.


### More: \[[Dependencies](https://github.com/dylanaraps/neofetch/wiki/Dependencies)\] \[[Installation](https://github.com/dylanaraps/neofetch/wiki/Installation)\] \[[Wiki](https://github.com/dylanaraps/neofetch/wiki)\]
### More: \[[Dependencies](https://github.com/LanikSJ/neofetch/wiki/Dependencies)\] \[[Installation](https://github.com/LanikSJ/neofetch/wiki/Installation)\] \[[Wiki](https://github.com/LanikSJ/neofetch/wiki)\]
10 changes: 5 additions & 5 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# shellcheck disable=2009
#
# Neofetch: A command-line system information tool written in bash 3.2+.
# https://github.com/dylanaraps/neofetch
# https://github.com/LanikSJ/neofetch
#
# The MIT License (MIT)
#
Expand Down Expand Up @@ -51,7 +51,7 @@ export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/
# Neofetch default config.
read -rd '' config <<'EOF'
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
# https://github.com/LanikSJ/neofetch/wiki/Customizing-Info
print_info() {
info title
info underline
Expand Down Expand Up @@ -867,7 +867,7 @@ thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
# Flag: --crop_mode
#
# See this wiki page to learn about the fit and fill options.
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F
# https://github.com/LanikSJ/neofetch/wiki/What-is-Waifu-Crop%3F
crop_mode="normal"
# Crop offset
Expand Down Expand Up @@ -4982,7 +4982,7 @@ cache_uname() {

if [[ "$kernel_name" == "Darwin" ]]; then
# macOS can report incorrect versions unless this is 0.
# https://github.com/dylanaraps/neofetch/issues/1607
# https://github.com/LanikSJ/neofetch/issues/1607
export SYSTEM_VERSION_COMPAT=0

IFS=$'\n' read -d "" -ra sw_vers <<< "$(awk -F'<|>' '/key|string/ {print $3}' \
Expand Down Expand Up @@ -5315,7 +5315,7 @@ DEVELOPER:
--gen-man Generate a manpage for Neofetch in your PWD. (Requires GNU help2man)
Report bugs to https://github.com/dylanaraps/neofetch/issues
Report bugs to https://github.com/LanikSJ/neofetch/issues
"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion neofetch.1
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,4 @@ Display a verbose log for error reporting.
\fB\-\-gen\-man\fR
Generate a manpage for Neofetch in your PWD. (Requires GNU help2man)
.SH "REPORTING BUGS"
Report bugs to https://github.com/dylanaraps/neofetch/issues
Report bugs to https://github.com/LanikSJ/neofetch/issues

0 comments on commit 17226e7

Please sign in to comment.