Commit graph

501 commits

Author SHA1 Message Date
comagnaw 0bca50bb18
Adding getOppositeColor unittest. 2018-02-03 23:08:36 -05:00
comagnaw 15c4aee277
Add conversion to float before pass to rgb_to_hls 2018-02-01 22:29:06 -05:00
Buck Ryan 87b176037f Change bash instructions for ps1 to not duplicate
Fixes #331
2018-01-29 12:18:03 -05:00
Buck Ryan e7964d1682 prepare 0.4.8 2018-01-29 12:01:32 -05:00
Buck Ryan 3c3062e3ce
Merge pull request #352 from b-ryan/fix-custom-themes
A possible solution for allowing custom themes
2018-01-29 11:48:20 -05:00
Buck Ryan 4b26d19907 default time vars 2018-01-29 11:45:31 -05:00
Gaurav Nelson f0293999c7 added seperate variables for customizing colors for time segment 2018-01-29 14:00:34 +10:00
Buck Ryan bcaa7e6e4d A possible solution for allowing custom themes 2018-01-28 22:37:46 -05:00
Buck Ryan 5db48c3014
Merge pull request #326 from mikewaters/master
Added a note about theme color codes.
2018-01-28 22:30:41 -05:00
Buck Ryan ad27ed4ccc 0.4.7 2018-01-15 12:10:11 -05:00
Buck Ryan 4d4241fba0 Add back SVN symbol 2018-01-15 12:02:50 -05:00
Buck Ryan ef5b837aef Merge remote-tracking branch 'emansije/vcs-symbols' into emansije-merge 2018-01-15 12:00:45 -05:00
Emanuel de Jesus bbaacc1a3c
Merge branch 'master' into vcs-symbols 2018-01-13 21:55:29 +00:00
Buck Ryan 8e2b00e7ff
Merge pull request #348 from ypresto/patch-1
Fix wrong filename in README.md
2018-01-13 10:18:53 -05:00
Yuya Tanaka f8649ee985
Fix wrong filename in README.md 2018-01-13 19:27:15 +09:00
Buck Ryan dfa784c810 0.4.6 2018-01-11 21:21:41 -05:00
Buck Ryan f0989c6b05
Merge pull request #347 from kc9jud/svn
Don't use kwarg for split()
2018-01-11 21:20:06 -05:00
Patrick Fasano 126f700678
svn: Don't use kwarg for split()
Fixes #344
2018-01-11 15:08:38 -05:00
Patrick Fasano 5c37133da9
Merge remote-tracking branch 'origin/master' into svn 2018-01-11 15:07:26 -05:00
Buck Ryan 71cfe579ff prepare 2017-12-20 12:47:27 -05:00
Buck Ryan cde72c25af
Merge pull request #340 from b-ryan/fix-windows-bash-cwd
Fix handling of CWD on Bash for Windows
2017-12-20 12:45:40 -05:00
Buck Ryan d855683d1e remove use of PWD in segments 2017-12-20 12:27:49 -05:00
Buck Ryan 62ffb74fd6 Fix handling of CWD on Bash for Windows
Fixes
https://github.com/b-ryan/powerline-shell/issues/339

See comments for explanation
2017-12-20 12:14:54 -05:00
Buck Ryan 6ddc482c13 prepare 0.4.4 2017-12-19 11:27:31 -05:00
Buck Ryan 744d9382f4
Merge pull request #337 from ericLemanissier/patch-1
fix package missing in cygwin
2017-12-19 11:20:56 -05:00
ericLemanissier 40f54515c0
space formatting 2017-12-19 09:45:57 +01:00
ericLemanissier 1809074a23
always using getpass package to get user 2017-12-19 09:45:10 +01:00
Emanuel de Jesus 235e02b831
Merge branch 'master' into vcs-symbols 2017-12-14 23:17:29 +00:00
Buck Ryan 7f837ed02c
Merge pull request #333 from kc9jud/svn
svn: Update segment to ThreadedSegment
2017-12-12 15:35:04 -05:00
Buck Ryan ac031adbee
Merge pull request #335 from Stensby/master
Fix typos and inconsistent formatting in readme
2017-12-12 15:24:08 -05:00
ericLemanissier fba09ed096
fix package missing in cygwin
resolves #323
2017-12-11 12:44:47 +01:00
Michael Stensby c5a80667b9
Fix typos and inconsistent formatting in readme 2017-11-29 15:42:49 -07:00
Emanuel de Jesus d80fc8af82
Merge branch 'master' into vcs-symbols 2017-11-27 23:01:24 +00:00
Patrick Fasano 2fba29ee22
svn: Use Python 2-style super() call 2017-11-27 14:06:45 -05:00
Buck Ryan b6be8abb19
Merge pull request #332 from kc9jud/battery
battery: Add AC icon and low_threshold config
2017-11-27 10:12:03 -05:00
Patrick Fasano 7679889a79
svn: Update segment to ThreadedSegment 2017-11-25 21:19:57 -05:00
Patrick Fasano 6d99af1564
battery: Update README.md 2017-11-25 21:14:14 -05:00
Patrick Fasano e2d228cb79
Merge remote-tracking branch 'origin/master' into battery 2017-11-25 21:10:01 -05:00
Patrick Fasano a4f0674bec
battery: Rename low_battery_threshold to low_threshold 2017-11-25 21:09:23 -05:00
Buck Ryan 5a9f199e07 prepare 0.4.3 2017-11-25 17:48:03 -05:00
Buck Ryan 2853cd86db
Merge pull request #321 from jceaser/feature/variable_cwd
short path, long cwd
2017-11-25 17:44:26 -05:00
mikewaters 8d33e5542e
Added a note about theme color codes. 2017-11-10 12:03:10 -05:00
Thomas Cherry b601d52a3d making things very simple 2017-11-06 21:46:28 -05:00
Emanuel Angelo dee6ef0ded Applied symbols \u2B61\u20DF and \u2332 for bzr and fossil, respectively 2017-10-26 01:53:03 +01:00
Emanuel de Jesus 7c7e900bf0 Merge branch 'master' into vcs-symbols 2017-10-26 01:38:14 +01:00
Patrick Fasano 28ef36a355
battery: Add AC icon and low_battery_threshold config
* When fully charged on AC, show plug character (U+1F50C).
* Add config option to show percentage even if fully charged on AC.
* Add config option to set low battery threshold.
2017-10-20 14:23:57 -04:00
Thomas Cherry c599e7c34d making the config settings more human friendly 2017-10-19 06:42:22 -04:00
Thomas Cherry 3bc516f64d new config to not shrink the current directory, only the path 2017-10-17 22:23:19 -04:00
Buck Ryan 2f58402464 prepare 0.4.2 2017-10-16 18:10:44 -04:00
Buck Ryan f9d95e6520 Change repo new file symbol to ?
Fixes #300
2017-10-16 18:09:21 -04:00