archey3 icon indicating copy to clipboard operation
archey3 copied to clipboard

Simple python script to print the Archlinux logo with basic system information.

Results 19 archey3 issues
Sort by recently updated
recently updated
newest added

Add support for socket connection to MPD. The port argument `arg2` is ignored if the given host (`arg1`) is a socket, so there's no need to change the `command_line` variable....

This fixes issue #39 (which I opened). I'd write a more detailed description, but I would just be duplicating the commit messages, so click the "…" to expand those. Disclosure:...

i added support for GPU detection - similiar to the CPU detection; and also added entries to the dicts of DE and WM for deepin

Added heuristic check for environment Gnome and Wayland environment variables; if Gnome and Wayland, then Mutter.

Fur Box is an upcoming desktop environment created by me 😝 . https://github.com/krushndayshmookh/fur-box

Show configured standard shell colors ![scrot](https://user-images.githubusercontent.com/246402/33838669-7637ae5a-de90-11e7-9859-5910ea047b2c.png)

It uses the output of _free -m_ and searches the line starting with _Mem:_ but at least on a system with german locale it does not work since the output...

I updated the ram module to make it independent from the users locale. Before it used the free(1) command and looked for the String "Mem:" to detect the desired output...

Currently the `distro` module gets the OS name by guessing `Arch Linux` if `/etc/pacman.conf` exists, and falling back to `uname -o` otherwise. I propose that (per `man 5 os-release`) it...