mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30b9f95b49 | |||
| 74b9fd01ff | |||
| 03f4ffb9d7 | |||
| a00cb2aede | |||
| 6799076fa6 | |||
| 573a315d61 | |||
| 0cd6cb841d | |||
| af94cf4d0d |
@@ -152,9 +152,8 @@ jobs:
|
|||||||
|
|
||||||
- name: install required packages
|
- name: install required packages
|
||||||
run: |
|
run: |
|
||||||
brew uninstall aws-sam-cli azure-cli qemu lima colima gradle kotlin maven pipx aria2 || true
|
|
||||||
brew update
|
brew update
|
||||||
brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install vulkan-loader vulkan-headers molten-vk imagemagick chafa
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v2
|
||||||
|
|||||||
+9
-1
@@ -1,7 +1,15 @@
|
|||||||
|
# 2.3.2
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
* Fix fish completion script, and install the script correctly
|
||||||
|
|
||||||
|
Logo:
|
||||||
|
* Fix Xray-OS logo name
|
||||||
|
|
||||||
# 2.3.1
|
# 2.3.1
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Man page install location
|
* Fix man page install location
|
||||||
|
|
||||||
# 2.3.0
|
# 2.3.0
|
||||||
|
|
||||||
|
|||||||
+7
-1
@@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
|
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
|
||||||
|
|
||||||
project(fastfetch
|
project(fastfetch
|
||||||
VERSION 2.3.1
|
VERSION 2.3.2
|
||||||
LANGUAGES C
|
LANGUAGES C
|
||||||
DESCRIPTION "Fast neofetch-like system information tool"
|
DESCRIPTION "Fast neofetch-like system information tool"
|
||||||
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
|
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
|
||||||
@@ -1040,6 +1040,12 @@ install(
|
|||||||
RENAME "${CMAKE_PROJECT_NAME}"
|
RENAME "${CMAKE_PROJECT_NAME}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
FILES "${CMAKE_SOURCE_DIR}/completions/fish"
|
||||||
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/fish/vendor_completions.d"
|
||||||
|
RENAME "${CMAKE_PROJECT_NAME}.fish"
|
||||||
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
DIRECTORY "${CMAKE_SOURCE_DIR}/presets"
|
DIRECTORY "${CMAKE_SOURCE_DIR}/presets"
|
||||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/${CMAKE_PROJECT_NAME}"
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/${CMAKE_PROJECT_NAME}"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
if not test -x fastfetch
|
if not type -q fastfetch
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -545,7 +545,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"long": "bar-char-elapsed",
|
"long": "bar-char-elapsed",
|
||||||
"desc": "Set the character to use in elapsed part",
|
"desc": "Set the character to use in elapsed part of percentage bars",
|
||||||
"arg": {
|
"arg": {
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"default": "■"
|
"default": "■"
|
||||||
@@ -553,7 +553,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"long": "bar-char-total",
|
"long": "bar-char-total",
|
||||||
"desc": "Set the character to use in total part",
|
"desc": "Set the character to use in total part of percentage bars",
|
||||||
"arg": {
|
"arg": {
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"default": "-"
|
"default": "-"
|
||||||
@@ -561,7 +561,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"long": "bar-width",
|
"long": "bar-width",
|
||||||
"desc": "Set the width of the bar, in number of characters",
|
"desc": "Set the width of percentage bars, in number of characters",
|
||||||
"arg": {
|
"arg": {
|
||||||
"type": "num",
|
"type": "num",
|
||||||
"default": 10
|
"default": 10
|
||||||
@@ -569,7 +569,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"long": "bar-border",
|
"long": "bar-border",
|
||||||
"desc": "Whether to show a border around the bar",
|
"desc": "Whether to show a border around percentage bars",
|
||||||
"arg": {
|
"arg": {
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|||||||
+3
-3
@@ -4279,10 +4279,10 @@ static const FFlogo X[] = {
|
|||||||
FF_COLOR_FG_CYAN,
|
FF_COLOR_FG_CYAN,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
//XrayOS
|
//Xray_OS
|
||||||
{
|
{
|
||||||
.names = {"XrayOS"},
|
.names = {"Xray_OS"},
|
||||||
.lines = FASTFETCH_DATATEXT_LOGO_XRAYOS,
|
.lines = FASTFETCH_DATATEXT_LOGO_XRAY_OS,
|
||||||
.colors = {
|
.colors = {
|
||||||
FF_COLOR_FG_256 "15",
|
FF_COLOR_FG_256 "15",
|
||||||
FF_COLOR_FG_256 "14",
|
FF_COLOR_FG_256 "14",
|
||||||
|
|||||||
Reference in New Issue
Block a user