Changelog

master branch

3.34 (2016-02-14)

  • New modules
    • moon: Display moon phase
    • online: Display internet connectivity
    • xkblayout: View and change keyboard layout
    • plexstatus: View status of Plex Media Server
    • iinet: View iiNet internet usage
    • gpu_mem, gpu_temp: View memory and temperature stats of nVidia cards
    • solaar: Show battery status of Solaar / Logitech Unifying devices
    • zabbix: Alerts watcher for the Zabbix enterprise network monitor
    • sge: Sun Grid Engine (SGE) monitor
    • timer: Timer
    • syncthing: Syncthing monitor and control
    • vk: Displays number of messages in VKontakte
  • Applications started from click events don’t block other click events now

  • Fixed crash with desktop notifications when python-gobject is installed, but no notification daemon is running

  • Log file name is now an option (logfile of Status)

  • Server used for checking internet connectivity is now an option (internet_check of Status)

  • Added double click support for click events

  • Formatter data is now available with most modules for program callbacks

  • Changed default mode to standalone mode

  • self is not passed anymore by default to external Python callbacks (see get_module())

  • dota2wins: Now accepts usernames in place of a Steam ID

  • dota2wins: Changed win percentage to be a float

  • uptime: Added days, hours, minutes, secs formatters

  • battery: Added alert command feature (runs a shell command when the battery is discharged below a preset threshold)

  • spotify: Added status, format_not_running and color_not_running settings, rewrite

  • cmus: Added status, format_not_running and color_not_running settings

  • cmus: Fixed bug that sometimes lead to empty output

  • shell: Added formatting capability

  • cpu_usage: Added color setting

  • mpd: Added hide_inactive settings

  • mpd: Fixed a bug where an active playlist would be assumed, leading to no output

  • mpd: Added support for UNIX sockets

  • updates: Added yaourt backend

  • updates: Can display a working/busy message now

  • updates: Additional formatters for every backend (to distinguish pacman vs. AUR updates, for example)

  • reddit: Added link_karma and comment_karma formatters

  • openvpn: Configurable up/down symbols

  • openvpn: Rename colour_up/colour_down to color_up/color_down

  • openvpn: NetworkManager compatibility

  • disk: Improved handling of unmounted drives. Previously the free space of the underlying filesystem would be reported if the path provided was a directory but not a valid mountpoint. This adds a check to first confirm whether a directory is a mountpoint using os.path.ismount(), and if not, then runs an os.listdir() to count the files; empty directories are considered not mounted. This functionality allows for usage on setups with NFS and will not report free space of underlying filesystem in cases with local mountpoints as path.

  • battery: Added bar_design formatter

  • alsa: Implemented optional volume display/setting as in AlsaMixer

  • pulseaudio: Fixed bug that created zombies on a click event

  • backlight: Fixed bug preventing brightness increase

3.33 (2015-06-23)

  • Errors can now be logged to ~/.i3pystatus-<pid>
  • Added new callback system
  • Added credentials storage
  • Added Hints to support special uses cases

  • Added support for Pango markup

  • Sending SIGUSR1 to i3pystatus refreshes the bar
  • Modules are refreshed instantly after a callback was handled

  • Fixed issue where i3bar would interpret plain-text with “HTML-look-alike” characters in them as HTML/Pango

  • New modules
    • github: Check Github for pending notifications.
    • whosonlocation: Change your whosonlocation.com status.
    • openvpn: Monitor OpenVPN connections. Currently only supports systems that use Systemd.
    • net_speed: Attempts to provide an estimation of internet speeds.
    • makewatch: Watches for make jobs and notifies when they are completed.
    • dota2wins: Displays the win/loss ratio of a given Dota account.
    • dpms: Shows and toggles status of DPMS which prevents screen from blanking.
    • cpu_freq: uses by default /proc/cpuinfo to determine the current cpu frequency
    • updates: Generic update checker. Currently supports apt-get, pacman and cower
    • openstack_vms: Displays the number of VMs in an openstack cluster in ACTIVE and non-ACTIVE states.
  • backlight: add xbacklight support for changing brightness with mouse wheel

  • battery: added support for depleted batteries

  • battery: added support for multiple batteries

  • battery: added option to treat all batteries as one large battery (ALL)

  • cpu_usage: removed hard coded interval setting

  • cpu_usage_bar: fixed wrong default setting

  • clock: removed optional pytz dependency

  • network: cycle available interfaces on click

  • network: centralized network modules
    • Removed network_graph
    • Removed network_traffic
    • Removed wireless
    • All the features of these three modules are now found in network
  • network: added total traffic in Mbytes formatters

  • network: basiciw is only required if it is used (wireless)

  • network: psutil is only required if it is used (traffic)

  • network: scrolling changes displayed interface

  • network: fixed bug that prevented color_up being shown if the user is not using network_traffic

  • network: various other enhancements

  • notmuch: fixed sync issue with database

  • now_playing: added custom format and color when no player is running

  • now_playing: differentiates between D-Bus errors and no players running

  • now_playing: fixed D-Bus compatibility with players

  • mail: added capability to display unread messages per account individually

  • mpd: various enhancements and fixes

  • pulseaudio: detect default sink changes in pulseaudio

  • reddit: can open users mailbox now

  • shell: fixed module not stripping newlines

  • spotify: check for metadata on start

  • temp: alert temperatures

  • weather: removed pywapi dependency

  • weather: add min_temp and max_temp formatters for daily min/max temperature

3.32 (2014-12-14)

  • Added keyboard_locks module
  • Added pianobar module
  • Added uname module
  • cmus: enhanced artist/title detection from filenames
  • cmus: fixed issue when cmus is not running
  • mpd: added text_len and truncate_fields options to truncate long artist, album or song names
  • network_traffic: added hide_down and format_down options
  • pomodoro: added format option
  • pomodoro: reset timer on left click
  • pulseaudio: fix rounding error of percentage volume

3.31 (2014-10-23)

  • Unexpected exceptions are now displayed in the status bar
  • Core: added mouse wheel handling for upcoming i3 version
  • Fixed issues with internet-related modules
  • New module mixin: ip3ystatus.core.color.ColorRangeModule
  • Added cmus module
  • Added cpu_usage_graph module
  • Added network_graph module
  • Added network_traffic module
  • Added pomodoro module
  • Added uptime module
  • alsa: mouse wheel changes volume
  • battery: Added no_text_full option
  • cpu_usage: Add multicore support
  • cpu_usage_bar: Add multicore support
  • mail: db_path option made optional
  • mpd: Play song on left click even if stopped
  • network: Add unknown_up setting
  • parcel: Document lxml dependency
  • pulseaudio: Added color_muted and color_unmuted options
  • pulseaudio: Added step, bar_type, multi_colors, vertical_bar_width options
  • pulseaudio: Scroll to change master volume, right click to (un)mute

3.30 (2014-08-04)

  • Added bitcoin module
  • Added now_playing module
  • Added reddit module
  • Added shell module
  • Core: fixed custom statusline colors not working properly (see issue #74)
  • alsa and pulseaudio: added optional “formated_muted” audio is muted.
  • battery: add bar formatter, add not_present_text, full_color, charging_color, not_present_color settings
  • disk: add color and round_size options
  • maildir: use os.listdir instead of ls
  • mem: add round_size option
  • mpd: add color setting
  • mpd: add filename formatter
  • mpd: next song on right click
  • network and wireless: support interfaces enslaved to a bonding master
  • network: detached_down is now True by default
  • network: fixed some issues with interface up/down detection
  • parcel: added support for Itella (Finnish national postal service) setting. If provided, it will be used instead of “format” when the
  • temp: add file setting
  • temp: fixed issue with Linux kernels 3.15 and newer
  • temp: removed color_critical and high_factor options
  • text: add cmd_leftclick and cmd_rightclick options
  • weather: add colorize option
  • wireless: Add quality_bar formatter

3.29 (2014-04-29)

  • network: prefer non link-local v6 addresses
  • mail: Open email client and refresh email with mouse click
  • disk: Add display and critical limit
  • battery: fix errors if CURRENT_NOW is not present
  • battery: add configurable colors
  • load: add configurable colors and limit
  • parcel: rewrote DHL tracker
  • Add spotify module

3.28 (2014-04-12)

  • If you’re currently using the i3pystatus command to run your i3bar:

    Replace i3pystatus command in your i3 configuration with python ~/path/to/your/config.py

  • Do not name your script i3pystatus.py or it will break imports.

  • New options for mem

  • Added cpu_usage

  • Improved error handling

  • Removed i3pystatus binary

  • pulseaudio: changed context name to “i3pystatus_pulseaudio”

  • Add maildir backend for mails

  • Code changes

  • Removed DHL tracker of parcel module, because it doesn’t work anymore.

3.27 (2013-10-20)

3.26 (2013-10-03)

  • Add mem module

3.24 (2013-08-04)

This release introduced changes that may require manual changes to your configuration file

  • Introduced TimeWrapper
  • battery: removed remaining_* formatters in favor of TimeWrapper, as it can not only reproduce all the variants removed, but can do much more.
  • mpd: Uses TimeWrapper for song_length, song_elapsed