Skip to content

Commit

Permalink
minor changes and cleanup would be very suprised if netbsd works, ver…
Browse files Browse the repository at this point in the history
…sion 0.7.6
  • Loading branch information
charklie committed Sep 13, 2024
1 parent 9a14367 commit 03988e0
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 118 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "rsftch"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
authors = ["Charklie charliejohanid@gmail.com"]
license = "MIT"
description = "Aesthetically pleasing and lightning fast hardware fetch tool written in rust with pkl configuration."
description = "Aesthetically pleasing and lightning fast hardware fetch tool written in rust with easy configuration."
readme = "README.md"
repository = "https://github.com/charklie/rsftch"
keywords = ["fetch", "rust", "neofetch"]
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,14 @@ A color which is not supported is parsed as white.
Capitalization does *not* matter.

### Known issues
- Temperature readouts sometimes wrong
- Icons misaligned in some terminals, some examples include `ansi` and text mode
- Technically wrong syntax in the JSON configuration file, but if serde's fine with it, I am
- Technically wrong syntax in the JSON configuration file, but if serde's fine with it, I'm fine with it
- `tmux` makes terminal readout wrong

##### On WSL
- Resolution and DE/WM readouts (obviously) don't work in WSL
- Used disk space readout is only the Linux partition, but total disk space is the whole Windows disk
- Sensors doesn't work on WSL so some temperatures will be N/A

If you've found a solution of these, please submit a PR.

Expand All @@ -157,7 +162,7 @@ Bash / Zsh:
`echo "PATH=\$PATH:~/.cargo/bin/" >> (.bashrc / .zshrc path)`

Fish:
`set -U fish_user_paths ~/.cargo/bin/ $fish_user_paths`
`fish_add_path ~/.cargo/bin/`

Nushell:
`let-env PATH = ($env.PATH | prepend $"($env.HOME)/.cargo/bin")`
Expand Down Expand Up @@ -214,4 +219,4 @@ Thank you to:
- [X] Rewrite & clean up `packs` function
- [ ] MacOS support
- [ ] Windows support (?)
- [ ] More BSD support
- [ ] More BSD support
Loading

0 comments on commit 03988e0

Please sign in to comment.