Skip to content

Commit

Permalink
Merge pull request #12 from doctorfree/fetch
Browse files Browse the repository at this point in the history
Prioritize fastfetch over neofetch
  • Loading branch information
doctorfree authored May 14, 2024
2 parents 3c305a7 + c66a051 commit cc7c76f
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 180 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@

### 🐞 Fixed

## v1.1.3r3

### ⚡️ Added

- Install `fastfetch` rather than `neofetch` as part of `tools` install
- Install `fastfetch` in user home to avoid need for `sudo`
- Add `fastfetch` install/upgrade/version info, prefer `fastfetch` if installed
- Add 256x256 logo images
- Add check for logo image file same name as `ID` or `ID_LIKE`

### 🐞 Fixed

- Fix `mkrelease` with new location of `kitty-control`
- Change `neo` argument to `fetch`

## v1.1.3r2

### ⚡️ Added
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,15 @@ required by `kitty-control`. However, some additional features are enabled
if they are present.

`Fzf` is installed by the `install` command, the others are not. `FIGlet`,
`jq`, `Lolcat`, `Neofetch`, and `Ranger` can be installed with the command:
`jq`, `Lolcat`, `Fastfetch`, and `Ranger` can be installed with the command:

```bash
kitty-control tools
```

Individual tools can be installed via the `kitty-control` menu interface.

The installation of `ranger`, `jq`, `lolcat`, `neofetch`, and `figlet`
require administrative privilege.

While `neofetch` can be installed using `kitty-control`, to install
`fastfetch` use `./fastfetch/install_fastfetch.sh`.
The installation of `ranger` and `figlet` require administrative privilege.

### Aliases

Expand Down Expand Up @@ -266,7 +262,7 @@ Where:
'diff [opts] <file1|dir1> <file2|dir2>' Displays differences using the 'diff' kitten
Enclose [opts] and <file1/dir1> in quotes if [opts] are provided
See https://sw.kovidgoyal.net/kitty/kittens/diff/#options
'fetch' Displays system information
'fetch' Displays system information with fastfetch/neofetch
'font num' Sets the font pointsize to 'num'
Can use 'font', 'fontsize', 'fontminus', or 'fontplus'
The second argument specifies the font size, either absolute, +, or -
Expand Down Expand Up @@ -306,7 +302,7 @@ Where:
'title <tab title>' Sets the Kitty tab title to "tab title"
Quote tab titles which contain spaces, e.g. "This Is My Tab Title"
Use '-m <match>' to specify the tab to match
'tools' Installs 'figlet' 'jq' 'lolcat' 'neofetch' and 'ranger' if not already present
'tools' Installs 'figlet' 'jq' 'lolcat' 'fastfetch' and 'ranger' if not already present
'tran [opacity]' Sets the Kitty background opacity to 0.8
Can use 'tran', 'opacity', 'trans' or 'transparent'
Specify a second argument to set a custom background opacity:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=1.1.3
RELEASE=2
RELEASE=3
PACKAGE=1
Loading

0 comments on commit cc7c76f

Please sign in to comment.