79 Commits

Author SHA1 Message Date
Torstein Husebø
15c611ca46 doc: installation, fix typo (#2041)
* doc: installation, fix typo

* Fix a lot of documentation/comment typos
2019-11-03 04:29:20 +09:00
Pablo Acosta-Serafini
c8f361c9ca Added Vim segment plugin for the Asynchronous Linter Engine (ALE).
This segment has the same functionality and interface as the Syntastic
Vim segment plugin, and the code is largely adapted from it.
Documentation stub is also included
2017-10-23 13:28:16 -04:00
Nikolai Aleksandrovich Pavlov
5fa504118e Merge pull request #1642 from ZyX-I/wm-daemon
Use powerline daemon for running awesome bindings
2017-04-01 15:31:42 +03:00
fogine
0299dd132c fix incorrect segment type segments_list - should be segment_list 2017-03-11 09:21:40 -05:00
William Elwood
063a45672f Make length of output_padding in renderer controllable
Defaults to previous behaviour (length 1).
2017-02-19 11:43:46 +00:00
Foo
373952684a Provide another default theme with less troublesome characters
Ref #1652
2016-10-29 15:37:23 +03:00
Foo
5784c0cbc6 Use powerline daemon for running awesome bindings
Also adds functional tests for awesome bindings.

Replaces #1641
2016-08-20 21:03:24 +03:00
Foo
ead3ff33f3 Add warning regarding segments that use cwd to tmux usage docs 2016-07-14 01:25:10 +03:00
Foo
dd58d5f4cd Fix underline of “i3wm listers” section 2016-07-14 01:05:00 +03:00
S0lll0s
24fa03567e Add listers for i3wm workspaces and outputs 2016-01-31 16:10:10 +01:00
S0lll0s
ee5f471b49 Deprecate "bar" bindings in favor of lemonbar 2016-01-08 19:30:49 +01:00
Foo
3f59edc060 Add more logging options 2015-11-22 06:08:37 +03:00
S0lll0s
811498d21b Include i3wm segments in Configuration docs
Close #1457
2015-10-05 20:57:26 +02:00
Werner Beroux
1dbf267759 Clarify what does “low priority segment” mean 2015-05-20 21:43:37 +03:00
ZyX
2ef5107628 Import overrides from environment in PDB prompts 2015-01-31 20:23:10 +03:00
ZyX
cac9754fcf Add pdb-specific segments and make default theme use them 2015-01-31 18:52:04 +03:00
ZyX
7dbbc1003b Remove you from most of the documentation 2015-01-08 18:24:09 +03:00
ZyX
c3e6c2aeab Make POWERLINE_COMMAND a single path without arguments
Ref #1201
2015-01-07 15:07:27 +03:00
ZyX
df5f5e9a7d Ignore empty elements in POWERLINE_CONFIG_PATHS
Ref #1201
2015-01-07 04:27:40 +03:00
ZyX
4d35167b13 Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
ZyX
2b880c4a54 Suggest using old-style overrides for testing purposes only 2015-01-07 01:09:53 +03:00
ZyX
917dfed842 Take overrides from environment variables
Ref #1201
2015-01-07 01:09:53 +03:00
ZyX
1451b4261f Rename paths IPython override to config_paths
Fixes #1126
2015-01-07 01:09:53 +03:00
ZyX
de064558a1 Rename POWERLINE_THEME_CONFIG to POWERLINE_THEME_OVERRIDES
Ref #1126
2015-01-07 01:09:53 +03:00
ZyX
45ccbee171 Use singular --*-override form for command-line overrides
Ref #1126
2015-01-07 01:09:52 +03:00
ZyX
1c29ea3f8c Use g:powerline_theme_overrides dictionary in place of g:…overrides__
Ref #1126
2015-01-06 20:48:39 +03:00
ZyX
09afbc4655 Replace underscores with dashes in long options
Fixes #1125
2015-01-06 16:29:54 +03:00
ZyX
16bf16478c Rename POWERLINE_CONFIG to POWERLINE_CONFIG_OVERRIDES
Fixes #1124
Ref #1126
2015-01-06 16:19:47 +03:00
ZyX
b17d03e688 Rename POWERLINE_CONFIG to POWERLINE_CONFIG_COMMAND where appropriate
Ref #1124
2015-01-06 16:16:39 +03:00
ZyX
c868f9c255 Rename attr to attrs
Fixes #1199
2015-01-06 16:05:01 +03:00
ZyX
8d05003849 Rename highlight_group key to highlight_groups
Ref #1199
2015-01-06 15:57:49 +03:00
ZyX
4e6b0a7ec8 Remove Control-P plugin support
If somebody needs to readd it he should make better code, specifically:

- Functions and variables necessary for supporting Control-P need to be defined 
  in a separate initialiazation function that is only called if Control-P was 
  found.
- Segments that show different information must be defined as separate segments 
  that may be put into configuration file.
- Segment functions must not know side they are on.
- Segment functions must not emit `priority`, it must go to configuration file.
- Segment functions must have proper documentation.
- Segment functions must not emit `width` and `align` keys.
- String `Loading...` or the equivalent must be overridable from configuration, 
  same for other interface strings (e.g. what is shown  when `regex` is true).
- Segment functions must have names that make it clear what they emit.

Closes #1244
2015-01-06 03:57:38 +03:00
ZyX
1c1d33dbbf Create a way to log to the list in Vim 2015-01-06 01:39:23 +03:00
ZyX
cd4cae83ba Mention powerline_unicode7 in documentation 2014-12-07 03:20:03 +03:00
ZyX
aeba94b02d Add support for fbterm
No tests yet, also no tests for term_truecolor.
2014-12-01 00:57:29 +03:00
ZyX
a4fddff1fa Improve documentation of Command-T support code 2014-11-10 00:22:37 +03:00
ZyX
8cf2a86672 Add support for capslock plugin 2014-11-09 23:54:49 +03:00
ZyX
26365a9620 Split powerline.segments.common into a number of modules
Note: some modules (i.e wthr and bat) have their names in order to avoid the 
situation when module name matches segment name:

    import powerline.segments.common.weather

will import weather segment because `powerline.segments.common` contains line 
`from powerline.segments.common.weather import weather`.

Fixes #1083
2014-09-21 02:00:37 +04:00
ZyX
b94cfd98a4 Replace all ASCII apostrophs with Unicode ones in documentation 2014-09-20 17:40:33 +04:00
ZyX
05cb133dd4 Replace g:powerline_config_path Vim variable with …_paths list
This is for consistency with other powerline bindings that now all do have a way 
to specify a list of paths.
2014-09-05 22:13:51 +04:00
ZyX
41f573659b Fix typo in label ID 2014-09-05 20:40:09 +04:00
ZyX
9eceaf3f3f Move docs/source/selectors* to the appropriate place 2014-09-05 20:39:40 +04:00
ZyX
7bf025ca2b Add exclude_/include_function support
This is first step towards fixing #1046.
2014-09-05 20:00:19 +04:00
ZyX
9947bb300a Reference sections where all segments are listed 2014-09-04 21:38:49 +04:00
ZyX
ea2fd28292 Merge exclude_modes and include_modes documentation 2014-09-04 21:38:49 +04:00
ZyX
b5a551eb56 Fix typos in exclude/include_modes documentation 2014-09-04 19:34:29 +04:00
ZyX
986a69481f Update documentation 2014-09-02 21:49:23 +04:00
ZyX
d6c603daf0 Add support for segment.expand
Closes #154
2014-08-30 18:22:46 +04:00
ZyX
875f8e98b1 Update documentation 2014-08-30 17:59:58 +04:00
ZyX
f320fb3df3 Remove filler segment type
It was replaced with `"width": "auto"` and is not used anywhere. I do not even 
know whether it works.
2014-08-30 16:08:30 +04:00