Releases: PH111P/powerline
Releases · PH111P/powerline
1.9.5
1.9.3
1.9.2
- Add
common.net.NetworkManager
segment: Usesnmcli
to obtain current network connections and their status (experimental) - Add
common.bluetooth.bluetooth
segment: Obtain a list of connected Bluetooth devices and, if supported, their battery status (experimental) - Add
common.kbd.lock_status
segment: Usesxset -q
to obtain the current status of various keyboard locks (i.e. Caps Lock, Num Lock, etc.). Works only in X and is only useful for bindings that update their bars regularly (e.g.lemonbar
). (experimental, considered for removal) - Add
update
bar command: Forces a ThreadedSegment to update its content. The segment to update is selected via the given segment or channel name. Also forces the bar to re-render. (experimental) - Update i3 modules to reflect the recent breaking changes in
i3ipc
. - Update default colorscheme for shells
- Minor squidfixes and improvements
1.9.0
vim.file_vcs_status
: removed, as it caused severe problemsi3.scratchpad
: Swapped default values forfresh
andchanged
shell.last_status
: added signal number to name translation- Fixed ipython ≥7.0
- Added
level:i_j_rep
colors for all 2 ≤ i ≤ 4 and j from {fg, bg}. This may require a configuration update - Removed
python2
code. It will not return.
1.8.4
1.8.2
- Added global menu support for the
i3wm.active_window_title
segment by adapting RafaelBocquet/i3-hud-menu - Added a
global_menu
theme forwm
- Added hover support
- Added
-R
flag for heights relative to the outputs' height - Various minor bug fixes and improvements