Update .bashrc, config.jsonc, and 27 more files...
This commit is contained in:
119
.config/fastfetch/config.jsonc
Normal file
119
.config/fastfetch/config.jsonc
Normal file
@@ -0,0 +1,119 @@
|
||||
// Designed for Arch Linux
|
||||
// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "xenia",
|
||||
"color": {
|
||||
"1": "34:",
|
||||
"2": "35:"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"color": {
|
||||
"separator": "34:"
|
||||
},
|
||||
"separator": " | ",
|
||||
"constants": [
|
||||
"[================]#[========================================]"
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "custom",
|
||||
"format": " ISEUL-T: THE BIAS WRECKER",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " Motherboard ",
|
||||
"keyColor": "35:",
|
||||
"format": "ASRock {2}"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " Processor ",
|
||||
"keyColor": "35:",
|
||||
"temp": false,
|
||||
"type": false,
|
||||
"showPeCoreCount": false,
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " Video Card ",
|
||||
"keyColor": "35:",
|
||||
"format": "{1} {2}"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " Real Memory ",
|
||||
"keyColor": "35:"
|
||||
},
|
||||
{
|
||||
"type": "swap",
|
||||
"key": " Swap Memory ",
|
||||
"keyColor": "35:"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " Distribution ",
|
||||
"keyColor": "35:",
|
||||
"format": "{3} Linux"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " Kernel Version",
|
||||
"keyColor": "35:",
|
||||
"format": "{2} {4}"
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": " User Interface",
|
||||
"keyColor": "35:"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " Window System ",
|
||||
"keyColor": "35:"
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " Video Output ",
|
||||
"keyColor": "35:",
|
||||
"format": "{6} {1}x{2} @ {3}Hz"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " Time Alive ",
|
||||
"keyColor": "35:",
|
||||
"format": "{1} days, {2} hours and {3} minutes"
|
||||
},
|
||||
{
|
||||
"type": "localip",
|
||||
"key": " Local Address ",
|
||||
"keyColor": "35:"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
"break"
|
||||
]
|
||||
}
|
||||
119
.config/fastfetch/config.jsonc.agsys.old
Normal file
119
.config/fastfetch/config.jsonc.agsys.old
Normal file
@@ -0,0 +1,119 @@
|
||||
// Designed for Arch Linux
|
||||
// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "xenia",
|
||||
"color": {
|
||||
"1": "red",
|
||||
"2": "white"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"color": {
|
||||
"separator": "red"
|
||||
},
|
||||
"separator": " | ",
|
||||
"constants": [
|
||||
"[================]#[========================================]"
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "custom",
|
||||
"format": " anti-gravity systems",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " Motherboard ",
|
||||
"keyColor": "red",
|
||||
"format": "ASRock {2}"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " Processor ",
|
||||
"keyColor": "red",
|
||||
"temp": false,
|
||||
"type": false,
|
||||
"showPeCoreCount": false,
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " Video Card ",
|
||||
"keyColor": "red",
|
||||
"format": "{1} {2}"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " Real Memory ",
|
||||
"keyColor": "red"
|
||||
},
|
||||
{
|
||||
"type": "swap",
|
||||
"key": " Swap Memory ",
|
||||
"keyColor": "red"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " Distribution ",
|
||||
"keyColor": "red",
|
||||
"format": "{3} Linux"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " Kernel Version",
|
||||
"keyColor": "red",
|
||||
"format": "{2} {4}"
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": " User Interface",
|
||||
"keyColor": "red"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " Window System ",
|
||||
"keyColor": "red"
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " Video Output ",
|
||||
"keyColor": "red",
|
||||
"format": "{6} {1}x{2} @ {3}Hz"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " Time Alive ",
|
||||
"keyColor": "red",
|
||||
"format": "{1} days, {2} hours and {3} minutes"
|
||||
},
|
||||
{
|
||||
"type": "localip",
|
||||
"key": " Local Address ",
|
||||
"keyColor": "red"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
"break"
|
||||
]
|
||||
}
|
||||
119
.config/fastfetch/config.jsonc.iseult2.old
Normal file
119
.config/fastfetch/config.jsonc.iseult2.old
Normal file
@@ -0,0 +1,119 @@
|
||||
// Designed for Arch Linux
|
||||
// Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "xenia",
|
||||
"color": {
|
||||
"1": "39:",
|
||||
"2": "162:"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"color": {
|
||||
"separator": "39:"
|
||||
},
|
||||
"separator": " | ",
|
||||
"constants": [
|
||||
"[================]#[========================================]"
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "custom",
|
||||
"format": " ISEUL-T: THE BIAS WRECKER",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " Motherboard ",
|
||||
"keyColor": "162:",
|
||||
"format": "ASRock {2}"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": " Processor ",
|
||||
"keyColor": "162:",
|
||||
"temp": false,
|
||||
"type": false,
|
||||
"showPeCoreCount": false,
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": " Video Card ",
|
||||
"keyColor": "162:",
|
||||
"format": "{1} {2}"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": " Real Memory ",
|
||||
"keyColor": "162:"
|
||||
},
|
||||
{
|
||||
"type": "swap",
|
||||
"key": " Swap Memory ",
|
||||
"keyColor": "162:"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": " Distribution ",
|
||||
"keyColor": "162:",
|
||||
"format": "{3} Linux"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " Kernel Version",
|
||||
"keyColor": "162:",
|
||||
"format": "{2} {4}"
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": " User Interface",
|
||||
"keyColor": "162:"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " Window System ",
|
||||
"keyColor": "162:"
|
||||
},
|
||||
{
|
||||
"type": "display",
|
||||
"key": " Video Output ",
|
||||
"keyColor": "162:",
|
||||
"format": "{6} {1}x{2} @ {3}Hz"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " Time Alive ",
|
||||
"keyColor": "162:",
|
||||
"format": "{1} days, {2} hours and {3} minutes"
|
||||
},
|
||||
{
|
||||
"type": "localip",
|
||||
"key": " Local Address ",
|
||||
"keyColor": "162:"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "{$1}",
|
||||
"outputColor": "separator"
|
||||
},
|
||||
"break"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user