Tiago Bovolin
f3f2985543
theme(spaceship): move prompt below user
2021-12-04 00:25:33 +01:00
Jan De Dobbeleer
a08a3a9a21
feat(session): refactor for template
2021-12-03 23:50:50 +01:00
will
274ec4ad12
feat(winreg): fix squash merge
2021-11-29 16:22:03 +01:00
will
18570c9cd0
feat(winreg): squashed commits
2021-11-29 16:22:03 +01:00
John Lunn
06e1b3ab8b
theme: add festivetech
...
this theme is a bit special and needs the following in your
PowerShell profile to work correctly:
function Set-EnvVars {
$now = [DateTime]::Now
$env:DAYS = ([Datetime](“12/25/” + $now.Year) – $Now).Days
}
New-Alias -Name 'Set-PoshContext' -Value 'Set-EnvVars' -Scope Global -Force
happy holidays!
2021-11-26 23:43:54 +01:00
Stefan Hacker
7a73bcff0b
feat: enable kubectl segment to read kubeconfig
...
This extends the kubectl segment to optionally not rely on the
kubectl command and instead to directly parse kubeconfig files like
kubectl does. This is meant as a performance optimization similar
to how the git segment can determine the current branch itself
without calling to git. Especially on Windows and in the presence
other factors slowing process creation like like AntiVirus this
can make shells using the segment considerably more responsive.
The functionality is enabled using the new parse_kubeconfig prop.
It defaults to false to prevent breaking existing users in case
there are any unanticipated behavioral changes.
Additionally the new template properties Cluster and User were
added as they are easily available and helpful in kubectl
setups with more elaborate configuration.
2021-11-26 18:22:40 +01:00
Jan De Dobbeleer
b94e96dd15
refactor(battery): remove legacy properties
2021-11-25 13:59:36 +01:00
Jan De Dobbeleer
17751107a8
feat(windows): registry query segment
2021-11-24 14:24:02 +01:00
Jul Guga
68c07a7f24
theme: update night-owl
...
* update: theme night-owl
- Added sysinfo & php segment
- Changed java background color
- Small fixes
* theme: update night-owl
- Added sysinfo & php segment
- Changed java background color
- Small fixes
2021-11-24 13:08:51 +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
Mike Sigsworth
9232a039ec
docs: added wifi docs and schema
2021-11-24 11:31:43 +01:00
Yehor Borkov
9ecd7c09a4
feat(palette): a map of named color values
...
introducing a map of named standard color
values that can be referenced in theme segments
2021-11-22 15:25:56 +01:00
Jul Guga
0247b329c1
theme: update night-owl
...
- Added custom title bar
- Changed home & folder icon
- Changed background_template colors in git segment
- Added fetch_stash_count & fetch_worktree_count
- Changed template properties in git segment
- Added shell segment
- Changed style of the right prompt
- Added transient_prompt
2021-11-22 08:48:19 +01:00
Luis Felipe Sánchez
accf46420f
theme: add atomic
2021-11-20 21:31:13 +01:00
lnu
25be370618
feat(sysinfo): sysinfo segment
...
cpu, mem, load, ...
2021-11-19 13:44:00 +01:00
Jan De Dobbeleer
366767accd
theme: replace \ufa1e with \ufbab
...
closes #1239
2021-11-16 16:46:40 +01:00
Stefan
789d2c2269
fix: remove unsupported icons from minimal themes
2021-11-15 11:26:22 +00:00
Jan De Dobbeleer
f850f3b805
feat(exit): add template properties
2021-11-15 11:39:34 +01:00
Jan De Dobbeleer
2040771190
feat(env): add template properties
2021-11-15 11:39:34 +01:00
Jan De Dobbeleer
19544bff9b
docs: informative layout
2021-11-12 19:16:40 +01:00
sectorogo
9dbe35e1ff
theme: update nu4a
...
- Added dynamic title bar
- Added folder hyperlink
- Added folder icons
- Changed admin indicator
2021-11-11 21:00:21 +01:00
Jan De Dobbeleer
2d25c59c00
fix(git): remove Repo struct
2021-11-09 17:16:37 +01:00
Jan De Dobbeleer
7a5bccf101
fix(git): correct color templates functions
2021-11-09 13:26:59 +01:00
Jan De Dobbeleer
17a53f63bd
fix(schema): correct property names
2021-11-09 13:26:59 +01:00
Jan De Dobbeleer
bf16671587
refactor(git): add upstream icons
2021-11-09 13:26:59 +01:00
Jan De Dobbeleer
793ac2cd97
fix(angular): json schema in line with implementation
2021-11-09 13:26:59 +01:00
Jan De Dobbeleer
d29a6befd9
refactor: adjust themes to new git segment properties
2021-11-09 13:26:59 +01:00
Jan De Dobbeleer
42f18697fd
refactor(git): move deprecated functions
2021-11-09 13:26:59 +01:00
Zh_Jk
d04dff5538
fix(theme): pure
2021-11-07 12:45:24 +01:00
Jan De Dobbeleer
9323f89704
feat(color): allow override from parent
...
BREAKING CHANGE: this removes the inherit keyword used in color
overrides. Migration from inherit to parentBackground or
parentForeground is needed to stay compatible.
2021-11-06 13:29:31 +01:00
lnu
67ce40e7d7
feat(owm): add template support
2021-11-03 11:07:36 +02:00
xtoys
545213022f
theme: add xtoys
2021-11-02 15:34:56 +02:00
Quốc Hùng
cd5b560435
theme: add mojada
2021-11-02 08:15:59 +02:00
Laurent Nullens
d789b3c252
fix(theme): unicorn
2021-10-28 09:57:47 +02:00
lnu
42aac1fbf4
feat: php language segment
2021-10-27 12:57:15 +02:00
Laurent Nullens
457cd35e64
theme(jandedobbeleer): fix space in executiontime segment
...
fix space issue with windows terminal
2021-10-27 10:28:21 +02:00
Jul Guga
224bc0a5b2
theme: night owl
2021-10-25 19:25:14 +02:00
Jainam Desai
ab49de2358
fix: type in theme schema
2021-10-25 19:24:06 +02:00
Jan De Dobbeleer
010f326e60
theme: remove weird offset for iterm
2021-10-17 14:54:34 +02:00
Thomas Adams
f08c283105
feat: angular cli segment
2021-10-17 13:30:55 +02:00
Paris Qian
5db8f0fbe5
theme: add hunk
2021-10-17 13:30:55 +02:00
lnu
06e5a24a0b
chore(schema): languages segment updated with enable_hyperlink
...
enable_hyperlink added to segments that support it.
java segment title fixe.
2021-10-17 08:51:55 +02:00
Sagar Yadav
d0d4b2d4d6
theme: update negligible
2021-10-16 16:27:05 +02:00
Emanuele Bartolesi
6bd1065101
theme: add unicorn
2021-10-16 16:15:52 +02:00
Julien Bonnier
d3c07ffd32
theme: add jblab_2021
2021-10-14 08:24:14 +02:00
Jack Tracey
93c95fe578
theme: add jtracey93
2021-10-13 01:04:58 +02:00
Jan De Dobbeleer
f62f6164ac
fix: correct ending for plague
2021-10-07 20:36:55 +02:00
Jan De Dobbeleer
960ad43683
fix: powerline rainbow compatibility
...
resolves #1026
2021-10-07 20:36:55 +02:00
AmRo
356dda306c
theme: add amro
2021-10-05 17:36:43 +02:00
Jan De Dobbeleer
1bf67c22c5
fix(theme): remove incorrect background color
...
resolves #1019
2021-10-03 07:37:09 +02:00