lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

fix issue #27: can now detect kwin in Plasma 5 #28

Closed rski closed 9 years ago

rski commented 9 years ago

In plasma 5, kwin was renamed kwin_x11 and kwin_wayland, which were not picked up by archey. Added a regex to fix that.

lclarkmichalek commented 9 years ago

Looks good :+1: Thanks!