François Schmidts
43e426d0e8
add configuration options and temperature mark
2013-04-22 23:22:32 +02:00
nojhan
91959b636a
Add an analog clock
...
Using `LP_TIME_ANALOG`, you can now display an analog clock instead of
numeric values. The analog clock is "accurate" to the nearest half hour.
2013-04-20 21:51:55 +02:00
nojhan
b7ffd46f9b
Add LP_PERCENTS_ALWAYS, can hide numeric values
...
Do you want to display the percentages of load/batteries along with their
corresponding marks? Set to 0 to only print the colored marks.
Defaults to 1 (display percentages)
2013-03-13 12:30:41 +01:00
nojhan
3aee03d3bb
Merge branch 'ps1' of https://github.com/ldidry/liquidprompt into develop
2013-03-12 21:50:07 +01:00
Luc Didry
48743da6e3
Fix custom.ps1 sourcing
2013-03-12 21:02:28 +01:00
nojhan
0ee5944f79
Differents colors for differents hosts you SSH in
...
Adds the LP_ENABLE_SSH_COLORS option to use a numeric hash of the hostname as the displayed color.
2013-03-12 00:02:04 +01:00
Nicolas LACOURTE
c5e642a09f
Add more generic test for screen/byobu/tmux title
2013-03-08 12:05:42 +01:00
François Schmidts
163e1cf5f3
issue #96 : a way to disable vcs depending on a list
...
redoing
forked from the wrong branch and couldn't add support for bazar
2013-01-23 13:36:29 +01:00
Clément MATHIEU
bb7efa5bd8
Add Bazaar support
...
The support is still quite limited:
- green if not modified
- red if modified (shelved changes are currently considered as changes)
- Current revno is displayed
TODO:
- Since bzr is slow to start, refactor liquidprompt to not invoke bzr twice (smarttag and bzr_prompt)
- Display not pushed changes
2013-01-18 17:23:09 +01:00
Johann Dreo
819c2c5ae2
manual merge
2013-01-16 15:47:47 +01:00
nojhan
36659d81ee
Merge pull request #91 from milouse/develop
...
Add support for Fossil SCM (the return)
2013-01-12 08:16:42 -08:00
Johann Dreo
1048cc7831
Escape configured sequences instead of bash ones ; bugfix: parse the whole prompt as a title ; LP_ENABLE_TITLE in the rc ; indent fixes
2013-01-11 14:18:24 +01:00
Johann Dreo
f34996baa6
Add an option to hide the logged user
...
LP_USER_ALWAYS=1 will display the user, even if he is the same than the logged one.
Defaults to 1 (always display the user), set to 0 if you want to hide the logged user (it will always display different users).
2013-01-11 10:15:12 +01:00
Étienne Deparis
2e8718f1d0
Changege the untracked behavior to the same as git. Fix branch display bug while browsing deep fossil repositories
2013-01-05 23:03:26 +01:00
Christophe Drevet
a50b988f59
LP_ENABLE_VCS_ROOT to enable use of VCS features with root
2013-01-04 12:13:00 +01:00
nojhan
6db36ab573
add an example of sourcing theme and ps1 config
2012-09-23 22:40:12 +02:00
nojhan
05defce9d2
liquidize the time feature
2012-08-17 16:31:45 +02:00
Luc Didry
05fcbe909a
Allow to disable load, battery, etc. in the rc file
...
Yes, much more config options, but it allows to lighten the prompt and
so improve its speed. I wanted to detect the useful parts by parsing the
theme but it seems impossible (I didn't find how).
2012-08-16 15:16:48 +02:00
Luc Didry
4b1f4646de
Use short name (MERCURIAL => HG) for variable LP_ENABLE_MERCURIAL
2012-08-16 10:40:20 +02:00
Luc Didry
36954546d7
Allow to disable git/svn/mercurial features
...
New variables in liquidpromptrc for that
2012-08-15 11:45:02 +02:00
nojhan
78b9aff683
config notab everywhere
2012-08-14 15:59:36 +02:00
nojhan
c90f31351c
add examples an explanations on how to make themes
2012-08-14 15:38:33 +02:00
nojhan
660bc29d8c
add configurable colormaps
2012-08-14 15:06:58 +02:00
nojhan
36fd1c8f52
color themes for VCS and battery marks
2012-08-14 14:35:20 +02:00
nojhan
7b4c68f919
Colors themes for most of the propmt parts
...
Set of parameters to change the colors, VCS still not themable.
2012-08-14 12:01:14 +02:00
François Schmidts
21808bb5e2
trusting default shell colors
...
supressing config option in configuration file
2012-08-14 00:56:27 +02:00
nojhan
7b8ba5e7f9
fix #26 : prefix with _lp_ or LP_ and local variables
2012-08-13 23:15:24 +02:00
nojhan
9fb2965c4b
adapter mark default set
2012-08-13 22:28:50 +02:00
nojhan
45fddb4517
feature #25 : unicode chars only for utf-8 charset, else latin
2012-08-13 22:23:43 +02:00
nojhan
2c73402a31
config option to always display the hostname
...
Do you want to display the hostname, even if not connected through network?
Use LP_HOSTNAME_ALWAYS. It defaults to 0 (do not display hostname when localy
connected). Set it to 1 if you want to always see the hostname.
2012-08-07 20:52:32 +02:00
nojhan
8d5d088f1d
move configuration variables in a separated file
2012-07-31 22:15:07 +02:00