macchina icon indicating copy to clipboard operation
macchina copied to clipboard

A system information frontend with an emphasis on performance.

Results 28 macchina issues
Sort by recently updated
recently updated
newest added

I would like to be able to wrap some custom commands to display information I chose. Like ``` # Show available upgrade in Voidlinux custom_info: - name: XBPS command: xbps-query...

area/fetching
type/feature

### First question, where to get the information from? I found in the [pciutils repository](https://github.com/pciutils/pciutils) the following: > In runs on the following systems: > > Linux (via /sys/bus/pci, /proc/bus/pci...

area/fetching
type/feature
other/help-wanted

Currently, the only way I can see (in the docs) to use custom ascii art is through a path but could a multiline toml variable not be added that holds...

type/feature
area/ascii

I've glanced over the theme documentation and I don't think there's this possibility yet. Add a setting to specify the position where the ascii art should be displayed. Currently, it...

type/feature
area/ascii

In it's current state, Macchina is limited in the amount of displayed data. We should display more information and this issue is here to collect some ideas: - [x] Disk...

other/discussion

A handy readout to have is battery health, which has been sitting dormant in libmacchina for a good while. I didn't get around to implementing it for the remaining operating...

**Describe the bug** The total number of homebrew packages including casks, bottles and formulae is also displayed +1. For example if I have 4 packages, they are displayed as 5....

I wish that I could use some image in my macchina output instead of ascii characters. It really helps with the customization perspective. I really don't want to use neofetch...

**Describe the bug** ``` error[E0616]: field `symbol` of struct `ratatui::buffer::Cell` is private --> src/buffer.rs:113:35 | 113 | let curr_width = cell.symbol.width(); | ^^^^^^ private field | help: a method `symbol`...