mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
move stuff to nix lol
This commit is contained in:
30
dotfiles/fastfetch/config.jsonc
Normal file
30
dotfiles/fastfetch/config.jsonc
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"modules": [
|
||||
"title",
|
||||
"separator",
|
||||
"os",
|
||||
"host",
|
||||
"kernel",
|
||||
"packages",
|
||||
"separator",
|
||||
"wm",
|
||||
"shell",
|
||||
"terminal",
|
||||
"theme",
|
||||
"font",
|
||||
"locale",
|
||||
"separator",
|
||||
"display",
|
||||
"cpu",
|
||||
"gpu",
|
||||
"memory",
|
||||
"disk",
|
||||
"battery",
|
||||
"separator",
|
||||
"wifi",
|
||||
"localip",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
||||
26
dotfiles/fastfetch/startup.jsonc
Normal file
26
dotfiles/fastfetch/startup.jsonc
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "arch_small",
|
||||
"padding": {
|
||||
"bottom": 1,
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": " ➜ ",
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"kernel",
|
||||
"packages",
|
||||
"shell",
|
||||
"battery",
|
||||
{
|
||||
"type": "separator",
|
||||
"string": " • ",
|
||||
},
|
||||
"break",
|
||||
"break",
|
||||
"break"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user