let's use kitty instead

This commit is contained in:
2025-08-15 14:08:40 +02:00
parent ebe112090f
commit 09f3684972
4 changed files with 33 additions and 1 deletions

View File

@ -5,6 +5,6 @@
$filemanager = dolphin
$applauncher = tofi-drun --drun-launch=true
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
$terminal = alacritty
$terminal = kitty
$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
$capturing = grim -g "$(slurp)" - | swappy -f -

6
.config/kitty/kitty.conf Normal file
View File

@ -0,0 +1,6 @@
include colors.conf
background_opacity .3
background_blur 16

View File

@ -0,0 +1,25 @@
# uses https://codeberg.org/explosion-mental/wallust-templates/src/branch/master/kitty.conf
background {{ background }}
foreground {{ foreground }}
color0 {{ color0 }}
color1 {{ color1 }}
color2 {{ color2 }}
color3 {{ color3 }}
color4 {{ color4 }}
color5 {{ color5 }}
color6 {{ color6 }}
color7 {{ color7 }}
color8 {{ color8 }}
color9 {{ color9 }}
color10 {{ color10 }}
color11 {{ color11 }}
color12 {{ color12 }}
color13 {{ color13 }}
color14 {{ color14 }}
color15 {{ color15 }}
mark1_foreground {{ color6 | saturate(0.2) }}
mark2_foreground {{ color7 | saturate(0.2) }}
mark3_foreground {{ color6 | saturate(0.2) }}

View File

@ -44,4 +44,5 @@ waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.cs
alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' }
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' }
vscode = { template = 'vscode', target = '~/.cache/wal/colors' }
kitty = { template = 'kitty.conf', target = '~/.config/kitty/colors.conf'}
tofi = { template = 'tofi', target = '~/.config/tofi/config' }