kiedtl
kiedtl
A better idea: retrieve the X property `_NET_WM_NAME` for the root window. The downside is that WM's that aren't EWMH-compliant don't set `_NET_WM_NAME` and won't be detected using this method.
Should this be a separate information field, or be displayed along with CPU info? e.g. ``` Intel i3-8130U (4) @ 3.400GHz (45*C) ```
I honestly don't see the point. All we're doing is querying `mpc` for the current song; nothing more, I think using `mpd` crate just for that is overkill.
> Make this info the default I'd prefer no, let's make the default output as simple as possible. > Add another flag, maybe somehting like `-S` `--shell-extended` good idea. I'd...
> The absolute path and version don't count as actual information? that's not what I meant -- I was thinking you were going to have `--shell-extended` as an option *on...
> pretty sure clap supports it yeah, you can make `--shell-extended` conflict with `--shell`. I'm going to put this on the TODO for rsfetch 2.1.0.
Void! You're missing Void linux. This can be done with: ``` $ xbps-query -l | wc -l ``` BTW don't rely too much on that example, I don't have a...
Also Alpine linux, with the apk package manager. ```shell $ apk info | wc -l ```
There's the snap, flatpack, and nix package managers. I'm trying out nix right now, so I'll see how to get the package count in a few hours.
--- Note to self: Need to build support for the following distros: - CRUX (`pkg-utils`) - (will also have to fix distro detection, since CRUX doesn't have an `/etc/os-release` file.)...