新增 niri/dms/gtk/qt/cava/fcitx5 等配置并添加 .gitignore
- 纳入版本管理: niri/(含 dms/), DankMaterialShell/, environment.d/, cava/, gtk-3.0/, gtk-4.0/, qt5ct/, qt6ct/, fcitx5/ - 新增 .gitignore: 排除 *.bak/*.backup*、fcitx5/conf/cached_layouts、 DankMaterialShell 运行时标志 - 同步已有的 kitty/nvim/.zshrc 修改
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
tab_bar_edge top
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style slanted
|
||||
tab_bar_align left
|
||||
tab_bar_min_tabs 2
|
||||
tab_bar_margin_width 0.0
|
||||
tab_bar_margin_height 2.5 1.5
|
||||
tab_bar_margin_color #101418
|
||||
|
||||
tab_bar_background #101418
|
||||
|
||||
active_tab_foreground #000000
|
||||
active_tab_background #42a5f5
|
||||
active_tab_font_style bold
|
||||
|
||||
inactive_tab_foreground #c2c7cf
|
||||
inactive_tab_background #101418
|
||||
inactive_tab_font_style normal
|
||||
|
||||
tab_activity_symbol " ● "
|
||||
|
||||
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]"
|
||||
active_tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]"
|
||||
@@ -0,0 +1,25 @@
|
||||
cursor #e0e2e8
|
||||
cursor_text_color #c2c7cf
|
||||
|
||||
foreground #e0e2e8
|
||||
background #101418
|
||||
selection_foreground #000000
|
||||
selection_background #8ab4f8
|
||||
url_color #42a5f5
|
||||
|
||||
color0 #101418
|
||||
color1 #ff3270
|
||||
color2 #42f558
|
||||
color3 #fff332
|
||||
color4 #1c8de8
|
||||
color5 #003e71
|
||||
color6 #42a5f5
|
||||
color7 #e8f4ff
|
||||
color8 #8d979f
|
||||
color9 #ff739e
|
||||
color10 #7cff8d
|
||||
color11 #fff77c
|
||||
color12 #60b8ff
|
||||
color13 #7cc4ff
|
||||
color14 #abd9ff
|
||||
color15 #f5faff
|
||||
+41
-24
@@ -1,28 +1,45 @@
|
||||
shell zsh
|
||||
# Font Configuration
|
||||
font_size 12.0
|
||||
|
||||
# 字体配置(Nerd Font)
|
||||
font_family JetBrainsMono Nerd Font
|
||||
# Window Configuration
|
||||
window_padding_width 12
|
||||
background_opacity 1.0
|
||||
background_blur 32
|
||||
hide_window_decorations yes
|
||||
|
||||
# Cursor Configuration
|
||||
cursor_shape block
|
||||
cursor_blink_interval 1
|
||||
|
||||
# Scrollback
|
||||
scrollback_lines 3000
|
||||
|
||||
# Terminal features
|
||||
copy_on_select yes
|
||||
strip_trailing_spaces smart
|
||||
|
||||
# Key bindings for common actions
|
||||
map ctrl+shift+n new_window
|
||||
map ctrl+t new_tab
|
||||
map ctrl+plus change_font_size all +1.0
|
||||
map ctrl+minus change_font_size all -1.0
|
||||
map ctrl+0 change_font_size all 0
|
||||
|
||||
# Tab configuration
|
||||
tab_bar_style powerline
|
||||
tab_bar_align left
|
||||
|
||||
# Shell integration
|
||||
shell_integration enabled
|
||||
|
||||
# Dank color generation
|
||||
include dank-tabs.conf
|
||||
include dank-theme.conf
|
||||
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="Maple Mono NF CN"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# font_size 12.0
|
||||
|
||||
# 背景透明度(0.0 完全透明 - 1.0 完全不透明)
|
||||
background_opacity 0.85
|
||||
|
||||
# 关闭窗口时无需二次确认
|
||||
confirm_os_window_close 0
|
||||
|
||||
# 光标样式
|
||||
cursor_shape beam
|
||||
cursor_blink_interval 0.5
|
||||
cursor_stop_blinking_after 15.0
|
||||
|
||||
# 光标拖尾动画
|
||||
cursor_trail 1
|
||||
cursor_trail_decay 0.1 0.4
|
||||
cursor_trail_start_threshold 2
|
||||
|
||||
# 光标颜色(Catppuccin Mocha)
|
||||
cursor #f5e0dc
|
||||
cursor_text_color #1e1e2e
|
||||
# END_KITTY_FONTS
|
||||
|
||||
Reference in New Issue
Block a user