Commit graph

100 commits

Author SHA1 Message Date
Łukasz Stelmach
52dad2cc8b Introduce JOLLY_COLOR_HOSTNAME
It is now possible to configure colors of the hostname segment independently.
Although it may seem contrary to the the spirit of the Jolly theme to limit
distractions for the user, it may actually help users quickly distingush
hosts they are working with.

If not set in a configuration file JOLLY_COLOR_HOSTNAME is initialized
with the value of JOLLY_COLOR_LITE.
2025-01-16 10:42:48 +01:00
a3de748347 fix(hostname): handle background color when failed 2025-01-11 20:50:14 +01:00
da773f822c feat(env): display env name before contents
Remove container duplicate.
2025-01-11 20:49:33 +01:00
9fb90f451e fix(hostname): was sometimes showing the username 2025-01-11 20:32:10 +01:00
steelman
afc9e26765 fix: change scope of _lp_jolly_make_env_inline_right
Make it visible outside of _lp_dotmatrix_make_env,
as its left counterpart.
2025-01-07 16:53:25 +01:00
Ludovic Rousseau
0c92a648ce
Some patches for README.md (#4)
doc(README): fix typos and deprecated features

- LP_ENABLE_VCS_DIFFSTATS no more exist and is not documented.
- Remove LP_ENABLE_UNCOMMITED.
2025-01-07 16:47:52 +01:00
3aaf5fa592 doc: more screenshots in design 2024-04-01 14:32:13 +02:00
ad41163634 doc: link to LP + screenshot 2024-04-01 14:23:39 +02:00
721554725d refactor: better emblem 2024-04-01 14:18:08 +02:00
5d8f9926b0 doc: add Jolly's emblem 2024-04-01 12:11:29 +02:00
194996ce45 refactor!: rename theme as "jolly" v3.0.0.alpha
BREAKING CHANGE: all configuration variables are renamed as `JOLLY_*` instead of `DOTMATRIX_*`.
2024-04-01 11:04:43 +02:00
8bbf831de9 doc(design): more on design.
- Move design sketches in /docs/
2024-03-23 13:25:40 +01:00
12f9894134 first draft 2024-02-05 19:59:39 +01:00
0348a77e02 fix: side section 2023-12-05 21:21:49 +01:00
cac5b1415d feat: dotvector theme 2023-12-05 16:38:59 +01:00
a75b4ef134 refactor: atomic theme assembling functions 2023-12-05 11:12:37 +01:00
74086c9fdd feat(remote): shorten "origin" as a pushpin
If the VCS remote name is "origin", then it will be shorten to DOTMATRIX_VCS_REMOTE_ORIGIN
2023-11-23 23:49:48 +01:00
be28a24b20 fix(mark): add a sudo mark
- Do not rely only on color, for some people may be colorblind.
  Adds an additional character, which can be set to '' for users not wanting it.
- Use a more centered square for the prompt mark.
2023-11-22 10:12:18 +01:00
fa47cd5309 refactor(vcs): make the branch name dark
- increase readibility with contrast
- avoid situations where the remote name pushes the commits at the same
  screen location than the diff, making it difficult to spot the change
2023-11-21 09:31:35 +01:00
b344f71398 bidon 2023-11-19 15:46:09 +01:00
e51375327b fix(sensors): incorrect separator 2023-11-19 14:13:29 +01:00
05b8a335c9 fix(ssh): do not color ssh if not asked 2023-11-19 14:06:50 +01:00
31e4b069fe feat(preset): all-blues 2023-11-18 10:48:26 +01:00
feff5deb6a fix(contrast): better color contrast 2023-11-18 10:35:06 +01:00
f056a4ce16 fix(OS): correctly display the OS
In line, to the right, because it is stable.
2023-11-18 06:59:45 +01:00
4c506c9365 feat(doc): Makefile for making screenshots 2023-11-15 08:38:48 +01:00
a251b6fe70 feat: version guard 2023-10-29 09:04:11 +01:00
bafa677f13 feat(vcs): supports remote name 2023-10-29 06:02:53 +01:00
abb98aeec2 feat: adds RAM, DISK and ENVVARS sensors 2023-10-29 05:32:24 +01:00
d6ca0d7f29 fix(slant): spacing 2023-10-29 04:37:23 +01:00
c77faa7bf4 update doc v2.2.0.alpha 2023-07-12 16:57:14 +02:00
aef05cac4b fix: remove useless spacing in the branch-stash plug 2023-07-12 16:38:32 +02:00
b44aa32f13 fix link when behind remote
- add link_reverse and link_opposed
- add a config in variants presets accordingly
2023-07-12 16:22:39 +02:00
Johann Dreo
1b3f3929b7 fix(modules): join internal fields 2023-05-11 15:43:15 +02:00
be04f28375 add container, os and modules to the middle section 2023-05-09 21:28:12 +02:00
906759634c BREAKING CHANGE: remove variants and use presets instead 2023-02-19 20:01:32 +01:00
a5690e7c8a move images in screenshots/ 2023-02-19 19:23:29 +01:00
ed6a44f26e fix(line): host hash color only the end of the line
Does not hinder readability of the dev env section.
2023-02-19 15:01:16 +01:00
c5eef33dad feat(host): color the middle line with the host hash
If LP_ENABLE_SSH_COLORS, the the middle line will be colored with the host hash.
2023-02-19 09:20:28 +01:00
45fda6cd5a fix readme 2023-02-19 09:20:17 +01:00
34d451b8cd use username IP for path links 2022-12-07 08:20:11 +01:00
1bd77c498b fix VCS function 2022-11-24 11:48:21 +01:00
7c27bac9f5 fix blt plug 2022-11-15 13:23:16 +01:00
ada275272c fix(vcs): correctly format when diff has 0 lines 2022-11-05 08:55:13 +01:00
688a83d1aa remove Zsh warning 2022-11-02 15:51:28 +01:00
255b2d261f fix missing array 2022-11-02 15:50:06 +01:00
df8f030257 fix bad quoting 2022-11-02 15:47:04 +01:00
4f9312af01 fix: working under Zsh 2022-11-02 15:31:45 +01:00
8083f63500 clean from shellcheck 2022-11-02 14:39:18 +01:00
7cd8fafe0d note readme about Zsh 2022-11-02 14:14:36 +01:00