r
This commit is contained in:
parent
a3373a7b22
commit
f3d9c1d1e8
1 changed files with 0 additions and 79 deletions
|
@ -34,85 +34,6 @@ PS1='\[\e[38;2;254;128;25m\][\[\e[38;2;235;219;178m\]\u\[\e[38;2;200;200;200m\]@
|
||||||
--style="numbers,changes,grid"
|
--style="numbers,changes,grid"
|
||||||
--paging=auto
|
--paging=auto
|
||||||
'';
|
'';
|
||||||
#fastfetch
|
|
||||||
home.file.".config/fastfetch/config.jsonc".text = ''
|
|
||||||
{
|
|
||||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
||||||
"display": {
|
|
||||||
"separator": " :: "
|
|
||||||
},
|
|
||||||
"logo": {
|
|
||||||
"type": "builtin",
|
|
||||||
"source": "uwuntu",
|
|
||||||
"width": 65,
|
|
||||||
"height": 35,
|
|
||||||
"padding": {
|
|
||||||
"top": 0,
|
|
||||||
"left": 0,
|
|
||||||
"right": 2
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"modules": [
|
|
||||||
"break",
|
|
||||||
"break",
|
|
||||||
"os",
|
|
||||||
"kernel",
|
|
||||||
"uptime",
|
|
||||||
{
|
|
||||||
"type": "packages",
|
|
||||||
"manager": ["nix-user", "pacman"]
|
|
||||||
},
|
|
||||||
"shell",
|
|
||||||
"display",
|
|
||||||
"de",
|
|
||||||
{
|
|
||||||
"type": "cpu",
|
|
||||||
"format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}"
|
|
||||||
},
|
|
||||||
"gpu",
|
|
||||||
{
|
|
||||||
"type": "memory",
|
|
||||||
"key": "Memory",
|
|
||||||
"percent": {
|
|
||||||
"type": 3,
|
|
||||||
"green": 30,
|
|
||||||
"yellow": 70
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "swap",
|
|
||||||
"key": "Swap",
|
|
||||||
"percent": {
|
|
||||||
"type": 3,
|
|
||||||
"green": 30,
|
|
||||||
"yellow": 70
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "disk",
|
|
||||||
"key": "Disk",
|
|
||||||
"percent": {
|
|
||||||
"type": 3,
|
|
||||||
"green": 30,
|
|
||||||
"yellow": 70
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "battery",
|
|
||||||
"key": "Battery",
|
|
||||||
"percent": {
|
|
||||||
"type": 3,
|
|
||||||
"green": 70,
|
|
||||||
"yellow": 30
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"editor",
|
|
||||||
"locale",
|
|
||||||
"break"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
'';
|
|
||||||
#vim conf
|
#vim conf
|
||||||
home.file.".vimrc".text = ''
|
home.file.".vimrc".text = ''
|
||||||
set number
|
set number
|
||||||
|
|
Loading…
Add table
Reference in a new issue