summaryrefslogtreecommitdiff
path: root/desktop/neofetch/README
diff options
context:
space:
mode:
authorMuhammad Herdiansyah <herdiansyah@openmailbox.org>2016-07-31 23:35:58 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-03 07:28:01 +0700
commit72ecb21d099671dd10bc0f1217a9991f59dfbd20 (patch)
tree179f5901862ddef3e31fbac3b9b6b0c531ee1565 /desktop/neofetch/README
parentc6d206da653daa48aea1efe1d01f99a968a04de6 (diff)
downloadslackbuilds-72ecb21d099671dd10bc0f1217a9991f59dfbd20.tar.gz
desktop/neofetch: Added (simple system information script).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/neofetch/README')
-rw-r--r--desktop/neofetch/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/desktop/neofetch/README b/desktop/neofetch/README
new file mode 100644
index 0000000000..91aa920c31
--- /dev/null
+++ b/desktop/neofetch/README
@@ -0,0 +1,30 @@
+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.
+
+Optional dependencies:
+
+- Desktop Environment and Window Manager: xprop
+- Displaying images: w3m-img [1] [2]
+- Thumbnail creation: imagemagick
+- Displaying song information from Google Play Music Desktop Player:
+- gpmdp-remote (https://github.com/iAndrewT/gpmdp-remote)
+
+- Wallpaper: feh, nitrogen or gsettings (just choose one)
+- Current Song: mpc, cmus, moc, spotify, gpmdc (choose one)
+- Resolution: xorg-xrandr or xorg-xdpyinfo [3]
+- Screenshot: scrot [4]
+
+
+[1] w3m-img is sometimes bundled together with w3m.
+
+[2] Image support only works in certain terminal emulators. The script
+ will fallback to ascii mode on terminal emulators that don't support
+ the xterm escape sequences we're using for image sizing.
+
+[3] Xrandr is prefered over xdpyinfo as Xrandr supports multi monitor
+ and refresh rate display in the output.
+
+[4] You can use the launch flag `--scrot_cmd` or change the config
+ option '$scrot_cmd' to your screenshot program's cmd and neofetch
+ will use it instead of scrot.