kitty rework

This commit is contained in:
lelgenio 2020-10-20 23:48:52 -03:00
parent 3810bcb88b
commit fcd7d62bb0
3 changed files with 27 additions and 42 deletions

View File

@ -9,8 +9,8 @@ variables:
username: lelgenio
mail: disroot.org
cursor_size: 24
launcher: bmenu
terminal: alacritty
launcher: wofi
terminal: kitty
bar: waybar
bar_pos: top
key:
@ -74,7 +74,7 @@ profiles:
red: '#D54E53'
green: '#008800'
yellow: '#A0A000'
blue: '#7AA6DA'
blue: '#0D68A8'
magenta: '#C397D8'
cyan: '#70C0BA'
white: '#EAEAEA'
@ -123,6 +123,8 @@ dotfiles: # {{{
kitty:
src: kitty.conf
dst: ~/.config/kitty/kitty.conf
actions:
- reload_fish
qutebrowser:
src: qutebrowser.py
dst: ~/.config/qutebrowser/config.py

View File

@ -110,6 +110,7 @@ end
# Autoreload{{{
function _fish_autoreload --on-signal HUP
source {{@@ _dotfile_abs_dst @@}}
kitty @ set-colors -a ~/.config/kitty/kitty.conf
end
#}}}
# }}}

View File

@ -1,49 +1,29 @@
# {{@@ header() @@}}
#
# _ ___ _ _
# | |/ (_) |_| |_ _ _
# | ' /| | __| __| | | |
# | . \| | |_| |_| |_| |
# |_|\_\_|\__|\__|\__, |
# |___/
font_family {{@@ font.mono @@}}
font_size 12
#colors
cursor {{@@ color.accent @@}}
background {{@@ color.bg @@}}
foreground {{@@ color.txt @@}}
{%@@ if color.type == 'dark' @@%}
background_opacity 0.98
{%@@ else @@%}
background_opacity 0.90
{%@@ endif @@%}
cursor {{@@ color.accent @@}}
background {{@@ color.bg @@}}
foreground {{@@ color.txt @@}}
background_opacity 0.95
color0 {{@@ color.normal.black @@}}
color1 {{@@ color.normal.red @@}}
color2 {{@@ color.normal.green @@}}
color3 {{@@ color.normal.yellow @@}}
color4 {{@@ color.normal.blue @@}}
color5 {{@@ color.normal.magenta @@}}
color6 {{@@ color.normal.cyan @@}}
# black
color0 #555555
color8 #888888
# red
color1 #9c3528
color9 #cc5757
# green
color2 #61bc3b
color10 #86df5d
# yellow
color3 #f3b43a
color11 #fdd75a
# blue
color4 #0d68a8
color12 #0f75bd
# magenta
color5 #744560
color13 #9e5e83
# cyan
color6 #288e9c
color14 #37c3d6
# white
color7 #a2a2a2
color15 #f9f9f9
scrollback_pager nvim -c "set ft=man noreadonly modifiable" -
# scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
@ -54,4 +34,6 @@ map control+shift+n launch --type=os-window --cwd=current
enable_audio_bell no
allow_remote_control yes
update_check_interval 0