From 1335e49a5744f03e4515242e09c189ab5bb17e2f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 29 Oct 2024 22:05:02 +0100 Subject: [PATCH] Add more configs --- dotfiles/.config/kitty/kitty.conf | 57 +++++++++++++++++++ dotfiles/.config/lf/lfrc | 7 +++ dotfiles/.config/mpv/input.conf | 12 ++++ .../.config/mpv/script-settings/mpvDLNA.conf | 1 + 4 files changed, 77 insertions(+) create mode 100644 dotfiles/.config/kitty/kitty.conf create mode 100644 dotfiles/.config/lf/lfrc create mode 100644 dotfiles/.config/mpv/input.conf create mode 100644 dotfiles/.config/mpv/script-settings/mpvDLNA.conf diff --git a/dotfiles/.config/kitty/kitty.conf b/dotfiles/.config/kitty/kitty.conf new file mode 100644 index 0000000..2d6654d --- /dev/null +++ b/dotfiles/.config/kitty/kitty.conf @@ -0,0 +1,57 @@ +# vim:ft=kitty + +## name: Tokyo Night Storm +## license: MIT +## author: Folke Lemaitre +## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_storm.conf + + +background #24283b +foreground #c0caf5 +selection_background #2e3c64 +selection_foreground #c0caf5 +url_color #73daca +cursor #c0caf5 +cursor_text_color #24283b + +# Tabs +active_tab_background #7aa2f7 +active_tab_foreground #1f2335 +inactive_tab_background #292e42 +inactive_tab_foreground #545c7e +#tab_bar_background #1d202f + +# Windows +active_border_color #7aa2f7 +inactive_border_color #292e42 + +# normal +color0 #1d202f +color1 #f7768e +color2 #9ece6a +color3 #e0af68 +color4 #7aa2f7 +color5 #bb9af7 +color6 #7dcfff +color7 #a9b1d6 + +# bright +color8 #414868 +color9 #f7768e +color10 #9ece6a +color11 #e0af68 +color12 #7aa2f7 +color13 #bb9af7 +color14 #7dcfff +color15 #c0caf5 + +# extended colors +color16 #ff9e64 +color17 #db4b4b + +font_family MesloLGS NF +font_size 13.0 + +## Settings + +enable_audio_bell no diff --git a/dotfiles/.config/lf/lfrc b/dotfiles/.config/lf/lfrc new file mode 100644 index 0000000..021a148 --- /dev/null +++ b/dotfiles/.config/lf/lfrc @@ -0,0 +1,7 @@ +set hidden +set icons +set number +set relativenumber +set shell zsh +set promptfmt "\033[34;1m%d\033[0m\033[1m%f\033[0m" +map D $trash $fx diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf new file mode 100644 index 0000000..8f5349e --- /dev/null +++ b/dotfiles/.config/mpv/input.conf @@ -0,0 +1,12 @@ +ctrl+b script-binding toggle_mpvDLNA +; script-binding text_mpvDLNA +: script-binding command_mpvDLNA + +- add video-zoom -.25 ++ add video-zoom .25 + +ctrl+f5 add video-pan-y .05 +ctrl+f2 add video-pan-x -.05 +ctrl+f3 add video-pan-y -.05 +ctrl+f4 add video-pan-x .05 + diff --git a/dotfiles/.config/mpv/script-settings/mpvDLNA.conf b/dotfiles/.config/mpv/script-settings/mpvDLNA.conf new file mode 100644 index 0000000..8a0d9f6 --- /dev/null +++ b/dotfiles/.config/mpv/script-settings/mpvDLNA.conf @@ -0,0 +1 @@ +python_version=python