Remove kitty lig and bell, ucode in omp rather actual char

This commit is contained in:
Antonin Ruan
2025-05-27 20:25:59 +02:00
parent e62bcd9298
commit c1db7855a2
2 changed files with 12 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ include github-dark-dimmed.conf
map f1 launch --type=tab map f1 launch --type=tab
map f2 launch --cwd=current --type=tab map f2 launch --cwd=current --type=tab
enable_audio_bell no
# BEGIN_KITTY_FONTS # BEGIN_KITTY_FONTS
font_family family="Iosevka" font_family family="Iosevka"
@@ -13,4 +14,5 @@ font_size 18.0
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto
disable_ligatures always
# END_KITTY_FONTS # END_KITTY_FONTS

View File

@@ -4,16 +4,16 @@ blocks:
- type: prompt - type: prompt
alignment: left alignment: left
segments: segments:
- template: ╭─ - template: "\u256d\u2500"
foreground: "#585858" foreground: "#585858"
type: text type: text
style: plain style: plain
- template: " {{ if .WSL }}WSL at {{ end }}\uF303 " - template: " {{ if .WSL }}WSL at {{ end }}\uF303 "
foreground: "#26C6DA" foreground: "#26C6DA"
background: "#303030" background: "#303030"
type: os type: os
style: plain style: plain
- template: - template: "\ue0b1"
foreground: "#8a8a8a" foreground: "#8a8a8a"
background: parentBackground background: parentBackground
type: text type: text
@@ -31,7 +31,7 @@ blocks:
type: path type: path
style: plain style: plain
- properties: - properties:
branch_icon: <b> </b> branch_icon: "<b>\uf126 </b>"
fetch_status: true fetch_status: true
fetch_upstream_icon: true fetch_upstream_icon: true
git_icon: "\uf1d3 " git_icon: "\uf1d3 "
@@ -42,7 +42,7 @@ blocks:
background: parentBackground background: parentBackground
type: git type: git
style: plain style: plain
- template: - template: "\ue0b0"
foreground: parentBackground foreground: parentBackground
background: transparent background: transparent
type: text type: text
@@ -50,9 +50,9 @@ blocks:
newline: true newline: true
- type: prompt - type: prompt
alignment: right alignment: right
filler: "<#585858>-</>" filler: "<#585858>\u2500</>"
segments: segments:
- template: - template: "\ue0b2"
foreground: parentForeground foreground: parentForeground
background: transparent background: transparent
type: text type: text
@@ -96,7 +96,7 @@ blocks:
background: parentBackground background: parentBackground
type: time type: time
style: plain style: plain
- template: ─╮ - template: "\u2500\u256e"
foreground: "#585858" foreground: "#585858"
background: transparent background: transparent
type: text type: text
@@ -104,14 +104,14 @@ blocks:
- type: prompt - type: prompt
alignment: left alignment: left
segments: segments:
- template: "╰─ " - template: "\u2570\u2500 "
foreground: "#585858" foreground: "#585858"
type: text type: text
style: plain style: plain
newline: true newline: true
- type: rprompt - type: rprompt
segments: segments:
- template: ─╯ - template: "\u2500\u256f"
foreground: "#585858" foreground: "#585858"
type: text type: text
style: plain style: plain