From 09f36849721a80df9da4b55ca8b8d2b54131f5e8 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 15 Aug 2025 14:08:40 +0200 Subject: [PATCH] let's use kitty instead --- .config/hypr/config/defaults.conf | 2 +- .config/kitty/kitty.conf | 6 ++++++ .config/wallust/templates/kitty.conf | 25 +++++++++++++++++++++++++ .config/wallust/wallust.toml | 1 + 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .config/kitty/kitty.conf create mode 100644 .config/wallust/templates/kitty.conf diff --git a/.config/hypr/config/defaults.conf b/.config/hypr/config/defaults.conf index 197f93a..c42e52d 100644 --- a/.config/hypr/config/defaults.conf +++ b/.config/hypr/config/defaults.conf @@ -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 - diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..001f4d9 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,6 @@ +include colors.conf +background_opacity .3 +background_blur 16 + + + diff --git a/.config/wallust/templates/kitty.conf b/.config/wallust/templates/kitty.conf new file mode 100644 index 0000000..8946f8b --- /dev/null +++ b/.config/wallust/templates/kitty.conf @@ -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) }} diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml index c04d0ce..8b6289c 100644 --- a/.config/wallust/wallust.toml +++ b/.config/wallust/wallust.toml @@ -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' }