mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
4.5 KiB
4.5 KiB
Fetch 1.1 changelog
- If
w3morimagemagickaren't installed we gracefully fallback to ascii mode. - Automatically find the
w3mimgdisplaypath and fallback to ascii mode if not found. - Fix padding escape codes on BSD systems.
- Swap escape codes from
\eto\033for consistency. - We only move the cursor to the bottom of the terminal in w3m/iterm2 rendering modes.
- Cursor position is now dynamic based on the height of the ascii and info text.
- If images and ascii are off, don't clear the terminal
- The script now exits correctly instead of always exiting with status code
1 - If the script exits for any reason, unhide the cursor.
- Removed duplicate blocks inside
getcpuandgetmemory. - Removed
--colorsas it was apparently broken from day 1. - Usage has been reformatted so that every flag has a value.
Image
- Added support for displaying ascii art inside of text files.
- Added "screenfetch mode" which will display your distro's ascii art next to the info. [1]<br >
- Added
--ascii_distroto choose which distro's ascii logo to display. - Rename
--shuffledirand$shuffledirtoshuffle_dir. - Rename
--imgtempdirand$imgtempdirtothumbnail_dir - Default thumbnail directory is now
$HOME/.cache/thumbnails/fetch. Thanks @tudurom - If
--imageand--asciiare left empty we fallback to ascii distro mode.
Example usage of ascii from file:
fetch --ascii "path/to/ascii" --ascii_color 2
[1] How do I enable screenfetch mode?
Config file
- Fetch now has a config file that you can share with people and keep between<br > script versions!
- Added
--configand$config_fileto specify a custom config location. - Added
--config off,--config noneand$configto enable / disable config files<br > at launch or in script.
Makefile
- Fetch now has a make file due to the increasing number of files,<br > this allows the script to be easily installed and uninstalled on<br > systems it isn't packaged for yet! [1]
[1] The script will still work just fine on its own, you'll just be missing<br > the distro ascii art and the automatic config creation.
Packages
- Fetch now has a Gentoo/Funtoo e-build courtesy of @z1lt0id
Info
- Added
--disablewhich allows you to stop an info line from appearing at launch.<br >
# Stop cpu, gpu, disk and shell functions from being called
fetch --disable cpu gpu disk shell
Kernel: Added --kernel_shorthand and $kernel_shorthand to print less or more kernel info<br >
Window Manager: Added support for $XINITRC<br >
GTK: Fix incorrect GTK3 theme being displayed<br >
CPU: cpu_shorthand: New substitutions<br >
GPU: [Linux] Count the number of identical GPUs. eg. Nvidia Geforce GTX 970 x 2<br >
Memory: [Mac OS X] Added wired memory to memory usage.<br >
Distro:
- Added support for showing OS architecture. eg
Arch Linux x86_64,Windows 7 Ultimate 64-bit[1] - Mac OS X: Added support for showing Max OS X build version. [2]
- Windows: Distro now displays Windows edition. eg.
Windows 7 Ultimate
[1] You can toggle this using --os_arch and $os_arch.<br >
[2] You can toggle it using --osx_buildversion and $osx_buildversion.
Shell:
- Added
--shell_versionand$shell_versionto hide/show your shell's version. - Added
--shell_pathand$shell_pathto hide/show the path to your shell
Birthday:
- Added
birthdaywhich prints the age of your OS install. - Added
--birthday_shorthandand$birthday_shorthandto shorten/lengthen<br > the output of birthday. - Added
--birthday_timeand$birthday_timeto show/hide the time in the output.
Battery:
- Added
batterywhich prints the battery usage percentage for each battery<br > in your system. - Linux: Added
battery_numwhich allows you to choose which battery to display, <br > it also takes the valueallwhich will print all batteries line by line. - Linux: Added
battery_shorthandwhich when set toonprints each battery on the<br > same line like so:
# battery_shorthand="on"
Battery: 10%, 5%, 67%
# battery_shorthand="off"
Battery0: 10%
Battery1: 5%
Battery2: 67%
# If there's only a single battery in the system
# we ommit the numbered title.
Battery: 10%
- NOTE: This currently doesn't support BSD systems as we have no one to help us test
- See Issue #46
