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
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
ZyX-I
ac04a1806f
Merge pull request #773 from ZyX-I/tcsh
...
Add tcsh support
Fixes #762 .
2014-01-26 12:24:48 -08:00
ZyX
c648178be0
Strip anything but prompt from tcsh tests
...
There are some problems with a number of spaces on travis: it differs. Cannot
use the same code as for fish because output looks like
{prompt}{spaces}^[0m ^[[{number}D
and both `{spaces}` and `{number}` differ on my machine and in travis.
2014-01-27 00:22:38 +04:00
ZyX
fe99e252e9
Add tcsh tests
2014-01-27 00:10:48 +04:00
ZyX
219b81d23d
Fix tcsh escaping
2014-01-27 00:10:48 +04:00
ZyX
a2e11ef94f
Add space to rprompt
...
According to tcsh documentation `%{%}` must not be the last segment.
Note: this means that right prompt has *two* characters between its end and
terminal emulator border.
2014-01-26 23:52:14 +04:00
ZyX
3ecbeb8c5b
Add powerline.tcsh
...
Ref #762
2014-01-26 23:52:14 +04:00
ZyX-I
a4e8f36f36
Merge pull request #706 from ZyX-I/better-errors
...
Better error handling
2014-01-26 10:43:16 -08:00
ZyX
bb343765b0
Add powerline: exception prefix
2014-01-26 22:45:11 +04:00
ZyX-I
e18a2e62fa
Merge pull request #709 from ZyX-I/zsh-vi-mode
...
Add support for modes to shell bindings
2014-01-26 10:38:19 -08:00
ZyX
6ba13c1d0f
Modify appropriate theme
2014-01-26 22:35:02 +04:00
ZyX
8984647106
Add tests
2014-01-26 22:27:28 +04:00
ZyX
36c007058d
Omit any non-vi* mode by default
2014-01-26 22:27:28 +04:00
ZyX
34d4877abf
Some fixes for powerline.zsh:
...
- Replace main and other linked modes with modes they link to
- Add proper keymap initialization
Ref #508
2014-01-26 22:27:28 +04:00
ZyX
becc8ee59c
Support zsh “modes” (different keymaps like when using vicmd/viins pair)
...
Fixes #508
2014-01-26 22:08:37 +04:00
ZyX-I
417884a3ed
Merge pull request #725 from ZyX-I/fix-fname-special-chars
...
Handle non-printable characters properly
2014-01-26 10:04:30 -08:00
ZyX
a571f49b3d
Get rid of printf
2014-01-26 21:59:33 +04:00
ZyX
480434331f
Add tests for special characters escaping
2014-01-26 21:45:02 +04:00