From ee0a4b46ad2e6b2424db50dade71e96cf12fb42d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 May 2016 22:57:51 +1000 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6453b32..d9ab8086 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Have a look at the wiki, I've updated/added some new pages!
- `Bash 3.0+` - Alpine Linux: You also need `ncurses`. -- `xprop` \[1\] + ##### Windows (CYGWIN) @@ -101,6 +101,7 @@ These dependencies can all be installed through Cydia. ### Optional dependencies: +- Desktop Environment and Window Manager: `xprop` \[1\] - Displaying images: `w3m-img` \[2\] \[3\] or `iTerm2` \[4\] - Thumbnail creation: `imagemagick` - Displaying song information from Google Play Music Desktop Player: [`gpmdp`](https://github.com/iAndrewT/gpmdp-bash) From c07cac6847857f5af85f1657f6d74311562bd66b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 May 2016 23:07:30 +1000 Subject: [PATCH 2/3] Update neofetch --- neofetch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 8ff0a179..a647be35 100755 --- a/neofetch +++ b/neofetch @@ -7,10 +7,10 @@ # # Required Dependencies: # Bash 3.0+ -# xprop -# [Linux / BSD / Windows] Uptime detection: procps or procps-ng + # # Optional Dependencies: (You'll lose these features without them) +# Desktop Environment and Window Manager: xprop # Displaying Images: w3m + w3m-img # Image Cropping: ImageMagick # Displaying song with Google Play Music: gpmdp-bash @@ -19,6 +19,7 @@ # [ Linux ] Current Song: spotify # [ Linux / BSD ] Resolution detection: xorg-xdpyinfo # [ OS X ] Getting screen resolution (faster): screenresolution +# [Windows] Uptime detection: procps or procps-ng # # Created by Dylan Araps # https://github.com/dylanaraps/ From 2ecab3c91b679b50823a82675bebbc5acd98efa7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 May 2016 23:08:55 +1000 Subject: [PATCH 3/3] Update neofetch --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index a647be35..44a12548 100755 --- a/neofetch +++ b/neofetch @@ -7,7 +7,6 @@ # # Required Dependencies: # Bash 3.0+ - # # Optional Dependencies: (You'll lose these features without them) # Desktop Environment and Window Manager: xprop