slstatus: update to 1.1. (#4647)

This commit is contained in:
Dom H 2016-08-21 12:15:42 +01:00 committed by Juan RP
parent 42567267d6
commit fc8d44c828
2 changed files with 8 additions and 6 deletions

View file

@ -27,11 +27,13 @@ static unsigned int update_interval = 1;
- ram_perc (ram usage in percent) [argument: NULL]
- ram_total (ram usage in percent) [argument: NULL]
- ram_used (ram usage in percent) [argument: NULL]
- run_command (run custom shell command) [argument: command]
- temp (temperature in degrees) [argument: temperature file]
- uid (uid of current user) [argument: NULL]
- username (username of current user) [argument: NULL]
- vol_perc (alsa volume and mute status in percent) [argument: soundcard]
- wifi_perc (wifi signal in percent) [argument: wifi card interface name] */
- wifi_perc (wifi signal in percent) [argument: wifi card interface name]
- wifi_essid (wifi essid) [argument: wifi card interface name] */
static const struct arg args[] = {
/* function format argument */
{ cpu_perc, "cpu %4s | ", NULL },

View file

@ -1,15 +1,15 @@
# Template file for 'slstatus'
pkgname=slstatus
version=1.0
version=1.1
revision=1
build_style=gnu-makefile
short_desc="Suckless status monitor for dwm"
maintainer="Dom H. <dom@hxy.io>"
license="GPL-3"
homepage="https://git.nulltime.net/${pkgname}"
distfiles="https://git.nulltime.net/${pkgname}/snapshot/${pkgname}-${version}.tar.gz"
license="ISC"
homepage="https://git.nulltime.net/slstatus"
distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
makedepends="alsa-lib-devel libX11-devel"
checksum=6b3510d6bc96b39a45cb2e2e02240ed7bc23eecb9b2fe79850dfe9f3b9ffff73
checksum=77c42876571c7b1d850325e8d09a37ca9264031e4e6237195480d718a9a584f6
pre_build() {
cp ${FILESDIR}/config.h config.h