From c6ea459a8ddd679bd53a3d9baa14c6166967898b Mon Sep 17 00:00:00 2001 From: Lord_Devi Date: Sun, 28 Jul 2024 19:50:39 -0400 Subject: [PATCH] Porting over more configs. --- .config/alacritty/alacritty.toml | 445 +++++++++++++++++++++++ .config/alacritty/theme.toml | 1 + .config/alacritty/themes | 1 + .config/aria2/aria2.conf | 33 ++ .config/awesome/rc.lua | 3 +- .config/bat/config | 1 + .config/kitty/kitty.conf | 2 +- .config/nvim/init.vim | 2 + .config/picom/picom.conf | 6 +- .config/vim/common-vim-settings.vim | 4 +- .config/vim/vimrc | 3 + .config/yadm/shell-extras.d/04-neovim.sh | 1 + 12 files changed, 495 insertions(+), 7 deletions(-) create mode 100644 .config/alacritty/alacritty.toml create mode 120000 .config/alacritty/theme.toml create mode 120000 .config/alacritty/themes create mode 100644 .config/aria2/aria2.conf create mode 100644 .config/bat/config diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..ab295e2 --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -0,0 +1,445 @@ +#background_opacity = 1.0 +#dynamic_title = true +#live_config_reload = true +#"window.opacity" = 1.0 + +#[bell] +#animation = "EaseOutExpo" +#color = "#ffffff" +#duration = 1 + +[colors] +draw_bold_text_with_bright_colors = false + +[cursor] +style = "Block" +thickness = 0.15 +unfocused_hollow = true +vi_mode_style = "None" + +[debug] +log_level = "Warn" +persistent_logging = false +print_events = false +render_timer = false + +#[env] +#TERM = "alacritty" +#gtk_theme_variant = "None" +#title = "Alacritty" +# +#[env.class] +#general = "Alacritty" +#instance = "Alacritty" + +[font] +size = 12.0 + +[font.bold] +family = "JetBrainsMono Nerd Font" +style = "Bold" + +[font.bold_italic] +family = "JetBrainsMono Nerd Font" +style = "Bold Italic" + +[font.italic] +family = "JetBrainsMono Nerd Font" +style = "Italic" + +[font.normal] +family = "JetBrainsMono Nerd Font" +style = "Medium" + +# Colors (Solarized Osaka) +# Source https://github.com/craftzdog/solarized-osaka.nvim + +# Default colors +[colors.primary] +background = '#001a1d' +foreground = '#839496' + +# Normal colors +[colors.normal] +black = '#073642' +red = '#dc322f' +green = '#859900' +yellow = '#b58900' +blue = '#268bd2' +magenta = '#d33682' +cyan = '#2aa198' +white = '#eee8d5' + +# Bright colors +[colors.bright] +black = '#4c4c4c' +red = '#cb4b16' +green = '#586e75' +yellow = '#657b83' +blue = '#839496' +magenta = '#6c71c4' +cyan = '#93a1a1' +white = '#fdf6e3' + +#[[keyboard.bindings]] +#action = "Paste" +#key = "Paste" +# +#[[keyboard.bindings]] +#action = "Copy" +#key = "Copy" +# +#[[keyboard.bindings]] +#action = "ClearLogNotice" +#key = "L" +#mods = "Control" +# +#[[keyboard.bindings]] +#chars = "\f" +#key = "L" +#mode = "~Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "ScrollPageUp" +#key = "PageUp" +#mode = "~Alt" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "ScrollPageDown" +#key = "PageDown" +#mode = "~Alt" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "ScrollToTop" +#key = "Home" +#mode = "~Alt" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "ScrollToBottom" +#key = "End" +#mode = "~Alt" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "ScrollToBottom" +#key = "Space" +#mode = "Vi" +#mods = "Shift|Control" +# +#[[keyboard.bindings]] +#action = "ToggleViMode" +#key = "Space" +#mods = "Shift|Control" +# +#[[keyboard.bindings]] +#action = "ClearSelection" +#key = "Escape" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ScrollToBottom" +#key = "I" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ToggleViMode" +#key = "I" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ScrollLineUp" +#key = "Y" +#mode = "Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "ScrollLineDown" +#key = "E" +#mode = "Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "ScrollToTop" +#key = "G" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ScrollToBottom" +#key = "G" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "ScrollPageUp" +#key = "B" +#mode = "Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "ScrollPageDown" +#key = "F" +#mode = "Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "ScrollHalfPageUp" +#key = "U" +#mode = "Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "ScrollHalfPageDown" +#key = "D" +#mode = "Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "Copy" +#key = "Y" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ClearSelection" +#key = "Y" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ClearSelection" +#key = "Copy" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ToggleNormalSelection" +#key = "V" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "ToggleLineSelection" +#key = "V" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "ToggleBlockSelection" +#key = "V" +#mode = "Vi" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "ToggleSemanticSelection" +#key = "V" +#mode = "Vi" +#mods = "Alt" +# +#[[keyboard.bindings]] +#action = "Open" +#key = "Return" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Up" +#key = "K" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Down" +#key = "J" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Left" +#key = "H" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Right" +#key = "L" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Up" +#key = "Up" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Down" +#key = "Down" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Left" +#key = "Left" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Right" +#key = "Right" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "First" +#key = "Key0" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "Last" +#key = "Key4" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "FirstOccupied" +#key = "Key6" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "High" +#key = "H" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "Middle" +#key = "M" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "Low" +#key = "L" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "SemanticLeft" +#key = "B" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "SemanticRight" +#key = "W" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "SemanticRightEnd" +#key = "E" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "WordLeft" +#key = "B" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "WordRight" +#key = "W" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "WordRightEnd" +#key = "E" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "Bracket" +#key = "Key5" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "SearchForward" +#key = "Slash" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "SearchBackward" +#key = "Slash" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "SearchNext" +#key = "N" +#mode = "Vi" +# +#[[keyboard.bindings]] +#action = "SearchPrevious" +#key = "N" +#mode = "Vi" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "Paste" +#key = "V" +#mods = "Control|Shift" +# +#[[keyboard.bindings]] +#action = "Copy" +#key = "C" +#mods = "Control|Shift" +# +#[[keyboard.bindings]] +#action = "SearchForward" +#key = "F" +#mods = "Control|Shift" +# +#[[keyboard.bindings]] +#action = "SearchBackward" +#key = "B" +#mods = "Control|Shift" +# +#[[keyboard.bindings]] +#action = "ClearSelection" +#key = "C" +#mode = "Vi" +#mods = "Control|Shift" +# +#[[keyboard.bindings]] +#action = "PasteSelection" +#key = "Insert" +#mods = "Shift" +# +#[[keyboard.bindings]] +#action = "ResetFontSize" +#key = "Key0" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "IncreaseFontSize" +#key = "Equals" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "IncreaseFontSize" +#key = "Add" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "DecreaseFontSize" +#key = "Subtract" +#mods = "Control" +# +#[[keyboard.bindings]] +#action = "DecreaseFontSize" +#key = "Minus" +#mods = "Control" +# +#[[mouse.bindings]] +#action = "PasteSelection" +#mouse = "Middle" +# +#[scrolling] +#history = 10000 +#multiplier = 3 +# +#[selection] +#save_to_clipboard = false +#semantic_escape_chars = ",│`|:\"' ()[]{}<>\t" diff --git a/.config/alacritty/theme.toml b/.config/alacritty/theme.toml new file mode 120000 index 0000000..e183217 --- /dev/null +++ b/.config/alacritty/theme.toml @@ -0,0 +1 @@ +../../.local/opt/git/git.mgk.one/x11-term/alacritty.alacritty-theme/themes/solarized_osaka.toml \ No newline at end of file diff --git a/.config/alacritty/themes b/.config/alacritty/themes new file mode 120000 index 0000000..79aeb36 --- /dev/null +++ b/.config/alacritty/themes @@ -0,0 +1 @@ +../../.local/opt/git/git.mgk.one/x11-term/alacritty.alacritty-theme/themes \ No newline at end of file diff --git a/.config/aria2/aria2.conf b/.config/aria2/aria2.conf new file mode 100644 index 0000000..b5acaf3 --- /dev/null +++ b/.config/aria2/aria2.conf @@ -0,0 +1,33 @@ +# $HOME/.config/aria2/aria2.conf + +# error handling +timeout=60 +connect-timeout=30 +max-tries=5 +retry-wait=10 +max-file-not-found=1 + +# downloading +split=3 +max-connection-per-server=3 +min-split-size=1M +max-concurrent-downloads=5 +file-allocation=none +remote-time=true +conditional-get=true +no-netrc=true + +# resuming +continue=true +allow-overwrite=true +always-resume=false + +# proxy +#http-proxy=127.0.0.1:8080 +#https-proxy=127.0.0.1:8080 +#ftp-proxy=127.0.0.1:8080 + +# console +#quiet=true +console-log-level=warn +summary-interval=0 diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 21baa7a..c6757fd 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -72,7 +72,8 @@ local themes = { local chosen_theme = themes[12] local modkey = "Mod4" local altkey = "Mod1" -local terminal = "kitty" +--local terminal = "kitty" +local terminal = "alacritty" local vi_focus = false -- vi-like client focus https://github.com/lcpz/awesome-copycats/issues/275 local cycle_prev = true -- cycle with only the previously focused client or all https://github.com/lcpz/awesome-copycats/issues/274 local editor = "neovide" diff --git a/.config/bat/config b/.config/bat/config new file mode 100644 index 0000000..a306de5 --- /dev/null +++ b/.config/bat/config @@ -0,0 +1 @@ +--theme solarized-dark diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 223ef19..6474d89 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -549,7 +549,7 @@ background #000000 #: The foreground and background colors -background_opacity 0.9 +background_opacity 1 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 550ab2f..d872855 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -45,6 +45,7 @@ Plug '~/.local/opt/git/git.mgk.one/nvim/norcalli.nvim-colorizer.lua' ""Plug '~/.local/opt/git/git.mgk.one/nvim/ishan9299.modus-theme-vim' ""Plug '~/.local/opt/git/git.mgk.one/nvim/maxmx03.dracula.nvim' ""Plug '~/.local/opt/git/git.mgk.one/nvim/maxmx03.solarized.nvim' +Plug '~/.local/opt/git/git.mgk.one/nvim/craftzdog.solarized-osaka.nvim' ""Plug '~/.local/opt/git/git.mgk.one/vim/lifepillar.vim-solarized8', { 'branch': 'neovim' } @@ -81,3 +82,4 @@ lua require'colorizer'.setup() ""colorscheme solarized8_high ""colorscheme solarized +colorscheme solarized-osaka diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a06c560..d49533c 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -104,11 +104,11 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) #inactive-opacity = 1 -inactive-opacity = 0.80; +inactive-opacity = 0.9; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) #frame-opacity = 1.0 -frame-opacity = 0.80; +frame-opacity = 0.50; # Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows. # inactive-opacity-override = true @@ -116,7 +116,7 @@ inactive-opacity-override = false; # Default opacity for active windows. (0.0 - 1.0, defaults to 1.0) #active-opacity = 0.90 -active-opacity = 0.85 +active-opacity = 0.95 # Dim inactive windows. (0.0 - 1.0, defaults to 0.0) inactive-dim = 0.1 diff --git a/.config/vim/common-vim-settings.vim b/.config/vim/common-vim-settings.vim index 02da567..296eac9 100644 --- a/.config/vim/common-vim-settings.vim +++ b/.config/vim/common-vim-settings.vim @@ -90,5 +90,5 @@ set clipboard+=unnamedplus """" ""colorscheme nord ""colorscheme gotham256 -set background=dark -colorscheme solarized +""set background=dark +""colorscheme solarized diff --git a/.config/vim/vimrc b/.config/vim/vimrc index c744875..01a9d03 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -59,3 +59,6 @@ call plug#end() "" Enable termguicolors for clrzr. set termguicolors + +set background=dark +colorscheme solarized diff --git a/.config/yadm/shell-extras.d/04-neovim.sh b/.config/yadm/shell-extras.d/04-neovim.sh index b97442a..55958e6 100755 --- a/.config/yadm/shell-extras.d/04-neovim.sh +++ b/.config/yadm/shell-extras.d/04-neovim.sh @@ -66,6 +66,7 @@ _define_neovim_plugins() { git.mgk.one/nvim/norcalli.nvim-colorizer.lua \ git.mgk.one/nvim/maxmx03.dracula.nvim \ git.mgk.one/nvim/maxmx03.solarized.nvim \ + git.mgk.one/nvim/craftzdog.solarized-osaka.nvim \ git.mgk.one/nvim/ishan9299.modus-theme-vim) } # }}}