Commit Graph

2436 Commits

Author SHA1 Message Date
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
Nikolai Aleksandrovich Pavlov 3b3d8f0188 Merge pull request #1408 from ti-mo/develop
Added tips for Urxvt compiler flags
2015-10-16 00:21:49 +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 44b2f91729 Merge pull request #1466 from ZyX-I/fix-pypy3-test
Skip date test on PyPy3
2015-10-06 02:15:06 +03:00
Foo 76be911b81 Skip date test on PyPy3
See https://bitbucket.org/pypy/pypy/issues/2161/pypy3-strftime-does-not-accept-unicode
2015-10-06 01:46:25 +03:00
Foo 1cd992b4e3 Merge branch 'disable-python2.6-ucs2-tests' into develop 2015-10-06 01:40:15 +03:00
Foo 20ceaac885 Allow the whole CPython-2.6 UCS2 section to fail 2015-10-06 01:39:30 +03:00
Foo a839b15ecd Merge branch 'pull-1461' into develop 2015-10-06 00:41:40 +03:00
Håken Lid c6a6041b0d Allow unicode characters in time segment in Python-2 2015-10-06 00:40:54 +03:00
Nikolai Aleksandrovich Pavlov 3696782368 Merge pull request #1464 from powerline/ZyX-I-patch-2
Fix typo (missing letter) in installation/osx.rst
2015-10-06 00:27:32 +03:00
Nikolai Aleksandrovich Pavlov 69d3bdf328 Fix typo (missing letter) in installation/osx.rst
Closes #1463
2015-10-06 00:27:08 +03:00
Nikolai Aleksandrovich Pavlov 6a62e82925 Merge pull request #1462 from S0lll0s/i3-docs
Include i3wm segments in configuration docs
2015-10-05 21:59:50 +03:00
S0lll0s 811498d21b Include i3wm segments in Configuration docs
Close #1457
2015-10-05 20:57:26 +02:00
Nikolai Aleksandrovich Pavlov aa33599e3f Merge pull request #1456 from powerline/ZyX-I-patch-1
Do not state that patched font does not work for rxvt-unicode
2015-09-29 14:18:48 +03: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
Nikolai Aleksandrovich Pavlov f8c45e9566 Merge pull request #1449 from DoctorJellyface/develop
Added a systemd service, fixes #1447.
2015-09-13 18:20:16 +03:00
Juraj Fiala 7e379a8a2f Added a systemd service, fixes #1447. 2015-09-13 16:53:26 +02:00
Nikolai Aleksandrovich Pavlov d78d29c61e Merge pull request #1443 from seanfisk/feature/internal-ip-default-gateway
Add option to detect internal_ip interface from default gateway
2015-09-06 01:24:41 +03:00
Sean Fisk 2c1213116e Log when IP address family not found for interface 2015-09-05 18:02:11 -04:00
Sean Fisk 105cf6666f Detect internal_ip interface from default gateway
Add the option to specify `interface='default_gateway'` to the
`internal_ip` segment, which displays the IP address of the interface
connected to the default gateway.
2015-09-05 18:00:55 -04:00
Nikolai Aleksandrovich Pavlov f91fb141de Merge pull request #1439 from ZyX-I/fix-1437
Fix support for passworded connections in mpd+python-mpd* player seg
2015-08-30 14:29:35 +03:00
Foo b8e09b3e42 Fix support for passworded connections in mpd+python-mpd* player seg
Fixes #1437
2015-08-30 13:21:01 +03:00
Foo 5ebf0875b8 Merge commit 'a272c6a' into develop 2015-08-30 01:23:03 +03:00
Foo a272c6abb5 Use net_io_counters by default also in _get_interfaces
Fixes #1435
2015-08-30 01:21:49 +03:00
Nikolai Aleksandrovich Pavlov e1dc584fc3 Merge pull request #1436 from setrofim/develop
Adding zoom indicator to window status formats.
2015-08-27 18:45:02 +03:00
Sergei Trofimov eeaaf3930f updating tmux tests to expect window_flags in window status format 2015-08-27 09:05:13 +01:00
Sergei Trofimov c687ea943f Adding zoom indicator to window status formats. 2015-08-26 16:02:42 +01:00
Nikolai Aleksandrovich Pavlov 5905ac22bf Merge pull request #1432 from S0lll0s/new-workspace
Add 'output' option to segments.i3wm.workspaces
2015-08-22 20:12:53 +03:00
S0lll0s 918dd957cf Add 'output' option to segments.i3wm.workspaces 2015-08-22 18:53:32 +02:00
Foo 7ef8f4f97e Merge branch 'zsh-fix' into develop 2015-08-22 18:19:14 +03:00
Foo 959693fa97 Temporary fix for failing zsh tests 2015-08-22 18:05:07 +03:00
Foo b7bca615af Use tests/common.sh for reporting test failures 2015-08-22 17:29:44 +03:00
Foo 9f0665506b Rename …/test_in_vterm/test.sh to …/test_in_vterm/test_tmux.sh 2015-08-21 18:40:49 +03:00
Nikolai Aleksandrovich Pavlov 94cd0caa0f Merge pull request #1433 from ZyX-I/vim-move
Vim has moved to github, so tip and version tag got renamed
2015-08-21 18:20:43 +03:00
Nikolai Aleksandrovich Pavlov eba68f05cb Merge pull request #1404 from ZyX-I/tcsh-whitelist
Do not use tcsh, mksh, busybox and socat from deps
2015-08-21 18:18:56 +03:00
Foo fed3c70b81 Vim has moved to github, so tip and version tag got renamed 2015-08-21 18:13:26 +03:00
Foo 11c1e07b12 Merge branch 'pr-1418' into develop 2015-08-08 01:15:55 +03:00
Foo ab9c2bd840 Remove outdated comment 2015-08-08 01:15:26 +03:00
Foo 63a8b492b3 Update battery segment docstring 2015-08-08 01:15:05 +03:00
Foo d02b8e9825 Fix dbus+UPower battery support 2015-08-08 01:10:57 +03:00
Fumihiro Xue f098ed2fe0 Add ac-charging indication for battery segment 2015-07-27 13:48:32 +08:00
Nikolai Aleksandrovich Pavlov 090cd1397c Merge pull request #1415 from ZyX-I/fix-1412
Workaround tmux bug: additional space in display -p '#D' output
2015-07-20 08:19:07 +03:00
Foo 09caf013d2 Merge commit '22e9dfd' into develop 2015-07-20 08:24:37 +03:00
Foo 22e9dfd885 Do not use ?= for defining macros
To define make macros one may use make arguments, so inheriting them from
environment is not needed. I also do not see nmake supporting `?=` (not sure
that anybody will use this though).
2015-07-20 08:18:47 +03:00
Foo 67dc10d124 My variant of Vim documentation has moved to bitbucket pages 2015-07-19 22:23:18 +03:00
Foo 9b71beb17f Workaround tmux bug: additional space in display -p '#D' output
Fixes #1412
2015-07-19 22:23:18 +03:00
Foo 06a15ee999 Merge commit '26ea5f0f0042dc59b6ca62888156885aba093f03' into develop 2015-07-19 14:37:17 +03:00
Nikolai Aleksandrovich Pavlov 18f3d18c8b Merge pull request #1414 from Siosm/develop
Fix manpage generation with python3

Fixes #1388.
2015-07-19 14:24:02 +03:00