summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Muhammad Herdiansyah <herdiansyah@openmailbox.org>2016-12-02 11:24:59 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-03 07:17:45 +0700
commit35ad64cf9243e2ae4fb1e44b07ac4b7ffab67146 (patch)
treeebf5be9ea3e4c3deeaa5e477f5ef7b1c97682834 /desktop
parentea83ab3aa7a89ff24d0b32c71831e0ba13d366d3 (diff)
downloadslackbuilds-35ad64cf9243e2ae4fb1e44b07ac4b7ffab67146.tar.gz
slackbuilds-35ad64cf9243e2ae4fb1e44b07ac4b7ffab67146.tar.xz
desktop/neofetch: Updated for version 2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/neofetch/README44
-rw-r--r--desktop/neofetch/neofetch.SlackBuild2
-rw-r--r--desktop/neofetch/neofetch.info6
3 files changed, 21 insertions, 31 deletions
diff --git a/desktop/neofetch/README b/desktop/neofetch/README
index 3c993e944a..d3a7c1a9ad 100644
--- a/desktop/neofetch/README
+++ b/desktop/neofetch/README
@@ -2,38 +2,28 @@ neofetch is a script that gathers information about your system and
prints it to the terminal next to an image, a distro's logo or any ASCII
art of your choice.
-Image mode dependencies:
-These dependencies are required for image mode to work.
+Optional dependencies
-- Displaying images: w3m-img [1] or Terminology [2]
-- Thumbnail creation: imagemagick
-- Window size: A terminal emulator that supports \033[14t or xdotool
- xwininfo + xprop or xwininfo + xdpyinfo
+Image mode:
+ w3m or terminology
-[1] w3m-img is sometimes bundled together with w3m.
-[2] Image support is built into Terminology so w3m-img isn't needed.
-
-Other optional dependencies:
-- Song:
- - Google Play Music Desktop Player (gdmdp-remote)
- - MPD (through mpc)
- - moc
- - Spotify
- - Rhythmbox
- - Banshee
- - Amarok
- - Deadbeef
+Song:
+ mpc and mpd
+ spotify
+ rhythmbox
+ deadbeef
+ pragha
NOTE: You can have two or more music players installed, and neofetch
- will only detect the music playing through the only music player
- that is running.
+ will only detect music playing through the music player that
+ is running.
+
+Wallpaper:
+ feh or nitrogen
+
+Screenshot:
+ scrot
-- Detecting DE and WM: xprop
-- Resolution: xrandr or xdpyinfo
- NOTE: Xrandr is prefered over xdpyinfo as Xrandr supports multi
- monitor and refresh rate display in the output.
-- Wallpaper: feh, gsettings, or nitrogen
-- Screenshot: scrot
NOTE: You can use the launch flag --scrot_cmd or change the config
option $scrot_cmd to your screenshot program's command, and
neofetch will use it instead of scrot.
diff --git a/desktop/neofetch/neofetch.SlackBuild b/desktop/neofetch/neofetch.SlackBuild
index 1c48752893..ef01623f03 100644
--- a/desktop/neofetch/neofetch.SlackBuild
+++ b/desktop/neofetch/neofetch.SlackBuild
@@ -22,7 +22,7 @@
# POSSIBILITY OF SUCH DAMAGE.
PRGNAM=neofetch
-VERSION=${VERSION:-1.9.1}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/desktop/neofetch/neofetch.info b/desktop/neofetch/neofetch.info
index 7c7d16cb43..02833958eb 100644
--- a/desktop/neofetch/neofetch.info
+++ b/desktop/neofetch/neofetch.info
@@ -1,8 +1,8 @@
PRGNAM="neofetch"
-VERSION="1.9.1"
+VERSION="2.0"
HOMEPAGE="https://github.com/dylanaraps/neofetch"
-DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/1.9.1/neofetch-1.9.1.tar.gz"
-MD5SUM="5bc35839ccdd096abb61bda0d6a28f27"
+DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/2.0/neofetch-2.0.tar.gz"
+MD5SUM="7f85e8ed34d93807dafd23bb3fb16ef2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""