From 33a1a8fb12f660ff44b9f1e8a51c97db8005afc0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 17 Feb 2016 17:29:01 +1100 Subject: [PATCH] Update docs --- 1.2.md | 2 +- README.md | 5 +---- fetch | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/1.2.md b/1.2.md index 306343ab..f95e69fc 100644 --- a/1.2.md +++ b/1.2.md @@ -63,7 +63,7 @@ fixes issues where the wallpaper set by gsettings is an xml file. - Added support for showing the user's DE. **Window Manager**: -- `wmctrl` is now a required dependency. See **[#75](https://github.com/dylanaraps/fetch/issues/75)**. +- `xprop` is now a required dependency. See **[#75](https://github.com/dylanaraps/fetch/issues/75)**. - Renamed 'windowmanager' to 'wm' **IP Address**: diff --git a/README.md b/README.md index 3cf3b2ae..a81c802d 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,10 @@ your distro's logo or any ascii art of your choice! ### Required dependencies: - `Bash 4.0+` +- `xprop` \[3\] - `procps-ng` - Not required on OS X -##### Linux / BSD - -- `wmctrl` \[3\] - ### Optional dependencies: diff --git a/fetch b/fetch index 070e31e2..69e23563 100755 --- a/fetch +++ b/fetch @@ -6,13 +6,12 @@ # # Required Dependencies: # Bash 4.0+ -# Text formatting, dynamic image size and padding: tput +# xprop # [Linux / BSD / Windows] Uptime detection: procps or procps-ng # # Optional Dependencies: (You'll lose these features without them) # Displaying Images: w3m + w3m-img # Image Cropping: ImageMagick -# More accurate window manager detection: wmctrl # [ Linux / BSD ] Wallpaper Display: feh, nitrogen or gsettings # [ Linux / BSD ] Current Song: mpc or cmus # [ Linux / BSD ] Resolution detection: xorg-xdpyinfo