Commit Graph

1061 Commits

Author SHA1 Message Date
ZyX-I 97c93fc7c0 Merge pull request #782 from S0lll0s/feature/i3
Add i3 bindings, segments and renderer
2014-02-09 15:46:35 +03:00
S0lll0s def68a2dc2 Update documentation to include i3 instructions 2014-02-09 12:45:01 +01:00
S0lll0s 9548c44119 Fix highlighting groups for workspaces segment 2014-02-09 12:10:18 +01:00
S0lll0s 8cb11d8915 Adapt to python3 / __future__ print statement 2014-02-09 12:03:47 +01:00
S0lll0s c5df55e25c Remove dead code from renderers/i3bgbar.py 2014-02-09 11:11:57 +01:00
S0lll0s 7d89ff2b49 Fix docstring for i3wm.workspaces segment 2014-02-09 11:10:49 +01:00
ZyX-I 999fad58bd Merge pull request #792 from ZyX-I/improved-battery
Improved battery segment:

Closes #791.
2014-02-09 12:48:32 +03:00
ZyX 66d98e7def Improved battery segment:
- Ignore `steps` if gamify is False.
- Add `full_heart` and `empty_heart` keywords.
- Document `format` keyword.
- Replace `draw_soft_divider` with `draw_inner_divider`.
2014-02-09 13:44:06 +04:00
ZyX cce6d26670 Merge branch 'osx-battery' into HEAD 2014-02-09 02:38:52 +04:00
Joshua Perry c4fb09a418 Update tests to support parameter on _get_capacity() 2014-02-09 02:36:19 +04:00
Joshua Perry 18f4fdaa70 Revert change to segment parameter default value 2014-02-09 02:36:19 +04:00
Joshua Perry f62d749f80 Refactored OSX battery code 2014-02-09 02:36:19 +04:00
Joshua Perry 9accbdd9ef Added OSX battery support 2014-02-09 02:36:19 +04:00
ZyX-I b5c14553a9 Merge pull request #790 from ZyX-I/tests-fix
Fix travis CI build
2014-02-09 00:31:44 +03:00
ZyX 773d6a6600 Also use --allow-unverified 2014-02-09 01:25:18 +04:00
ZyX 5e4daed72b Install bazaar with --allow-external 2014-02-09 01:22:50 +04:00
ZyX 4e35007486 Home may be None, respect it 2014-02-09 01:16:29 +04:00
ZyX 173159aea4 Merge branch 'fix-788' into develop 2014-02-08 23:43:49 +04:00
ZyX 9e8471be9e Fix non-ASCII directories processing
Fixes #788
2014-02-08 23:42:15 +04:00
ZyX faeab131f1 Merge branch 'common-imports' into develop 2014-02-08 23:41:33 +04:00
ZyX 7a90e6d6c3 Cleanup import in segments.common:
- move `import re` to top
- if import is in a `try` block and there is some processing before it and
  `except` move this to `else`.
2014-02-08 23:41:12 +04:00
S0lll0s 21319fc8d2 Use 'with' instead of lock.acquire/release() 2014-02-07 13:14:56 +01:00
S0lll0s 253ad02c3c Add i3 bindings and segments 2014-02-04 11:01:07 +01:00
ZyX 03594f2def Merge branch 'local.vimrc' into develop
Ref #314
2014-02-04 00:10:28 +04:00
ZyX 4a2fbb096b Add &ts setting and comment regarding .local.vimrc usage 2014-02-04 00:10:16 +04:00
ZyX 116af44b1f Merge branch 'vim-window-title' into develop
Closes #703
2014-02-03 22:36:49 +04:00
ZyX 52d182f0e2 Add window_title group to solarizedlight colorschem 2014-02-03 22:34:14 +04:00
ZyX d7589bc895 Make window_title work in older vims 2014-02-03 22:31:40 +04:00
Daniel Hahler 7f1abf1459 Vim: add window_title function, used in quickfix theme
This is used to display the window title of the quickfix window. Both
Syntastic and Vim use this. See w:quickfix_title.
2014-02-03 22:28:58 +04:00
ZyX-I 7187df2040 Merge pull request #781 from ZyX-I/segment-calls
Recreate args dictionary with str() arguments, use closures
2014-02-03 09:59:09 -08:00
ZyX 5071f127a8 Recreate args dictionary with str() arguments, use closures
Fixes #776
2014-02-03 21:56:16 +04:00
ZyX 2ade819ac1 Merge branch 'lib-shell' into develop 2014-02-03 21:26:14 +04:00
ZyX 5db02bba3a Check for asrun() returning None 2014-02-03 21:23:42 +04:00
ZyX f26eb24e10 Remove asquote function for it being used nowhere 2014-02-03 21:21:22 +04:00
ZyX 4408358151 Move NowPlaying._run_cmd to powerline.lib.shell.run_cmd, make asrun use it 2014-02-03 21:20:53 +04:00
ZyX 079a750d71 Merge branch 'no-sys.stderr' into develop 2014-02-03 21:09:54 +04:00
ZyX a975ece4e9 Do not use sys.stderr for logging 2014-02-03 21:09:33 +04:00
ZyX 86eae3af45 Merge branch 'ericboehs-develop' into develop
Fixes #778
2014-02-03 21:04:54 +04:00
Eric 6e0fe442de Port spotify mac script from tmux-powerline 2014-02-03 21:04:00 +04:00
ZyX-I 0bbe951769 Merge pull request #780 from pshchelo/cpu-load-tmux
Add cpu_load_percent colors to tmux
2014-02-03 08:47:22 -08:00
Pavlo Shchelokovskyy 78f236b735 Add cpu_load_percent colors to tmux
Definitions for cpu_load_percent segment colors and gradient where missing
from default tmux color definitions, rendering this segment unusable for tmux
"out-of-the-box".
2014-01-31 12:46:40 +02:00
ZyX-I 4406498295 Merge pull request #777 from ZyX-I/reload-tests-fix
Fix test_config_reload race conditions

Fixes #772.
2014-01-29 21:09:28 -08:00
ZyX d85ae963c3 Sleep more 2014-01-30 09:00:33 +04:00
ZyX c184c4c86a Merge branch 'shell-fixes-2' into develop 2014-01-30 08:46:36 +04:00
ZyX 8096f2e8e4 Also rename variables in python files 2014-01-30 08:46:22 +04:00
ZyX 79c7a006e8 Merge branch 'shell-fixes' into develop 2014-01-30 00:49:27 +04:00
ZyX bcd7bb349e Do the same for bash bindings 2014-01-30 00:47:51 +04:00
ZyX bc856987ff Add underscore to non-API functions and variables 2014-01-30 00:47:50 +04:00
ZyX dc33c36098 Fix case when widget was defined with `zle -N widget`
Fixes #774
2014-01-30 00:47:38 +04:00
ZyX b1e81707c1 Change warning level to debug 2014-01-30 00:31:50 +04:00