mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: disable update notices for omp
This commit is contained in:
parent
cdedaf0c2d
commit
c72ff260db
1 changed files with 7 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||||
"palette": {
|
"palette": {
|
||||||
"os": "#ACB0BE",
|
"os": "#ACB0BE",
|
||||||
"closer": "p:os",
|
"closer": "p:os",
|
||||||
"pink": "#F5BDE6",
|
"pink": "#F5BDE6",
|
||||||
"lavender": "#B7BDF8",
|
"lavender": "#B7BDF8",
|
||||||
"blue": "#8AADF4"
|
"blue": "#8AADF4"
|
||||||
},
|
},
|
||||||
"blocks": [
|
"blocks": [
|
||||||
{
|
{
|
||||||
|
@ -63,5 +63,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"final_space": true,
|
"final_space": true,
|
||||||
"version": 2
|
"version": 2,
|
||||||
|
"disable_notice": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue