initial commit
This commit is contained in:
46
fastfetch/New Folder/config.jsonc
Normal file
46
fastfetch/New Folder/config.jsonc
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"height": 8,
|
||||
"type": "kitty",
|
||||
"source": "$(ls ~/Pictures/Fetch/Brawlhalla/* | shuf -n 1)"
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "magenta"
|
||||
},
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
{
|
||||
"type": "os",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"keyIcon": ""
|
||||
},
|
||||
"wm",
|
||||
{
|
||||
"type": "memory",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "",
|
||||
"keyIcon": "",
|
||||
"block": {
|
||||
},
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
46
fastfetch/brawl.jsonc
Normal file
46
fastfetch/brawl.jsonc
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"height": 8,
|
||||
"type": "kitty",
|
||||
"source": "$(ls ~/Pictures/Fetch/Brawlhalla/* | shuf -n 1)"
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "magenta"
|
||||
},
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
{
|
||||
"type": "os",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"keyIcon": ""
|
||||
},
|
||||
"wm",
|
||||
{
|
||||
"type": "memory",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "",
|
||||
"keyIcon": "",
|
||||
"block": {
|
||||
},
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
46
fastfetch/brawl_shang.jsonc
Normal file
46
fastfetch/brawl_shang.jsonc
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"height": 8,
|
||||
"type": "kitty",
|
||||
"source": "~/Pictures/Fetch/Brawlhalla/wushangranno.png"
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "yellow"
|
||||
},
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
{
|
||||
"type": "os",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"keyIcon": ""
|
||||
},
|
||||
"wm",
|
||||
{
|
||||
"type": "memory",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "",
|
||||
"keyIcon": "",
|
||||
"block": {
|
||||
},
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
108
fastfetch/config.jsonc
Normal file
108
fastfetch/config.jsonc
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"padding": {
|
||||
"top": 2
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"os",
|
||||
"host",
|
||||
"bios",
|
||||
"bootmgr",
|
||||
"board",
|
||||
"chassis",
|
||||
"kernel",
|
||||
"initsystem",
|
||||
"uptime",
|
||||
"loadavg",
|
||||
"processes",
|
||||
"packages",
|
||||
"shell",
|
||||
"editor",
|
||||
"display",
|
||||
"brightness",
|
||||
"monitor",
|
||||
"lm",
|
||||
"de",
|
||||
"wm",
|
||||
"wmtheme",
|
||||
"theme",
|
||||
"icons",
|
||||
"font",
|
||||
"cursor",
|
||||
"wallpaper",
|
||||
"terminal",
|
||||
"terminalfont",
|
||||
"terminalsize",
|
||||
"terminaltheme",
|
||||
{
|
||||
"type": "cpu",
|
||||
"showPeCoreCount": true,
|
||||
"temp": true
|
||||
},
|
||||
"cpucache",
|
||||
"cpuusage",
|
||||
{
|
||||
"type": "gpu",
|
||||
"driverSpecific": true,
|
||||
"temp": true
|
||||
},
|
||||
"memory",
|
||||
"physicalmemory",
|
||||
"swap",
|
||||
"disk",
|
||||
"btrfs",
|
||||
"zpool",
|
||||
{
|
||||
"type": "battery",
|
||||
"temp": true
|
||||
},
|
||||
"poweradapter",
|
||||
"player",
|
||||
"media",
|
||||
{
|
||||
"type": "publicip",
|
||||
"timeout": 1000
|
||||
},
|
||||
{
|
||||
"type": "localip",
|
||||
"showIpv6": true,
|
||||
"showMac": true,
|
||||
"showSpeed": true,
|
||||
"showMtu": true,
|
||||
"showLoop": true,
|
||||
"showFlags": true,
|
||||
"showAllIps": true
|
||||
},
|
||||
"dns",
|
||||
"wifi",
|
||||
"datetime",
|
||||
"locale",
|
||||
"vulkan",
|
||||
"opengl",
|
||||
"opencl",
|
||||
"users",
|
||||
"bluetooth",
|
||||
"bluetoothradio",
|
||||
"sound",
|
||||
"camera",
|
||||
"gamepad",
|
||||
{
|
||||
"type": "weather",
|
||||
"timeout": 1000
|
||||
},
|
||||
"netio",
|
||||
"diskio",
|
||||
{
|
||||
"type": "physicaldisk",
|
||||
"temp": true
|
||||
},
|
||||
"tpm",
|
||||
"version",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
||||
24
fastfetch/config.jsonc.old
Normal file
24
fastfetch/config.jsonc.old
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"width": 20,
|
||||
"type": "kitty",
|
||||
"source": "$(ls ~/Pictures/Fetch/Brawlhalla/* | shuf -n 1)",
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"os",
|
||||
"host",
|
||||
"kernel",
|
||||
"uptime",
|
||||
"wm",
|
||||
"cpu",
|
||||
"memory",
|
||||
"swap",
|
||||
"disk",
|
||||
"poweradapter",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
||||
46
fastfetch/oneshot.jsonc
Normal file
46
fastfetch/oneshot.jsonc
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"height": 8,
|
||||
"type": "kitty",
|
||||
"source": "$(ls ~/Pictures/Fetch/Oneshot/new/* | shuf -n 1)"
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "magenta"
|
||||
},
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
{
|
||||
"type": "os",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"keyIcon": ""
|
||||
},
|
||||
"wm",
|
||||
{
|
||||
"type": "memory",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "",
|
||||
"keyIcon": "",
|
||||
"block": {
|
||||
},
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
42
fastfetch/sakura.jsonc
Normal file
42
fastfetch/sakura.jsonc
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"height": 8,
|
||||
"type": "kitty",
|
||||
"source": "~/Pictures/Fetch/sakura_pixel.png"
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "yellow"
|
||||
},
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
{
|
||||
"type": "os",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"keyIcon": ""
|
||||
},
|
||||
"wm",
|
||||
{
|
||||
"type": "memory",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "",
|
||||
"keyIcon": "",
|
||||
"block": {
|
||||
},
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
42
fastfetch/sakura_v2.jsonc
Normal file
42
fastfetch/sakura_v2.jsonc
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
// "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"height": 8,
|
||||
"type": "kitty",
|
||||
"source": "~/Pictures/Fetch/sakura_pixel.png"
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": {
|
||||
"keys": "yellow"
|
||||
},
|
||||
"key": {
|
||||
"type": "icon"
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
{
|
||||
"type": "os",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"keyIcon": ""
|
||||
},
|
||||
"wm",
|
||||
{
|
||||
"type": "memory",
|
||||
"keyIcon": ""
|
||||
},
|
||||
{
|
||||
"type": "colors",
|
||||
"key": "",
|
||||
"keyIcon": "",
|
||||
"block": {
|
||||
},
|
||||
"symbol": "circle"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user