diff options
Diffstat (limited to 'desktop/neofetch/README')
-rw-r--r-- | desktop/neofetch/README | 58 |
1 files changed, 31 insertions, 27 deletions
diff --git a/desktop/neofetch/README b/desktop/neofetch/README index a4f01df4c2..3c993e944a 100644 --- a/desktop/neofetch/README +++ b/desktop/neofetch/README @@ -2,34 +2,38 @@ 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: +Image mode dependencies: +These dependencies are required for image mode to work. -- Desktop Environment and Window Manager: xprop -- Displaying images: w3m-img [1] [2] +- Displaying images: w3m-img [1] or Terminology [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, deadbeef, rhythmbox, banshee, - amarok, gpmdc [3] -- Resolution: xorg-xrandr or xorg-xdpyinfo [4] -- Screenshot: scrot [5] - +- Window size: A terminal emulator that supports \033[14t or xdotool + xwininfo + xprop or xwininfo + xdpyinfo [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] Although you can choose more than one music player, the neofetch will - gather info from the only music player that is running (except if mpc - is installed, neofetch will gather it from mpc instead) - -[4] Xrandr is prefered over xdpyinfo as Xrandr supports multi monitor - and refresh rate display in the output. - -[5] 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. +[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 + + 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. + +- 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. |