What is the function and use of directory “/usr/share/neofetch/ascii/distro”?
Here are some details - I am in Ubuntu 18.04 and have found this directory /usr/share/neofetch/ascii/distro
. I have noticed names of many distros and have viewed their text, but I am not sure how to choose one. Sorry if this sounds dumb and if I am not using the correct format of a question since I am a beginner.
18.04 neofetch
add a comment |
Here are some details - I am in Ubuntu 18.04 and have found this directory /usr/share/neofetch/ascii/distro
. I have noticed names of many distros and have viewed their text, but I am not sure how to choose one. Sorry if this sounds dumb and if I am not using the correct format of a question since I am a beginner.
18.04 neofetch
add a comment |
Here are some details - I am in Ubuntu 18.04 and have found this directory /usr/share/neofetch/ascii/distro
. I have noticed names of many distros and have viewed their text, but I am not sure how to choose one. Sorry if this sounds dumb and if I am not using the correct format of a question since I am a beginner.
18.04 neofetch
Here are some details - I am in Ubuntu 18.04 and have found this directory /usr/share/neofetch/ascii/distro
. I have noticed names of many distros and have viewed their text, but I am not sure how to choose one. Sorry if this sounds dumb and if I am not using the correct format of a question since I am a beginner.
18.04 neofetch
18.04 neofetch
edited Jan 22 at 7:15
Community♦
1
1
asked Jan 19 at 6:07
JakeJake
6
6
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
man neofetch
has this:
DESCRIPTION
Neofetch is a CLI system information tool written in BASH.
Neofetch displays information about your system next to an
image, your OS logo, or any ASCII file of your choice.
And from the README on the GitHub page which is worth reading to better understand the program:
Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku.
That would explain
What is the function and use of directory “/usr/share/neofetch/ascii/distro”?
because the developer has tried to include ascii art for a variety of operating systems, not just yours or mine, to be displayed alongside technical data of your system.
Re.
I have noticed names of many distros and have viewed their text, but I am not sure how to choose one.
Normally, the program detects your particular distro (and its flavor) and chooses the appropriate ascii art, if available. So you really don't need to do anything.
But, for whatever reason, you can have the ascii art of some other distro (or its flavor) or some other image altogether.
In the output below, the logo on the left represents Xubuntu even though I'm using Kubuntu:
`-/osyhddddhyso/-` dkb@kububb
.+yddddddddddddddddddy+. ------------
:yddddddddddddddddddddddddy: OS: Ubuntu 18.04.1 LTS x86_64
-yddddddddddddddddddddhdddddddy- Host: Inspiron 15-3567
odddddddddddyshdddddddh`dddd+ydddo Kernel: 4.15.0-43-generic
`yddddddhshdd- ydddddd+`ddh.:dddddy` Uptime: 1 hour, 44 mins
sddddddy /d. :dddddd-:dy`-ddddddds Packages: 2315
:ddddddds /+ .dddddd`yy`:ddddddddd: Shell: bash 4.4.19
sdddddddd` . .-:/+ssdyodddddddddds Resolution: 1366x768
ddddddddy `:ohddddddddd DE: KDE
dddddddd. +dddddddd WM: KWin
sddddddy ydddddds Theme: Breeze Dark [KDE], MyBreeze-Dark [GTK2/3]
:dddddd+ .oddddddd: Icons: Breeze-dark [KDE], Breeze [GTK2/3]
sdddddo ./ydddddddds Terminal: konsole
`yddddd. `:ohddddddddddy` Terminal Font: Hack 11
oddddh/` `.:+shdddddddddddddo CPU: Intel i3-6006U (2) @ 2.000GHz
-ydddddhyssyhdddddddddddddddddy- GPU: Intel HD Graphics 520
:yddddddddddddddddddddddddy: Memory: 1000MiB / 7846MiB
.+yddddddddddddddddddy+.
`-/osyhddddhyso/-`
The command I used is this:
neofetch --source /usr/share/neofetch/ascii/distro/xubuntu
based on the directions in the man page:
--source source
Which image or ascii file to use. Possible values:
'auto', 'ascii', 'wallpaper', '/path/to/img',
'/path/to/ascii', '/path/to/dir/'
Thank you very much DK Bose for your speedy and well written reply
– Jake
Jan 20 at 0:01
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111058%2fwhat-is-the-function-and-use-of-directory-usr-share-neofetch-ascii-distro%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
man neofetch
has this:
DESCRIPTION
Neofetch is a CLI system information tool written in BASH.
Neofetch displays information about your system next to an
image, your OS logo, or any ASCII file of your choice.
And from the README on the GitHub page which is worth reading to better understand the program:
Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku.
That would explain
What is the function and use of directory “/usr/share/neofetch/ascii/distro”?
because the developer has tried to include ascii art for a variety of operating systems, not just yours or mine, to be displayed alongside technical data of your system.
Re.
I have noticed names of many distros and have viewed their text, but I am not sure how to choose one.
Normally, the program detects your particular distro (and its flavor) and chooses the appropriate ascii art, if available. So you really don't need to do anything.
But, for whatever reason, you can have the ascii art of some other distro (or its flavor) or some other image altogether.
In the output below, the logo on the left represents Xubuntu even though I'm using Kubuntu:
`-/osyhddddhyso/-` dkb@kububb
.+yddddddddddddddddddy+. ------------
:yddddddddddddddddddddddddy: OS: Ubuntu 18.04.1 LTS x86_64
-yddddddddddddddddddddhdddddddy- Host: Inspiron 15-3567
odddddddddddyshdddddddh`dddd+ydddo Kernel: 4.15.0-43-generic
`yddddddhshdd- ydddddd+`ddh.:dddddy` Uptime: 1 hour, 44 mins
sddddddy /d. :dddddd-:dy`-ddddddds Packages: 2315
:ddddddds /+ .dddddd`yy`:ddddddddd: Shell: bash 4.4.19
sdddddddd` . .-:/+ssdyodddddddddds Resolution: 1366x768
ddddddddy `:ohddddddddd DE: KDE
dddddddd. +dddddddd WM: KWin
sddddddy ydddddds Theme: Breeze Dark [KDE], MyBreeze-Dark [GTK2/3]
:dddddd+ .oddddddd: Icons: Breeze-dark [KDE], Breeze [GTK2/3]
sdddddo ./ydddddddds Terminal: konsole
`yddddd. `:ohddddddddddy` Terminal Font: Hack 11
oddddh/` `.:+shdddddddddddddo CPU: Intel i3-6006U (2) @ 2.000GHz
-ydddddhyssyhdddddddddddddddddy- GPU: Intel HD Graphics 520
:yddddddddddddddddddddddddy: Memory: 1000MiB / 7846MiB
.+yddddddddddddddddddy+.
`-/osyhddddhyso/-`
The command I used is this:
neofetch --source /usr/share/neofetch/ascii/distro/xubuntu
based on the directions in the man page:
--source source
Which image or ascii file to use. Possible values:
'auto', 'ascii', 'wallpaper', '/path/to/img',
'/path/to/ascii', '/path/to/dir/'
Thank you very much DK Bose for your speedy and well written reply
– Jake
Jan 20 at 0:01
add a comment |
man neofetch
has this:
DESCRIPTION
Neofetch is a CLI system information tool written in BASH.
Neofetch displays information about your system next to an
image, your OS logo, or any ASCII file of your choice.
And from the README on the GitHub page which is worth reading to better understand the program:
Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku.
That would explain
What is the function and use of directory “/usr/share/neofetch/ascii/distro”?
because the developer has tried to include ascii art for a variety of operating systems, not just yours or mine, to be displayed alongside technical data of your system.
Re.
I have noticed names of many distros and have viewed their text, but I am not sure how to choose one.
Normally, the program detects your particular distro (and its flavor) and chooses the appropriate ascii art, if available. So you really don't need to do anything.
But, for whatever reason, you can have the ascii art of some other distro (or its flavor) or some other image altogether.
In the output below, the logo on the left represents Xubuntu even though I'm using Kubuntu:
`-/osyhddddhyso/-` dkb@kububb
.+yddddddddddddddddddy+. ------------
:yddddddddddddddddddddddddy: OS: Ubuntu 18.04.1 LTS x86_64
-yddddddddddddddddddddhdddddddy- Host: Inspiron 15-3567
odddddddddddyshdddddddh`dddd+ydddo Kernel: 4.15.0-43-generic
`yddddddhshdd- ydddddd+`ddh.:dddddy` Uptime: 1 hour, 44 mins
sddddddy /d. :dddddd-:dy`-ddddddds Packages: 2315
:ddddddds /+ .dddddd`yy`:ddddddddd: Shell: bash 4.4.19
sdddddddd` . .-:/+ssdyodddddddddds Resolution: 1366x768
ddddddddy `:ohddddddddd DE: KDE
dddddddd. +dddddddd WM: KWin
sddddddy ydddddds Theme: Breeze Dark [KDE], MyBreeze-Dark [GTK2/3]
:dddddd+ .oddddddd: Icons: Breeze-dark [KDE], Breeze [GTK2/3]
sdddddo ./ydddddddds Terminal: konsole
`yddddd. `:ohddddddddddy` Terminal Font: Hack 11
oddddh/` `.:+shdddddddddddddo CPU: Intel i3-6006U (2) @ 2.000GHz
-ydddddhyssyhdddddddddddddddddy- GPU: Intel HD Graphics 520
:yddddddddddddddddddddddddy: Memory: 1000MiB / 7846MiB
.+yddddddddddddddddddy+.
`-/osyhddddhyso/-`
The command I used is this:
neofetch --source /usr/share/neofetch/ascii/distro/xubuntu
based on the directions in the man page:
--source source
Which image or ascii file to use. Possible values:
'auto', 'ascii', 'wallpaper', '/path/to/img',
'/path/to/ascii', '/path/to/dir/'
Thank you very much DK Bose for your speedy and well written reply
– Jake
Jan 20 at 0:01
add a comment |
man neofetch
has this:
DESCRIPTION
Neofetch is a CLI system information tool written in BASH.
Neofetch displays information about your system next to an
image, your OS logo, or any ASCII file of your choice.
And from the README on the GitHub page which is worth reading to better understand the program:
Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku.
That would explain
What is the function and use of directory “/usr/share/neofetch/ascii/distro”?
because the developer has tried to include ascii art for a variety of operating systems, not just yours or mine, to be displayed alongside technical data of your system.
Re.
I have noticed names of many distros and have viewed their text, but I am not sure how to choose one.
Normally, the program detects your particular distro (and its flavor) and chooses the appropriate ascii art, if available. So you really don't need to do anything.
But, for whatever reason, you can have the ascii art of some other distro (or its flavor) or some other image altogether.
In the output below, the logo on the left represents Xubuntu even though I'm using Kubuntu:
`-/osyhddddhyso/-` dkb@kububb
.+yddddddddddddddddddy+. ------------
:yddddddddddddddddddddddddy: OS: Ubuntu 18.04.1 LTS x86_64
-yddddddddddddddddddddhdddddddy- Host: Inspiron 15-3567
odddddddddddyshdddddddh`dddd+ydddo Kernel: 4.15.0-43-generic
`yddddddhshdd- ydddddd+`ddh.:dddddy` Uptime: 1 hour, 44 mins
sddddddy /d. :dddddd-:dy`-ddddddds Packages: 2315
:ddddddds /+ .dddddd`yy`:ddddddddd: Shell: bash 4.4.19
sdddddddd` . .-:/+ssdyodddddddddds Resolution: 1366x768
ddddddddy `:ohddddddddd DE: KDE
dddddddd. +dddddddd WM: KWin
sddddddy ydddddds Theme: Breeze Dark [KDE], MyBreeze-Dark [GTK2/3]
:dddddd+ .oddddddd: Icons: Breeze-dark [KDE], Breeze [GTK2/3]
sdddddo ./ydddddddds Terminal: konsole
`yddddd. `:ohddddddddddy` Terminal Font: Hack 11
oddddh/` `.:+shdddddddddddddo CPU: Intel i3-6006U (2) @ 2.000GHz
-ydddddhyssyhdddddddddddddddddy- GPU: Intel HD Graphics 520
:yddddddddddddddddddddddddy: Memory: 1000MiB / 7846MiB
.+yddddddddddddddddddy+.
`-/osyhddddhyso/-`
The command I used is this:
neofetch --source /usr/share/neofetch/ascii/distro/xubuntu
based on the directions in the man page:
--source source
Which image or ascii file to use. Possible values:
'auto', 'ascii', 'wallpaper', '/path/to/img',
'/path/to/ascii', '/path/to/dir/'
man neofetch
has this:
DESCRIPTION
Neofetch is a CLI system information tool written in BASH.
Neofetch displays information about your system next to an
image, your OS logo, or any ASCII file of your choice.
And from the README on the GitHub page which is worth reading to better understand the program:
Neofetch supports almost 150 different operating systems. From Linux to Windows, all the way to more obscure operating systems like Minix, AIX and Haiku.
That would explain
What is the function and use of directory “/usr/share/neofetch/ascii/distro”?
because the developer has tried to include ascii art for a variety of operating systems, not just yours or mine, to be displayed alongside technical data of your system.
Re.
I have noticed names of many distros and have viewed their text, but I am not sure how to choose one.
Normally, the program detects your particular distro (and its flavor) and chooses the appropriate ascii art, if available. So you really don't need to do anything.
But, for whatever reason, you can have the ascii art of some other distro (or its flavor) or some other image altogether.
In the output below, the logo on the left represents Xubuntu even though I'm using Kubuntu:
`-/osyhddddhyso/-` dkb@kububb
.+yddddddddddddddddddy+. ------------
:yddddddddddddddddddddddddy: OS: Ubuntu 18.04.1 LTS x86_64
-yddddddddddddddddddddhdddddddy- Host: Inspiron 15-3567
odddddddddddyshdddddddh`dddd+ydddo Kernel: 4.15.0-43-generic
`yddddddhshdd- ydddddd+`ddh.:dddddy` Uptime: 1 hour, 44 mins
sddddddy /d. :dddddd-:dy`-ddddddds Packages: 2315
:ddddddds /+ .dddddd`yy`:ddddddddd: Shell: bash 4.4.19
sdddddddd` . .-:/+ssdyodddddddddds Resolution: 1366x768
ddddddddy `:ohddddddddd DE: KDE
dddddddd. +dddddddd WM: KWin
sddddddy ydddddds Theme: Breeze Dark [KDE], MyBreeze-Dark [GTK2/3]
:dddddd+ .oddddddd: Icons: Breeze-dark [KDE], Breeze [GTK2/3]
sdddddo ./ydddddddds Terminal: konsole
`yddddd. `:ohddddddddddy` Terminal Font: Hack 11
oddddh/` `.:+shdddddddddddddo CPU: Intel i3-6006U (2) @ 2.000GHz
-ydddddhyssyhdddddddddddddddddy- GPU: Intel HD Graphics 520
:yddddddddddddddddddddddddy: Memory: 1000MiB / 7846MiB
.+yddddddddddddddddddy+.
`-/osyhddddhyso/-`
The command I used is this:
neofetch --source /usr/share/neofetch/ascii/distro/xubuntu
based on the directions in the man page:
--source source
Which image or ascii file to use. Possible values:
'auto', 'ascii', 'wallpaper', '/path/to/img',
'/path/to/ascii', '/path/to/dir/'
edited Jan 19 at 10:39
answered Jan 19 at 10:17
DK BoseDK Bose
13.7k124084
13.7k124084
Thank you very much DK Bose for your speedy and well written reply
– Jake
Jan 20 at 0:01
add a comment |
Thank you very much DK Bose for your speedy and well written reply
– Jake
Jan 20 at 0:01
Thank you very much DK Bose for your speedy and well written reply
– Jake
Jan 20 at 0:01
Thank you very much DK Bose for your speedy and well written reply
– Jake
Jan 20 at 0:01
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111058%2fwhat-is-the-function-and-use-of-directory-usr-share-neofetch-ascii-distro%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown