Porting over more configs.

This commit is contained in:
Lord_Devi 2024-07-28 19:50:39 -04:00
parent 3a9f727c95
commit c6ea459a8d
12 changed files with 495 additions and 7 deletions

View file

@ -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"

View file

@ -0,0 +1 @@
../../.local/opt/git/git.mgk.one/x11-term/alacritty.alacritty-theme/themes/solarized_osaka.toml

1
.config/alacritty/themes Symbolic link
View file

@ -0,0 +1 @@
../../.local/opt/git/git.mgk.one/x11-term/alacritty.alacritty-theme/themes

33
.config/aria2/aria2.conf Normal file
View file

@ -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

View file

@ -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"

1
.config/bat/config Normal file
View file

@ -0,0 +1 @@
--theme solarized-dark

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -90,5 +90,5 @@ set clipboard+=unnamedplus
""""
""colorscheme nord
""colorscheme gotham256
set background=dark
colorscheme solarized
""set background=dark
""colorscheme solarized

View file

@ -59,3 +59,6 @@ call plug#end()
"" Enable termguicolors for clrzr.
set termguicolors
set background=dark
colorscheme solarized

View file

@ -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)
}
# }}} </define neovim plugins>