Replies: 2 comments 4 replies
-
|
No native support, but hack exists. You run fastfetch twice with larger padding for the second one.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
// left.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"separator": " ο
Έ ",
"constants": [
"βββββββββββββββββ" // {$1}, used in Custom module
],
"key": {
"type": "icon",
"paddingLeft": 2
}
},
"modules": [
{
"type": "custom", // HardwareStart
// {#1} is equivalent to `\u001b[1m`. {#} is equivalent to `\u001b[m`
"format": "β{$1} {#1}Hardware Information{#} {$1}β"
},
"host",
"cpu",
"gpu",
"disk",
"memory",
"swap",
"display",
"brightness",
"battery",
"poweradapter",
"bluetooth",
"sound",
"gamepad",
"break",
"break",
"break",
"break",
"break",
"break",
{
"type": "custom", // InformationEnd
"format": "β{$1}ββββββββββββββββββββββ{$1}β"
},
{
"type": "colors",
"paddingLeft": 2,
"symbol": "circle"
}
]
}// right.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"right": 64
}
},
"display": {
"separator": " ο
Έ ",
"constants": [
"βββββββββββββββββ" // {$1}, used in Custom module
],
"key": {
"type": "icon",
"paddingLeft": 2
}
},
"modules": [
{
"type": "custom", // SoftwareStart
"format": "β{$1} {#1}Software Information{#} {$1}β"
},
{
"type": "title",
"keyIcon": "ο",
"key": "Title", // Title module has no key by default, so that icon is not displayed
"format": "{user-name}@{host-name}"
},
"os",
"kernel",
"lm",
"de",
"wm",
"shell",
"terminal",
"terminalfont",
"theme",
"icons",
"wallpaper",
"packages",
"uptime",
{
"type": "localip",
"compact": true
},
{
"type": "wifi",
"format": "{ssid}"
},
"locale",
{
"type": "custom", // InformationEnd
"format": "β{$1}ββββββββββββββββββββββ{$1}β"
},
"break"
]
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions