Commit Graph

356 Commits

Author SHA1 Message Date
Max Coplan 4b24e715dc Update Powerline for ipython >=7 (#2048)
* Update Powerline for ipython >=7

The method used for `since_5` does not work, but `since_7` does, however it is not documented.
I personally haven't found `c = get_config()` to be useful once you have generated the default `~/.ipython/profile_default/ipython_config.py` file.

Since `c.TerminalInteractiveShell.simple_prompt` is set to `False` by default, it's not worth mentioning it.  There's many other things that **can** break if you change the default config options too.  Additionally, `simple_prompt=True` doesn't fatally break anything, just make things less pretty.  So it'd be better to not have that, but mention if things don't look pretty to make sure they didn't change that default.

* Making it work on latest version

* spacing
2019-11-20 16:39:25 +09:00
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
Christian Brabandt 6a7b7d97f3
doc: Correct links to vim-airline 2018-09-20 11:53:41 +02:00
yparisien 052260ad4d
Markdown correction 2018-05-09 10:29:29 +02:00
yparisien f813171596
Correcting markdown 2018-05-09 10:21:33 +02:00
yparisien 80156fb840
Transparency doesn't need to be disabled 2018-05-08 22:18:51 +02:00
Stephon Harris 166013aab0
grammar fix
Including `, the` for readability
2018-03-21 00:32:17 -04: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
hede d7cbeb9022 Typo fix
In the first paragraph: s/Presense/Presence of Python support in vim...
2017-10-15 13:59:49 +03:00
Vartan Christopher Simonian 34dc7f9f55 Replace ~/.fonts with ~/.local/share/fonts in help
`~/.fonts/` has been deprecated in favour of `~/.local/share/fonts/`.

References:
- https://github.com/behdad/fontconfig/blob/master/fonts.conf.in#L29
- https://lists.freedesktop.org/archives/fontconfig/2014-July/005270.html

Fixes #1793
2017-07-01 20:15:25 -07:00
Whitley e991b42c1b Spelling Fix 2017-06-07 20:57:01 -04:00
Martin Gabelmann 7189f35cf0 add awesome4+ support, fixes #1784 2017-06-03 21:54:18 +02:00
Foo b1e2086fe3 Add some more troubleshooting information 2017-05-16 19:34:27 +03:00
Foo 1e6414d0e8 Fix i3 bar bindings
Specifically:

- Do not log exceptions to the same location data is output.
- Fix format, i3bar is no longer using “pseudo-JSON”, also not sure whether it 
  ever used format `[[right list], [left list]]`, but it definitely does not 
  now.
- i3bgbar branch is no longer available.
- Yet i3wm supports background color, just with the different key (`background` 
  vs `background_color`).
2017-05-11 21:09:10 +03:00
Foo 4c5b02d236 Remove “test x” nonsense 2017-05-01 01:28:44 +03: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
Victor Oliveira da Silva 92c9a4f3e4 Fix typo in package i3ipc in requirements list 2017-03-18 16:27:14 -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
Benny Powers da4f5137f6 Added note about laststatus
Users may be confused when installing powerline as it does not appear by
default in single-window mode. This change alerts users that they should
not expect to see the status line and points them to the help documents
for laststatus so that they can activate it in all cases if they want.
2017-01-22 03:38:18 +03:00
Elliott Sales de Andrade 6f32ca001c Use hglib instead of mercurial directly.
This wrapper uses the command server without tying it to the mercurial
internals, which means it can support Python 3 and use a more liberal
license.
2016-11-01 15:22:24 -04:00
Foo 373952684a Provide another default theme with less troublesome characters
Ref #1652
2016-10-29 15:37:23 +03:00
Stephon 18192db3da Fixed grammar 2016-10-28 11:06:18 -04: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
Foo 08137c52c7 Update documentation regarding IPython 2016-07-14 01:04:26 +03:00
s-ol e8955532c9 Fix and update documentation concerning i3wm
update dependencies for xrandr and i3ipc, fix a typo
2016-04-06 21:51:45 +02:00
Nikolai Aleksandrovich Pavlov e0a70986ed Fix a few typos/strange wording in installation/osx.rst 2016-03-24 23:18:47 +03:00
Jiri Tyr ecf088539b More specific instructions for iPython 2016-03-22 11:53:11 +00:00
Daniel Hahler 00212fa208 docs/source/usage/other.rst: fix typo in note 2016-03-06 19:54:15 +01:00
Nikolai Aleksandrovich Pavlov 73dcc78136 Update command used to install macvim with brew
Flag `--override-system-vim` is deprecated.

Fixes #1526.
2016-02-10 23:10:02 +03:00
mr.Shu f3fe6d99f6 docs: Fix a small typo in develop/segments.rst
* The display_condition key in the docs was rendered as
  'display_condition`' due to a small typo. This commit fixes that.

Signed-off-by: mr.Shu <mr@shu.io>
2016-02-07 15:32:12 +01:00
S0lll0s 24fa03567e Add listers for i3wm workspaces and outputs 2016-01-31 16:10:10 +01:00
S0lll0s 53aca6b190 Add i3wm segment_info keys to developer reference 2016-01-15 15:44:07 +01:00
Foo 646b0ea5ea Improve powerline-lemonbar documentation
Changes:

- Usage determination transferred back to argparse (it wraps).
- Added complete description of lemonbar script to wm-widgets.rst.
- --interval and --height got their arguments clarified by metavar: it was not
  clear what units they use.
- --bar-command got its metavar because it is better then default BAR_COMMAND.
- --bar-command short variant is now -C.
2016-01-08 19:30:49 +01:00
Foo 8168ad1428 Improve powerline_automan: fix some bugs and add minimal argument
Bugs:
- Default action is store_true while it should be just store.
- nargs default depends on metavar while it should only depend on action.
- REMAINDER nargs is not supported.

Minimal argument means minimal mode which removes all section and creates 
a container with “synopsis” and “description” sections’ contents.
2016-01-08 19:30:49 +01:00
S0lll0s ee5f471b49 Deprecate "bar" bindings in favor of lemonbar 2016-01-08 19:30:49 +01:00
chmelevskij dbb968cdc3 Add iTerm fix solution.
Add a iTerm fix solution from https://github.com/powerline/fonts/issues/44
2015-11-24 22:46:44 +00:00
Foo 3f59edc060 Add more logging options 2015-11-22 06:08:37 +03:00
Foo c4b4097b0c Transform pane_id to unicode before using
Tmux-2.1 appears not to output leading `%` when using `tmux display -p '#D'`.
This change changes type of the `pane_id` argument: leading `%` turns it into
a literal string, number in front makes it be parsed as a JSON number.

Fixes #1470
2015-10-19 22:00:45 +03:00
Timo Beckers e6d484a329 Added troubleshooting for Urxvt & Unicode 2015-10-15 23:14:52 +02:00
Nikolai Aleksandrovich Pavlov 841c25f6b6 Merge pull request #1467 from S0lll0s/i3-docs
Add i3 to the tagline
2015-10-08 20:07:56 +03:00
S0lll0s 9247567ae9 Add i3 to the tagline 2015-10-08 11:52:29 +02:00
Nikolai Aleksandrovich Pavlov 69d3bdf328 Fix typo (missing letter) in installation/osx.rst
Closes #1463
2015-10-06 00:27:08 +03:00
S0lll0s 811498d21b Include i3wm segments in Configuration docs
Close #1457
2015-10-05 20:57:26 +02:00
Nikolai Aleksandrovich Pavlov 783b0f7f84 Do not state that patched font does not work for rxvt-unicode
Fixes #1455
2015-09-29 13:50:40 +03:00
Foo 67dc10d124 My variant of Vim documentation has moved to bitbucket pages 2015-07-19 22:23:18 +03:00
Timothée Ravier 9ce7fa3063 docs: fix manpage generation with python3
Python2 manpage generation seems unaffected.

Warnings occur when generating with python3:

.../docs/source/configuration/segments/vim.rst:27: WARNING: error while
formatting arguments for
powerline.segments.vim.plugin.tagbar.current_tag: decoding str is not
supported
2015-07-19 11:05:15 +02:00
Foo afab0e577f Clarify location of ``{repository_root}``
Fixes #1376
2015-05-30 15:38:02 +03:00