polybar/include
Chase Geigle 47a2cce03d fix: Ensure reloading when IN_IGNORED fired on config (#371)
This fixes a "bug" where polybar wouldn't reload on a configuration
file change on some configurations of vim, which don't actually issue
any IN_MODIFY events because they choose to move the file, replace it
with a new one, and then delete the file instead.

To work around this, we now also listen for IN_IGNORED which fires when
the file we are watching is destroyed. When this happens, we re-attach
the configuration file watcher to the new file and reload.
2017-01-24 07:10:55 +01:00
..
adapters Update the mixer class to support setting the name of the soundcard we want to get the mixer of 2017-01-14 17:59:47 +01:00
components fix(config): Require value reference without fallback 2017-01-20 02:31:55 +01:00
drawtypes feat(bspwm,i3): Fuzzy-matching names for icons 2017-01-23 17:01:30 +01:00
events refactor: Wait with tray initialization until ready 2017-01-12 16:12:54 +01:00
modules feat(bspwm,i3): Fuzzy-matching names for icons 2017-01-23 17:01:30 +01:00
utils fix: Ensure reloading when IN_IGNORED fired on config (#371) 2017-01-24 07:10:55 +01:00
x11 fix(xrm): res_class==nullptr to properly get the resource (#368) 2017-01-23 17:54:20 +01:00
common.hpp feat(string_util): Custom stringstream 2017-01-13 13:01:22 +01:00
debug.hpp
errors.hpp
settings.hpp.cmake refactor(xresources): Use xcb-util-xrm 2017-01-20 02:26:01 +01:00
version.hpp build: Bump version to 2.5.2 2017-01-14 18:17:39 +01:00