Последние изменения в конфигах
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/images/zloy.png",
|
||||
"type": "auto",
|
||||
"source": "~/.config/fastfetch/ascii/zloy.txt",
|
||||
"type": "file",
|
||||
"height": 18,
|
||||
"padding": {
|
||||
"top": 2
|
||||
"top": 0
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
@@ -34,7 +34,8 @@
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"format": "{} (pacman)",
|
||||
"format": "{all} (pacman)",
|
||||
"combined": true,
|
||||
"key": " ",
|
||||
"keyColor": "34",
|
||||
},
|
||||
@@ -99,7 +100,7 @@
|
||||
"type": "command",
|
||||
"key": " ",
|
||||
"keyColor": "34",
|
||||
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days=$((time_progression / 86400)); years=$((days / 365)); months=$(((days % 365) / 30)); rest_days=$(((days % 365) % 30)); echo Системе $years года $months месяцев $rest_days дней"
|
||||
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days=$((time_progression / 86400)); years=$((days / 365)); months=$(((days % 365) / 30)); rest_days=$(((days % 365) % 30)); echo Системе $years лет $months месяцев $rest_days дней"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user