From a974749f7aeda0e028ee0fd0ccb41f6edffe456e Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:21:31 +0500 Subject: [PATCH] chore:update and sync submodules --- .config/kitty/kitty.conf | 2 +- .config/lf/lfrc | 4 +-- .config/nvim | 2 +- .config/suckless/st | 2 +- .config/zathura/zathurarc | 61 ++++++++++++++++++++------------------- 5 files changed, 36 insertions(+), 35 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 1c70617..3a6e8b2 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -16,7 +16,7 @@ bold_italic_font Jameel Noori Nastaleeq enabled_layouts * window_border_width 1 window_margin_width 0 -window_padding_width 5 10 25 +window_padding_width 5 10 active_border_color #282c34 inactive_border_color #22262d inactive_text_alpha 1.0 diff --git a/.config/lf/lfrc b/.config/lf/lfrc index dcbe220..fa9c16f 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -6,7 +6,7 @@ set icons set nohidden set period 1 set sortby ext -set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml:*.srt" +set hiddenfiles ".*:*.aux:*.log:*.bbl:*.bcf:*.blg:*.run.xml:*.srt:compile_flags.txt" set promptfmt "\033[32m \033[35;1m%d\033[0m\033[1m%f\033[0m" set autoquit true @@ -24,8 +24,6 @@ cmd on-cd &{{ lf -remote "send $id set promptfmt \"$fmt\"" }} -on-cd - cmd open ${{ case $(file --mime-type "$(readlink -f $f)" -b) in application/vnd.openxmlformats-officedocument.spreadsheetml.sheet) localc $fx ;; diff --git a/.config/nvim b/.config/nvim index 29104e8..ffee7f2 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 29104e8c630e32a91b2d8abed230ddc645ad0949 +Subproject commit ffee7f2ab91d42e1b44af5ca961cbd0c8dda1810 diff --git a/.config/suckless/st b/.config/suckless/st index b5218d4..9b7c9fe 160000 --- a/.config/suckless/st +++ b/.config/suckless/st @@ -1 +1 @@ -Subproject commit b5218d4f77e882e2b2a6632e723cc7230ab27f3f +Subproject commit 9b7c9fe90730f36da17d64d85492dca97b6f2ade diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 0444a48..3a75487 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,35 +1,38 @@ # vim: filetype=zathurarc -set database sqlite -set notification-error-bg "#f7768e" -set notification-error-fg "#a0a8cd" -set notification-warning-bg "#e0af68" -set notification-warning-fg "#414868" -set notification-bg "#1a1b26" -set notification-fg "#a0a8cd" -set completion-bg "#1a1b26" -set completion-fg "#a9b1d6" -set completion-group-bg "#1a1b26" -set completion-group-fg "#a9b1d6" -set completion-highlight-bg "#414868" -set completion-highlight-fg "#a0a8cd" -set index-bg "#1a1b26" -set index-fg "#a0a8cd" -set index-active-bg "#414868" -set index-active-fg "#a0a8cd" -set inputbar-bg "#1a1b26" -set inputbar-fg "#a0a8cd" -set statusbar-bg "#1a1b26" -set statusbar-fg "#a0a8cd" -set highlight-color "#e0af68" -set highlight-active-color "#9ece6a" -set default-bg "#1a1b26" -set default-fg "#a0a8cd" -set render-loading-fg "#1a1b26" -set render-loading-bg "#a0a8cd" -set recolor-lightcolor "#1a1b26" -set recolor-darkcolor "#a0a8cd" +# Tokyonight Moon +# https://github.com/folke/tokyonight.nvim/blob/main/extras/zathura/tokyonight_moon.zathurarc +set notification-error-bg "#ff757f" +set notification-error-fg "#c8d3f5" +set notification-warning-bg "#ffc777" +set notification-warning-fg "#444a73" +set notification-bg "#222436" +set notification-fg "#c8d3f5" +set completion-bg "#222436" +set completion-fg "#828bb8" +set completion-group-bg "#222436" +set completion-group-fg "#828bb8" +set completion-highlight-bg "#444a73" +set completion-highlight-fg "#c8d3f5" +set index-bg "#222436" +set index-fg "#c8d3f5" +set index-active-bg "#444a73" +set index-active-fg "#c8d3f5" +set inputbar-bg "#222436" +set inputbar-fg "#c8d3f5" +set statusbar-bg "#222436" +set statusbar-fg "#c8d3f5" +set highlight-color "#ffc777" +set highlight-active-color "#c3e88d" +set default-bg "#222436" +set default-fg "#c8d3f5" +set render-loading true +set render-loading-fg "#222436" +set render-loading-bg "#c8d3f5" +set recolor-lightcolor "#222436" +set recolor-darkcolor "#c8d3f5" +set database sqlite set statusbar-h-padding 0 set statusbar-v-padding 0 set page-padding 1