let's use kitty instead
This commit is contained in:
@ -5,6 +5,6 @@
|
|||||||
$filemanager = dolphin
|
$filemanager = dolphin
|
||||||
$applauncher = tofi-drun --drun-launch=true
|
$applauncher = tofi-drun --drun-launch=true
|
||||||
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
|
#$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'
|
$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
|
||||||
$capturing = grim -g "$(slurp)" - | swappy -f -
|
$capturing = grim -g "$(slurp)" - | swappy -f -
|
||||||
|
6
.config/kitty/kitty.conf
Normal file
6
.config/kitty/kitty.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
include colors.conf
|
||||||
|
background_opacity .3
|
||||||
|
background_blur 16
|
||||||
|
|
||||||
|
|
||||||
|
|
25
.config/wallust/templates/kitty.conf
Normal file
25
.config/wallust/templates/kitty.conf
Normal 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) }}
|
@ -44,4 +44,5 @@ waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.cs
|
|||||||
alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' }
|
alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' }
|
||||||
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' }
|
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' }
|
||||||
vscode = { template = 'vscode', target = '~/.cache/wal/colors' }
|
vscode = { template = 'vscode', target = '~/.cache/wal/colors' }
|
||||||
|
kitty = { template = 'kitty.conf', target = '~/.config/kitty/colors.conf'}
|
||||||
tofi = { template = 'tofi', target = '~/.config/tofi/config' }
|
tofi = { template = 'tofi', target = '~/.config/tofi/config' }
|
||||||
|
Reference in New Issue
Block a user