My Fastfetch config
//
//
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
//
// Inspired by many and cobbled together by Noodly
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto",
"source": "/home/jon/Pictures/EnOS Fastfetch Logos/EnOS Noodly KDE Calm.png",
"height": 42,
"padding": {
"top": 8,
"left": 6,
"right": 6
}
},
"display": {
"color": {
"keys": ""
},
"separator": "",
"constants": [
"โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ", // {$1} - horizontal line for borders
"\u001b[55D", // {$2} - move cursor left 55 columns
"\u001b[55C", // {$3} - move cursor right 55 columns
"\u001b[54C" // {$4} - move cursor right 54 columns
],
"brightColor": true
},
"modules": [
"break",
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโโโโโโโโโโโ{#keys} \u001b[37D",
"format": ""
},
{
"type": "custom",
"key": " {#31}โ {#35}E N D E A V O U R {#34}O S {#31}โ",
},
{
"type": "custom",
"key": " {#31}โ {#37} ๎ {#31}โ",
},
{
"type": "custom",
"key": " {#31}โ {#31}G {#31}A {#31}N {#31}Y {#31}M {#31}E {#31}D {#31}E {#31}โ",
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโโโโโโโโโโโ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys} \u001b[37D",
"format": ""
},
{
"type": "os",
"key": " {#31}โ{#31} OS {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "kernel",
"key": " {#31}โ{#31} Kernel {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "de",
"key": " {#31}โ{#31} Desktop {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "wm",
"key": " {#31}โ{#31} Session {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "packages",
"key": " {#31}โ{#31} Packages {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys} \u001b[37D",
"format": ""
},
{
"type": "host",
"key": " {#31}โ{#31} Machine {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "display",
"key": " {#31}โ{#31} Monitor {#31}โ{$4}โ{#keys} {$2}",
},
{
"type": "cpu",
"key": " {#31}โ{#31} CPU {#31}โ{$4}โ{#keys} {$2}",
"format": "{name} @{freq-max}",
"showPeCoreCount": false
},
{
"type": "gpu",
"key": " {#31}โ{#31} GPU {#31}โ{$4}โ{#keys} {$2}",
},
{
"type": "vulkan",
"key": " {#31}โ{#31} GFX {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
// Hardware section with cyan color theme
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys} \u001b[37D",
"format": ""
},
{
"type": "memory",
"key": " {#31}โ{#31} RAM {#31}โ{$4}โ{#keys} {$2}",
// "keyColor": "34",
"percent": {
"type": 3, // 3 = show number + bar + percentage
"green": 30, // <30% is green
"yellow": 70 // 30-70% is yellow, >70% is red
}
},
{
"type": "swap",
"key": " {#31}โ{#31} SWAP {#31}โ{$4}โ{#keys} {$2}",
// "keyColor": "34",
"percent": {
"type": 3, // 3 = show number + bar + percentage
"green": 30, // <30% is green
"yellow": 70 // 30-70% is yellow, >70% is red
}
},
{
"type": "disk",
"key": " {#31}โ{#31} Disk {#31}โ{$4}โ{#keys} {$2}",
// "keyColor": "34",
"percent": {
"type": 3, // 3 = show number + bar + percentage
"green": 30, // <30% is green
"yellow": 70 // 30-70% is yellow, >70% is red
},
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys} \u001b[37D",
"format": ""
},
{
"type": "shell",
"key": " {#31}โ{#31} Shell {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "terminal",
"key": " {#31}โ{#31} Terminal {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "terminalfont",
"key": " {#31}โ{#31} Term Font {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys} \u001b[37D",
"format": ""
},
{
"type": "theme",
"key": " {#31}โ{#31} Style {#31}โ{$4}โ{#keys} {$2}",
"format": "{theme1}"
},
{
"type": "wmtheme",
"key": " {#31}โ{#31} Decor {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "icons",
"key": " {#31}โ{#31} Icons {#31}โ{$4}โ{#keys} {$2}",
"format": "{1}"
},
{
"type": "cursor",
"key": " {#31}โ{#31} Cursors {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "font",
"key": " {#31}โ{#31} System Font {#31}โ{$4}โ{#keys} {$2}",
"format": "{1}"
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys} \u001b[37D",
"format": ""
},
{
"type": "uptime",
"key": " {#31}โ{#31} Uptime Funk {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "users",
"myselfOnly": true, // Only show current user
"key": " {#31}โ{#31} Login {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "disk",
"key": " {#31}โ{#31} OS Age {#31}โ{$4}โ{#keys} {$2}",
"folders": "/", // Check root filesystem
"format": "{create-time:10} [{days} days]" // Show creation time and age in days
},
{
"type": "datetime",
"key": " {#31}โ{#31} Fetched {#31}โ{$4}โ{#keys} {$2}",
"format": "{day-pretty}-{month-pretty}-{year} {hour-pretty}:{minute-pretty}:{second-pretty} {timezone-name}"
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys}\u001b[37D",
"format": ""
},
{
"type": "wifi",
"key": " {#31}โ{#31} Interweb {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "bluetooth",
"key": " {#31}โ{#31} Bluetooth {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโฌ{$1}โ{#keys}\u001b[37D",
"format": ""
},
{
"type": "sound",
"key": " {#31}โ{#31} Sound {#31}โ{$4}โ{#keys} {$2}",
"format": "{name:43} ({3})",
},
{
"type": "camera",
"key": " {#31}โ{#31} Webcam {#31}โ{$4}โ{#keys} {$2}"
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโด{$1}โ{#keys} ",
"format": ""
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโโโโโโโโโโโ{#keys} \u001b[37D",
"format": ""
},
{
"type": "custom",
"key": " {#31}โ {#31}P{#31}A{#31}L{#31}E{#31}T{#31}T{#31}E {#31}โ",
},
{
"type": "custom",
"key": " {#31}โ {#33}โโโโโโโโโโโ {#31}โ"
},
{
"type": "custom",
"key": " {#31}โ {#37}๓ฑป {#36} ๓ฑป {#35} ๓ฑป {#34} ๓ฑป {#33} ๓ฑป {#32} ๓ฑป {#31} ๓ฑป {#31}โ",
},
{
"type": "custom",
"key": " {#31}โโโโโโโโโโโโโโโโโโโโโโโโโ{#keys} ",
"format": ""
},
// End with color palette and line break
// "break", // Add a blank line
//"colors" // Display color palette
"break",
]
}
Our favorite fetch program has just got an update
Thank you to everyone that posted their config files, so I can steal them (Most of you said it โwasnโtโ stealing LOL). It helps those of us not technically technical enough to figure it out. Much more tweaking to go. I enjoy playing with Fastfetch and Conkyโs.
Get it Here
Looking great, @thefrog ! May I take a look at your config file, please? ![]()
Its one from up above however here it is (I think it was dirn who first posted)
{"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto",
"source": "/home/thefrog/Pictures/Logos/Misc/fishy.png",
"width": 35, // Width in characters (for image logos)
"padding": {
"top": 5, // Top padding
"left": 1, // Left padding
"right": 1 // Right padding
}
},
"display": {
"color": {
"keys": "white"
},
"separator": "",
"constants": [
"โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ", // {$1} - horizontal line for borders
"\u001b[55D", // {$2} - move cursor left 55 columns
"\u001b[55C", // {$3} - move cursor right 55 columns
"\u001b[54C" // {$4} - move cursor right 54 columns
],
"brightColor": true
},
"modules": [
"break",
{
"type": "custom",
"key": "โโโโโโโโโโโโโโฌโ{$1}โ\u001b[37D",
"format": "\u001b[1m{#keys}"
},
{
"type": "os",
"key": "โ \u001b[s{sysname}\u001b[u\u001b[10Cโ{$3}โ{$2}"
},
{
"type": "kernel",
"key": "โ \u001b[sKernel\u001b[u\u001b[10Cโ{$3}โ{$2}"
},
{
"type": "datetime",
"key": "โ Fetched โ{$3}โ{$2}",
"format": "{day-pretty}-{month-pretty}-{year} {hour-pretty}:{minute-pretty}:{second-pretty} {timezone-name}"
},
{
"type": "locale",
"key": "โ Locale โ{$3}โ{$2}"
},
{
"type": "custom",
"key": "โโโโโโโโโโโโโโดโ{$1}โค", // Bottom border of the entire layout
"format": ""
},
// Uptime section with magenta color theme
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโฌ{$1}โ{#keys}โ\u001b[37D",
"format": "{#bright_white} Uptime "
},
{
"type": "uptime",
"key": "โ{#white}โ Uptime โ{$4}โ{#keys}โ{$2}"
},
{
"type": "users",
"myselfOnly": true, // Only show current user
"key": "โ{#white}โ Login โ{$4}โ{#keys}โ{$2}"
},
{
"condition": { // Conditional module: only show on non-macOS
"!system": "macOS"
},
"type": "disk",
"key": "โ{#white}โ OS Age โ{$4}โ{#keys}โ{$2}",
"folders": "/", // Check root filesystem
"format": "{create-time:10} [{days} days]" // Show creation time and age in days
},
{
"condition": { // Conditional module: only show on macOS
"system": "macOS"
},
"type": "disk",
"key": "โ{#white}โ OS Age โ{$4}โ{#keys}โ{$2}",
"folders": "/System/Volumes/VM", // Work around for APFS on macOS
"format": "{create-time:10} [{days} days]"
},
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโด{$1}โ{#keys}โ",
"format": ""
},
// Desktop section with green color theme
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโฌ{$1}โ{#keys}โ\u001b[37D",
"format": "{#bright_white} Desktop "
},
{
"type": "de",
"key": "โ{#white}โ Desktop โ{$4}โ{#keys}โ{$2}"
},
{
"type": "wm",
"key": "โ{#white}โ Session โ{$4}โ{#keys}โ{$2}"
},
{
"type": "display",
"key": "โ{#white}โ Display โ{$4}โ{#keys}โ{$2}",
"compactType": "original-with-refresh-rate"
},
// {
// "type": "gpu",
// "key": "โ{#white}โ G-Driver โ{$4}โ{#keys}โ{$2}",
// "format": "{driver}"
// },
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโด{$1}โ{#keys}โ",
"format": ""
},
// Terminal section with yellow color theme
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโฌ{$1}โ{#keys}โ\u001b[37D",
"format": "{#bright_white} Terminal "
},
{
"type": "shell",
"key": "โ{#white}โ Shell โ{$4}โ{#keys}โ{$2}"
},
{
"type": "terminal",
"key": "โ{#white}โ Terminal โ{$4}โ{#keys}โ{$2}"
},
{
"type": "terminalfont",
"key": "โ{#white}โ Term Font โ{$4}โ{#keys}โ{$2}"
},
// {
// "type": "terminaltheme",
// "key": "โ{#white}โ Colors โ{$4}โ{#keys}โ{$2}"
// },
{
"type": "packages",
"key": "โ{#white}โ Packages โ{$4}โ{#keys}โ{$2}"
},
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโด{$1}โ{#keys}โ",
"format": ""
},
// Hardware section with cyan color theme
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโฌ{$1}โ{#keys}โ\u001b[37D",
"format": "{#bright_white} Hardware "
},
{
"type": "chassis",
"key": "โ{#white}โ Chassis โ{$4}โ{#keys}โ{$2}"
},
{
"type": "cpu",
"key": "โ{#white}โ CPU โ{$4}โ{#keys}โ{$2}",
"format": "{name} @{freq-max}",
"showPeCoreCount": false
},
{
"type": "gpu",
"key": "โ{#white}โ GPU โ{$4}โ{#keys}โ{$2}",
"format": "{2}"
},
{
"type": "memory",
"key": "โ{#white}โ RAM โ{$4}โ{#keys}โ{$2}",
// "keyColor": "34",
"percent": {
"type": 3, // 3 = show number + bar + percentage
"green": 30, // <30% is green
"yellow": 70 // 30-70% is yellow, >70% is red
}
},
{
"type": "swap",
"key": "โ{#white}โ SWAP โ{$4}โ{#keys}โ{$2}",
// "keyColor": "34",
"percent": {
"type": 3, // 3 = show number + bar + percentage
"green": 30, // <30% is green
"yellow": 70 // 30-70% is yellow, >70% is red
}
},
{
"type": "disk",
"key": "โ{#white}โ Disk โ{$4}โ{#keys}โ{$2}",
"percent": {
"type": 3, // 3 = show number + bar + percentage
"green": 30, // <30% is green
"yellow": 70 // 30-70% is yellow, >70% is red
},
},
{
"type": "battery",
"key": "โ{#white}โ Battery โ{$4}โ{#keys}โ{$2}"
},
{
"type": "custom",
"key": "โ{#white}โโโโโโโโโโโโโด{$1}โ{#keys}โ",
"format": ""
},
// Development section with red color theme
// {
// "type": "custom",
// "key": "โ{#red}โโโโโโโโโโโโโฌ{$1}โ{#keys}โ\u001b[37D",
// "format": "{#bright_red} Development "
// },
// {
// "type": "command",
// "key": "โ{#red}โ Rust โ{$4}โ{#keys}โ{$2}",
// "text": "rustc --version",
// "format": "rustc {~6,13}" // Print 6th to 13th characters (version number)
// },
// {
// "type": "command",
// "condition": {
// "!system": "Windows" // Posix version
// },
// "key": "โ{#red}โ Clang โ{$4}โ{#keys}โ{$2}",
// "text": "clang --version | head -1 | awk '{print $NF}'",
// "format": "clang {}"
// },
// {
// "type": "command",
// "condition": {
// "system": "Windows" // Windows version
// },
// "key": "โ{#red}โ Clang โ{$4}โ{#keys}โ{$2}",
// "text": "clang --version | findstr version", // Finds the line with "version"
// "format": "clang {~-6}" // Prints the last 6 characters (version number)
// },
// {
// "type": "command",
// "key": "โ{#red}โ NodeJS โ{$4}โ{#keys}โ{$2}",
// "text": "node --version",
// "format": "node {~1}" // {~1} removes first character (v)
// },
// {
// "type": "command",
// "key": "โ{#red}โ Go โ{$4}โ{#keys}โ{$2}",
// "text": "go version | cut -d' ' -f3",
// "format": "go {~2}" // {~2} removes first 2 characters (go)
// },
// {
// "type": "command",
// "key": "โ{#red}โ Zig โ{$4}โ{#keys}โ{$2}",
// "text": "zig version",
// "format": "zig {}"
// },
// {
// "type": "editor",
// "key": "โ{#red}โ Editor โ{$4}โ{#keys}โ{$2}"
// },
// {
// "type": "command",
// "key": "โ{#red}โ Git โ{$4}โ{#keys}โ{$2}",
// "text": "git version",
// "format": "git {~12}"
// },
// {
// "type": "font",
// "key": "โ{#red}โ Interface โ{$4}โ{#keys}โ{$2}",
// "format": "{font1}"
// },
// {
// "type": "custom",
// "key": "โ{#red}โโโโโโโโโโโโโด{$1}โ{#keys}โ",
// "format": ""
// },
{
"type": "custom",
"key": "โ {$3} โ{$2}",
"format":" {#37}๓ฐฎฏ {#37} โข {#37}โข {#37}โข {#31} ๓ฐ {#32} ๓ฐ {#33} ๓ฐ {#34} ๓ฐ {#35} ๓ฐ {#36} ๓ฐ "
// "format":"{#37}๓ฐฎฏ {#31} ๓ฐง {#32} ๓ฐง {#33} ๓ฐง {#36} ๓ฐ {#35} ๓ฐ {#34} ๓ฐ {#33} ๓ฐ {#32} ๓ฐ {#31} ๓ฐ "
},
{
"type": "custom",
"key": "โโโโโโโโโโโโโโโ{$1}โ", // Bottom border of the entire layout
"format": ""
},
// End with color palette and line break
// "break", // Add a blank line
//"colors" // Display color palette
"break",
]
}
What a cute pic. ![]()
Thank you. My little daughter drew that.![]()
Welcome to the EndeavourOS forum.
I hope you enjoy your time here.
Ignore the flag, sometimes Discourse flags first posts to be approved manually.
you are good to go.
Pudge
Welcome to the forum @raantss
![]()
welcome to the forum @raantss ![]()













