[Update] bulk update

This commit is contained in:
2026-09-12 23:38:18 +02:00
parent 3ec2503f38
commit 675ce12b2e
162 changed files with 3348 additions and 2419 deletions
+14
View File
@@ -0,0 +1,14 @@
# run with `kitty --session ~/.config/kitty/c2.conf`
# create a new tab
new_tab c2
cd ~/projects/wingman/wm-clients/c2/c2-main/
launch --var window=first nvim
# open the session focused on nvim
focus
new_tab git
cd ~/projects/wingman/wm-clients/c2/c2-main/
launch --var window=second lazygit
+25
View File
@@ -0,0 +1,25 @@
# run with `kitty --session ~/.config/kitty/runners.conf`
##### TAB Logs #####
new_tab logs
layout splits
cd ~/projects/wingman/wm-clients/c2/c2-main/
# --hold keeps the window open if the process crashes
launch --var window=first --hold pnpm dev
launch --location=hsplit lazydocker
# resize_window wider 120
##### TAB Runners #####
new_tab runners
layout splits
launch --var window=first react-devtools
cd ~/software/wmclient/
launch --location=hsplit --hold ./wmsimulator.sh
resize_window taller 120
+46 -29
View File
@@ -1,61 +1,78 @@
## name: Catppuccin Mocha 🌿
## author: Pocco81 (https://github.com/Pocco81)
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
## blurb: Soothing pastel theme for the high-spirited!
# The basic colors
foreground #ffffff
background #262335
selection_foreground #262335
selection_background #f97e72
selection_foreground #1E1E2E
selection_background #F5E0DC
# Cursor colors
cursor #f97e72
cursor_text_color #262335
cursor #F5E0DC
cursor_text_color #1E1E2E
# URL underline color when hovering with mouse
url_color #f97e72
url_color #B4BEFE
# Kitty window border colors
active_border_color #CBA6F7
inactive_border_color #8E95B3
bell_border_color #EBA0AC
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
active_tab_foreground #11111B
active_tab_background #CBA6F7
inactive_tab_foreground #CDD6F4
inactive_tab_background #181825
# Colors for marks (marked text in the terminal)
mark1_foreground #262335
mark1_background #614D85
mark2_foreground #262335
mark2_background #614D85
mark3_foreground #262335
mark3_background #614D85
mark1_foreground #1E1E2E
mark1_background #87B0F9
mark2_foreground #1E1E2E
mark2_background #CBA6F7
mark3_foreground #1E1E2E
mark3_background #74C7EC
# The 16 terminal colors
# black
color0 #232530
# bright-black = dim/secondary text (menus, comments); was #232530 ≈ background so it
# rendered invisible. Lifted to the theme's muted lavender for legible dim text.
color8 #848bbd
color0 #43465A
color8 #43465A
# red
color1 #fe4450
color9 #fe4450
color1 #F38BA8
color9 #F38BA8
# green
color2 #72f1b8
color10 #72f1b8
color2 #A6E3A1
color10 #A6E3A1
# yellow
color3 #ff7edb
color11 #ff7edb
color3 #F9E2AF
color11 #F9E2AF
# blue
color4 #03edf9
color12 #03edf9
color4 #87B0F9
color12 #87B0F9
# magenta
color5 #fede5d
color13 #f3e70f
color5 #F5C2E7
color13 #F5C2E7
# cyan
color6 #03edf9
color14 #03edf9
color6 #94E2D5
color14 #94E2D5
# white
color7 #ffffff
color15 #ffffff
color7 #CDD6F4
color15 #A1A8C9