-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1173 from fastfetch-cli/dev
Release v2.21.1
- Loading branch information
Showing
41 changed files
with
444 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github: [LinusDierheimer, CarterLi] | ||
github: [CarterLi, LinusDierheimer] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
fastfetch (2.21.0) jammy; urgency=medium | ||
|
||
* Update to 2.21.0 | ||
|
||
-- Carter Li <[email protected]> Mon, 05 Aug 2024 14:35:43 +0800 | ||
|
||
fastfetch (2.20.0) jammy; urgency=medium | ||
|
||
* Update to 2.20.0 | ||
|
||
-- Carter Li <[email protected]> Fri, 26 Jul 2024 14:02:50 +0800 | ||
|
||
fastfetch (2.19.1) jammy; urgency=medium | ||
|
||
* Update to 2.19.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fastfetch_2.19.1_source.buildinfo universe/utils optional | ||
fastfetch_2.20.0_source.buildinfo universe/utils optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,8 @@ | |
}, | ||
{ | ||
"type": "publicip", | ||
"key": "WAN IP" | ||
"key": "WAN IP", | ||
"timeout": 1000 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
// designed for presenting Vanilla Linux | ||
// inspired from imstilllearnin's Vanilla Logo Ultra | ||
{ | ||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", | ||
"logo": { | ||
"type": "small" | ||
}, | ||
"display": { | ||
"color": { | ||
"output": "cyan" | ||
}, | ||
"separator": "" | ||
}, | ||
"modules": [ | ||
{ | ||
"type": "kernel", | ||
"key": "Vanilla ", | ||
"keyColor": "blue" | ||
}, | ||
{ | ||
"type": "packages", | ||
"key": " [_Packages_> ", | ||
"keyColor": "green" | ||
}, | ||
{ | ||
"type": "localip", | ||
"key": " [_Local_IP_> ", | ||
"keyColor": "green" | ||
}, | ||
{ | ||
"type": "cpu", | ||
"key": " [_CPU______> ", | ||
"keyColor": "magenta" | ||
}, | ||
{ | ||
"type": "memory", | ||
"key": " [_RAM______> ", | ||
"keyColor": "magenta" | ||
}, | ||
{ | ||
"type": "swap", | ||
"key": " [_SWAP_____> ", | ||
"keyColor": "magenta" | ||
}, | ||
{ | ||
"type": "disk", | ||
"key": " [_Disk_____> ", | ||
"keyColor": "magenta" | ||
}, | ||
"break", | ||
{ | ||
"type":"colors", | ||
"paddingLeft": 9, | ||
"symbol": "circle" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.