Commit graph

88 commits

Author SHA1 Message Date
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
f6e7bed71a fix(error): add configurable space between mark and error 2022-11-01 07:54:49 +01:00
ecc3a396f4 fix(history): escape displayed commands 2022-11-01 07:54:29 +01:00
24d660cfdd disable history by default (slow) 2022-11-01 07:54:01 +01:00
c5fe937f62 feat(error meaning): use error meaning 2022-11-01 07:38:49 +01:00
0d53d15143 fix(hist): zsh string trim 2022-10-19 17:39:26 +02:00
ea0689b6f1 fix(load): use the adjusted metric 2022-10-19 09:00:02 +02: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
752173a433 fix(vcs): remove init of vcs diffstat config 2022-10-18 22:20:10 +02:00
95ad1f4534 fix(vcs): remove the useless "+" sign in ahead/behind commits section 2022-10-18 22:15:03 +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
ea11df19a2 fix(history): invert history's most and last position
Allows for a more visually stable line.
2022-10-18 21:30:05 +02:00