Commit graph

21 commits

Author SHA1 Message Date
Jan De Dobbeleer 2596022db3 theme(atomic): print right block correctly 2024-03-15 09:10:03 +01:00
Shravan Asati 5d24a56b2e theme(atomic): add space between double width icons 2024-03-05 12:59:44 +01:00
Prince Saini 2882451b28
theme(atomic): adjust java segment foreground color 2023-10-28 09:59:47 +02:00
Aditya Sakhare 13b4b8aa4a
theme(atomic): align segment colors
there was a bug in the color of diamond connecting OS logo and battery
2023-09-26 21:58:47 +02:00
Mike Schall 9d97256787 fix(theme): use small arrow like it was previously
This theme used to have a large arrow followed by a small arrow.
2023-08-21 07:53:08 +02:00
Jan De Dobbeleer f47da9592f feat(exit): implement pipestatus
BREAKING CHANGE: exit segment is now called status segment.

The exit keyword is now deprecated and will be removed in a future
release. Please use the status keyword instead:

```diff
"segments": {
    {
-     "type": "exit"
+     "type": "status"
    }
}
```

Additionally, the status segment configuration has changed to support
$PIPESTATUS. You can include a status template to customize the
rendering of each individual status code (supported in fish, zsh and
bash).

```json
"segments": {
    {
        "type": "status",
        "properties": {
            "status_template": "{{ if gt .Code 0 }}\uf071{{ else }}\uf00c{{ end }}",
            "status_separator": " "
        }
    }
}
```

In case no $PIPESTATUS is available, the status segment will fall back
to the exit code of the last command using the status template
for rendering.

The `{{ .Meaning }}` property has been marked as deprecated and can be
replaced with `{{ reason .Code }}`, allowing it to be reused in
cross segment templates.

resolves #4070
2023-07-24 11:46:33 +02:00
Jan De Dobbeleer c57975985f fix(font): migrate away from material icons
resolves #3818
2023-05-09 11:32:04 +02:00
Jan De Dobbeleer 9663a29fe6
feat(font): update to Nerd Font V3
BREAKING CHANGE: this deprecates support for Nerd Font V2 and
requires a compatible V3 Nerd Font. Note for users experiencing
issues with icons, update to the latest Nerd Font of your choice
2023-05-08 13:33:59 +02:00
Jan De Dobbeleer 17f75fa1ff refactor(git): no leading space on branch status 2022-09-07 18:04:41 +02:00
Michael T. Schall c13a5c8df8
theme(atomic): use actual characters for OS 2022-07-20 09:31:00 +02:00
Jan De Dobbeleer 859fd0bbef feat: add osc7 support
resolves #2515
2022-07-13 13:59:21 +02:00
evanfuture a4e8bc1b60 feat: nx segment 2022-05-27 17:52:08 +02:00
Jan De Dobbeleer ee3b1127de feat: move template to segment 2022-03-27 15:42:42 +02:00
Jan De Dobbeleer aba4093aba feat: filler between blocks 2022-02-04 19:42:26 +01:00
Jan De Dobbeleer 86db860fe6 theme: migrate all 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer f5178e8c8c feat: remove enable_hyperlink 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer b816a0bf70 feat: templates for all segments 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer 29afb86e61 feat(python): virtual env in template 2021-12-04 13:13:05 +01:00
Jan De Dobbeleer b94e96dd15 refactor(battery): remove legacy properties 2021-11-25 13:59:36 +01:00
Luis Felipe Sánchez 737db78bdc
theme: add atomic bit
* oh-my-posh theme

New Atomic Style Theme by lfelipe1501

* Atomic Theme for oh-my-posh

Update theme

* Update atomic.omp.json

improved and adjusted attending the recommended improvements

* Update Theme Atomic

Small fixes and improvements

* New Theme Atomic Bundle Style

New Theme more bash style retro...
2021-11-24 13:08:13 +01:00
Luis Felipe Sánchez accf46420f
theme: add atomic 2021-11-20 21:31:13 +01:00