forked from pool/i3status
Accepting request 487712 from home:apersaud:branches:X11:windowmanagers
update to latest version OBS-URL: https://build.opensuse.org/request/show/487712 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3status?expand=0&rev=14
This commit is contained in:
parent
f3457df34e
commit
c0e13565fc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:daf5d07611b054a43da1a3d28850b05e2dbdbd6d25fd5e25ede98bb1b66e2791
|
|
||||||
size 53684
|
|
3
i3status-2.11.tar.bz2
Normal file
3
i3status-2.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98db7e730f0ce908eb656ac10d713ae6a885676621391d54f00b719752f18c5f
|
||||||
|
size 54970
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 12 20:47:43 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 2.11:
|
||||||
|
* re-add forgotten wakeup call from SIGUSR1 handler
|
||||||
|
* disk_info: bugfix: check format_not_mounted is not NULL before
|
||||||
|
using it
|
||||||
|
* revert back to using nanosleep
|
||||||
|
* man: give more descriptive symbols to battery format
|
||||||
|
* battery: removes the 'remaining' time when the battery is full
|
||||||
|
* add separator and separator_block_width as universal module
|
||||||
|
options
|
||||||
|
* man: fix link to contrib
|
||||||
|
* cpu_temperature: add glob check
|
||||||
|
* battery: add status_unk
|
||||||
|
* reconnect to PluseAudio when connection is lost
|
||||||
|
* wireless: add ifdef to compile on macOS
|
||||||
|
* order default configuration paths the same as in i3
|
||||||
|
* add version files for release tarball
|
||||||
|
* man: make tztime example config match the context
|
||||||
|
* cpu_usage: add color thresholds
|
||||||
|
* battery: support multiple batteries
|
||||||
|
* disk: use empty string for not mounted disks
|
||||||
|
* default config: remove DHCP, VPN
|
||||||
|
* wireless: fix FTBFS on hurd and kFreeBSD
|
||||||
|
* parse uevent file to detect network device type
|
||||||
|
* allow pulse device to be specified by name
|
||||||
|
* battery: find batteries using glob
|
||||||
|
* tztime: support locales
|
||||||
|
* wireless: use blank padding for quality
|
||||||
|
* add unit tests
|
||||||
|
* fix compilation with -fno-common
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 8 08:03:19 UTC 2016 - arun@gmx.de
|
Tue Mar 8 08:03:19 UTC 2016 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package i3status
|
# spec file for package i3status
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2014 Thomas Pfeiffer <email@pfeiffer.pw>
|
# Copyright (c) 2014 Thomas Pfeiffer <email@pfeiffer.pw>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: i3status
|
Name: i3status
|
||||||
Version: 2.10
|
Version: 2.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: I3 Status Bar
|
Summary: I3 Status Bar
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user