Updated dependencies

pull/85/head
aristocratos 2020-05-02 00:16:00 +02:00
parent d6af79fcd1
commit f1588c4c12
1 changed files with 9 additions and 4 deletions

View File

@ -7,6 +7,7 @@
[![Donate](https://img.shields.io/badge/-Donate-yellow?logo=paypal)](https://paypal.me/aristocratos) [![Donate](https://img.shields.io/badge/-Donate-yellow?logo=paypal)](https://paypal.me/aristocratos)
[![Sponsor](https://img.shields.io/badge/-Sponsor-red?logo=github)](https://github.com/sponsors/aristocratos) [![Sponsor](https://img.shields.io/badge/-Sponsor-red?logo=github)](https://github.com/sponsors/aristocratos)
[![Coffee](https://img.shields.io/badge/-Buy%20me%20a%20Coffee-grey?logo=Ko-fi)](https://ko-fi.com/aristocratos) [![Coffee](https://img.shields.io/badge/-Buy%20me%20a%20Coffee-grey?logo=Ko-fi)](https://ko-fi.com/aristocratos)
## Index ## Index
* [Changelog](#changelog) * [Changelog](#changelog)
@ -16,7 +17,7 @@
* [Upcoming](#upcoming-(osx-and-bsd-support)) * [Upcoming](#upcoming-(osx-and-bsd-support))
* [Support and funding](#support-and-funding) (Updated) * [Support and funding](#support-and-funding) (Updated)
* [Compatibility](#compatibility) (Updated) * [Compatibility](#compatibility) (Updated)
* [Dependencies](#dependencies) * [Dependencies](#dependencies) (Updated)
* [Screenshots](#screenshots) * [Screenshots](#screenshots)
* [Installation](#installation) (Updated) * [Installation](#installation) (Updated)
* [Configurability](#configurability) (Updated) * [Configurability](#configurability) (Updated)
@ -78,10 +79,12 @@ Any support is greatly appreciated!
Should work on most modern linux distributions. Should work on most modern linux distributions.
For correct display, a terminal with support for: For correct display, a terminal with support for:
* 24-bit truecolor * 24-bit truecolor
* Wide characters * Wide characters
Also needs a UTF8 locale and a font that covers: Also needs a UTF8 locale and a font that covers:
* Unicode Block “Braille Patterns” U+2800 - U+28FF * Unicode Block “Braille Patterns” U+2800 - U+28FF
* Unicode Block “Geometric Shapes” U+25A0 - U+25FF * Unicode Block “Geometric Shapes” U+25A0 - U+25FF
* Unicode Block "Box Drawing" and "Block Elements" U+2500 - U+259F * Unicode Block "Box Drawing" and "Block Elements" U+2500 - U+259F
@ -105,6 +108,8 @@ Bash version 5 is highly recommended to make use of $EPOCHREALTIME variable inst
(Optional) **[curl](https://curl.haxx.se/download.html)** (v7.16.2 or later) Needed if you want messages about updates and the ability to download themes. (Optional) **[curl](https://curl.haxx.se/download.html)** (v7.16.2 or later) Needed if you want messages about updates and the ability to download themes.
(Optional) **[iostat (part of sysstat)](https://github.com/sysstat/sysstat)** Needed if you want disk read/write stats
## Screenshots ## Screenshots
Main UI showing details for a selected process. Main UI showing details for a selected process.
@ -134,7 +139,6 @@ Copy or link "bashtop" into PATH, or install with Makefile:
sudo make uninstall sudo make uninstall
``` ```
#### Arch based #### Arch based
Available in the AUR as [bashtop-git](https://aur.archlinux.org/packages/bashtop-git/) Available in the AUR as [bashtop-git](https://aur.archlinux.org/packages/bashtop-git/)
@ -158,6 +162,7 @@ Or use quick installation:
``` bash ``` bash
sudo ./build --remove sudo ./build --remove
``` ```
#### Ubuntu based #### Ubuntu based
Available for Ubuntu from [PPA repository](https://code.launchpad.net/~bashtop-monitor/+archive/ubuntu/bashtop) Available for Ubuntu from [PPA repository](https://code.launchpad.net/~bashtop-monitor/+archive/ubuntu/bashtop)