Added mac fastfetch config
This commit is contained in:
parent
5fb10b9b30
commit
dc6b7b7dd0
2 changed files with 30 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -10,8 +10,12 @@
|
|||
# Allow any directory beginning with i3 (i3, i3blocks, i3status, i3-scripts, etc)
|
||||
!i3*/
|
||||
|
||||
# Allow files inside alacritty and i3* directories
|
||||
# Allow any directory beginning with fastfetch
|
||||
!fastfetch*/
|
||||
|
||||
# Allow files inside alacritty, fastfetch and i3* directories
|
||||
!alacritty/**
|
||||
!fastfetch/**
|
||||
!i3*/**
|
||||
|
||||
# Don't forget to not ignore .gitignore!
|
||||
|
|
|
|||
25
fastfetch/config.jsonc
Normal file
25
fastfetch/config.jsonc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"type": "builtin",
|
||||
"source": "rhel_small",
|
||||
"color": {
|
||||
"1": "36",
|
||||
"2": "36",
|
||||
"4": "36"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": " == "
|
||||
},
|
||||
"modules": [
|
||||
"title",
|
||||
"os",
|
||||
"wm",
|
||||
"kernel",
|
||||
"memory",
|
||||
"disk",
|
||||
"cpu",
|
||||
"uptime"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue