Commit graph

21 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
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
5d8f9926b0 doc: add Jolly's emblem 2024-04-01 12:11:29 +02:00
194996ce45 refactor!: rename theme as "jolly"
BREAKING CHANGE: all configuration variables are renamed as `JOLLY_*` instead of `DOTMATRIX_*`.
2024-04-01 11:04:43 +02: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
4c506c9365 feat(doc): Makefile for making screenshots 2023-11-15 08:38:48 +01:00
c77faa7bf4 update doc 2023-07-12 16:57:14 +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
45fda6cd5a fix readme 2023-02-19 09:20:17 +01:00
688a83d1aa remove Zsh warning 2022-11-02 15:51:28 +01:00
4f9312af01 fix: working under Zsh 2022-11-02 15:31:45 +01:00
7cd8fafe0d note readme about Zsh 2022-11-02 14:14:36 +01:00
fe21fc486a feat(jobs/sensors): add warning thresholds 2022-10-18 23:42:47 +02:00
1a03962d42 feat(err): adds DOTMATRIX_MARK_ERROR 2022-10-18 22:38:59 +02:00
0f5437bc1f feat(vcs): adds thresholds above which to use the warning color for VCS sections 2022-10-18 22:12:41 +02:00
a1f701eb1d feat: adds shell
- polish middle line display: always have starting and ending mark.
- adds a shell display (disabled by default)
2022-10-15 20:30:58 +02:00
249a89e304 feat: adds history section
- right-aligned on the middle line.
- shows the most used single-word command
- and the last command.
2022-10-15 13:16:59 +02:00
503659303e simplify setup 2022-10-06 22:07:13 +02:00
c8e94509de add readme and screenshots 2022-10-06 22:02:02 +02:00