mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
desktop/neofetch: Updated for version 2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ea83ab3aa7
commit
35ad64cf92
3 changed files with 21 additions and 31 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue