Alex Maese
b53708b577
Added support for truecolor in tmux status line
2018-02-13 10:27:31 -06:00
Nikolai Aleksandrovich Pavlov
a4a1c83539
Merge pull request #1860 from bewing/wsl_battery
...
Check for battery percentage if no charge/energy
2017-11-25 00:34:15 +03:00
Brandon Ewing
6be991c571
Check for battery percentage if no charge/energy
...
Windows Subsystem for Linux abstracts the batteries in a laptop
into a single battery, and only states the percent charge via
/sys/power_supply/battery/capacity. If dbus is unavailable,
and no charge/energy readings are available for any power supply,
search for the first power supply that has a capacity file, and use it
(and its state) as the battery status.
Tested on a Surface Book 2 running Windows 10 with Windows
Subsytem for Linux Ubuntu 16.04
2017-11-24 15:03:30 -06:00
Nikolai Aleksandrovich Pavlov
5198b50463
Merge pull request #1851 from pmacosta/develop
...
Added Vim segment plugin for the Asynchronous Linter Engine (ALE)
2017-10-27 23:29:56 +03:00
Pablo Acosta-Serafini
421a71ee53
Brought back modeline and added spaces around plus signs
2017-10-27 08:44:47 -04:00
Pablo Acosta-Serafini
67683ecbb8
Introduced requested chanages
2017-10-24 04:40:03 -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
Nikolai Aleksandrovich Pavlov
119c709bf2
Merge pull request #1849 from hede/patch-1
...
Fixes typo in documentation
2017-10-15 14:30:55 +03: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
Nikolai Aleksandrovich Pavlov
9bebc2fe7f
Merge pull request #1828 from powerline/ZyX-I-patch-1
...
Fix data type in branch segment documentation
2017-09-02 22:39:49 +03:00
Nikolai Aleksandrovich Pavlov
5adb7d11a3
Fix data type in branch segment documentation
...
Closes #1827
2017-09-02 22:39:28 +03:00
Nikolai Aleksandrovich Pavlov
5a24eceae9
Merge pull request #1823 from ZyX-I/ZyX-I-patch-1
...
Do not use negative indexes
2017-08-22 12:04:46 +03:00
Nikolai Aleksandrovich Pavlov
6b3c71bf3b
Do not use negative indexes
...
Ref #1821 .
2017-08-22 10:30:49 +03:00
Nikolai Aleksandrovich Pavlov
bc1713d58b
Merge pull request #1818 from arslan2012/add_elapsed_spotify_osascript
...
added elapsed time to spotify applescript player segment
2017-08-09 20:03:05 +03:00
Arslan Ablikim
01f2a3ae92
added a trailing comma
2017-08-09 21:30:21 +08:00
Arslan Ablikim
2a9a0a8282
added elapsed time to spotify applescript player segment
2017-08-08 13:45:31 +08:00
Nikolai Aleksandrovich Pavlov
2fe9282d61
Merge pull request #1816 from arslan2012/fix_apple_script
...
fix spotify applescript track length
2017-08-08 07:41:59 +03:00
Arslan Ablikim
146cf8994d
fix spotify track length
2017-08-08 12:33:25 +08:00
Nikolai Aleksandrovich Pavlov
5d6aa0e07a
Merge pull request #1817 from arslan2012/fix_mac_to_use_apple_script
...
change spotify to use applescript on OS X
2017-08-08 07:15:43 +03:00
Arslan Ablikim
5d8739b291
fix spotify track length
2017-08-08 12:08:37 +08:00
Arslan Ablikim
1b3456a449
fix spotify to use apple script
2017-08-08 11:45:46 +08:00
Nikolai Aleksandrovich Pavlov
d0d0644e3c
Merge pull request #1813 from chester755/develop
...
Adding elapsed time to dbus players
2017-08-05 00:47:20 +03:00
chester755
5a53cf9f93
Add elapsed time to Dbus players
2017-08-04 16:26:38 -05:00
chester755
8d85c4f73b
Add elapsed time to dbus players.
2017-08-04 16:08:59 -05:00
chester755
9bff8a5660
Adding elapsed time to the dbus player.
2017-08-04 15:48:32 -05:00
Foo
e627b29f76
Merge branch 'pr-1811' into develop
2017-08-02 15:06:58 +03:00
Foo
e3ee79d976
Some style fixes
2017-08-02 15:05:35 +03:00
Jesús Rafael Sánchez
544556f145
Making code cleanup and enhancements suggested by @ZyX-I
2017-08-02 07:54:53 -04:00
Jesús Rafael Sánchez
8dd1188bc8
Removing some unnecesary lines
2017-08-01 08:10:09 -04:00
Jesús Rafael Sánchez
324432bd12
Avoiding more than 1 colon in strings for file name or song title, this
...
may break the player indicator
2017-07-31 17:19:57 -04:00
Jesús Rafael Sánchez
0595c89f21
Making code changes requested by @ZyX-I a day ago
2017-07-31 07:26:56 -04:00
Jesús Rafael Sánchez
b82769ad4b
Fixing some metadata and time calculation for mocp player
2017-07-30 03:13:21 -04:00
Jesús Rafael Sánchez
8a5310806f
Adding information filtering conditional on list comprehension
2017-07-30 01:26:13 -04:00
Jesús Rafael Sánchez
338470c11f
Adding Music On Console (mocp) support, requires >= 2.3.0 version
2017-07-30 01:06:52 -04:00
Foo
f35c401b0f
Merge branch 'pr-1803' into develop
2017-07-13 23:01:22 +03:00
Andreas Schneider
29ff2b99c4
Avoid a strlen() call
2017-07-13 22:58:07 +03:00
Andreas Schneider
924bbbe92b
Make inline function also static
...
After compiling with GCC 7.1.0 it otherwise fails linking for some
reason, complaining about that non-static inline function being not
found.
2017-07-13 22:56:51 +03:00
Andreas Schneider
73244eb976
Make sure any positive integer fits into the buffer
...
Avoids GCC 7.1.0 -Wformat-truncation.
2017-07-13 22:55:27 +03:00
Nikolai Aleksandrovich Pavlov
8d577b5958
Merge pull request #1794 from vsimonian/1793-ref-correct-fonts-folder
...
Replace ~/.fonts with ~/.local/share/fonts in help
2017-07-02 07:37:39 +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
Nikolai Aleksandrovich Pavlov
9cd66c0b2f
Merge pull request #1792 from ZyX-I/argparse-dep
...
Specify argparse dependency
2017-07-01 13:58:02 +03:00
Foo
234091c95d
Specify argparse dependency
...
Fixes #1791
2017-07-01 02:57:53 +03:00
Nikolai Aleksandrovich Pavlov
517f38c566
Merge pull request #1786 from WhitleyStriber/patch-1
...
Spelling Fix
2017-06-08 04:06:53 +03:00
Whitley
e991b42c1b
Spelling Fix
2017-06-07 20:57:01 -04:00
Nikolai Aleksandrovich Pavlov
90032f8d0c
Merge pull request #1783 from ZyX-I/check-bash-has-pipestatus
...
Check that bash has (no) $PIPESTATUS support before using it
2017-06-03 23:36:29 +03:00
Nikolai Aleksandrovich Pavlov
4dc590bde7
Merge pull request #1785 from martingabelmann/fix-1784
...
add awesome4+ support, fixes #1784
2017-06-03 23:15:48 +03:00
Martin Gabelmann
7189f35cf0
add awesome4+ support, fixes #1784
2017-06-03 21:54:18 +02:00
Foo
d3e5d99a20
Do not spawn jobs
...
With previous variant of code first call has spawned a job which was perfectly
reproducibly visible in prompt at bash startup. In subsequent prompts job number
segment disappeared because result was cached, but it still was not good.
2017-06-02 21:23:03 +03:00
Foo
3c49ed1e96
Check that bash has (no) $PIPESTATUS support before using it
...
Ref #1782
2017-06-02 21:12:14 +03:00
Nikolai Aleksandrovich Pavlov
3df98fc276
Merge pull request #1779 from ZyX-I/vterm-standard-tmpdir-fixes
...
Add some fixes for vterm tests
2017-05-21 16:30:41 +03:00