diff --git a/dot_Xmodmap b/dot_Xmodmap index e4650b1..a2b985a 100644 --- a/dot_Xmodmap +++ b/dot_Xmodmap @@ -1,2 +1,3 @@ clear Lock keycode 66 = Escape NoSymbol Escape +keycode 9 = grave diff --git a/dot_vim/vimrc b/dot_vim/vimrc index c59d5e7..cabb9eb 100644 --- a/dot_vim/vimrc +++ b/dot_vim/vimrc @@ -1,5 +1,5 @@ " Light backgrounds hurt my eyes. -set background=dark +set background=light let mapleader = " " let $NVIM_TUI_ENABLE_TRUE_COLOR=1 " True gui colors in terminal @@ -240,7 +240,7 @@ au BufNewFile,BufRead *.mustache set ft=html " Everything else looks like crap. colorscheme gruvbox let g:airline#extensions#tabline#enabled = 1 -let g:airline_theme='base16_gruvbox_dark_hard' +let g:airline_theme='base16_gruvbox_light_hard' "{{{ unicode symbols if !exists('g:airline_symbols') let g:airline_symbols = {} diff --git a/dot_zshrc b/dot_zshrc index 8f0a66d..b3e40e9 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -205,3 +205,4 @@ export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" #anaconda slows shit down D:<<<< +export PATH=$PATH:/home/libkyy/.spicetify diff --git a/private_dot_config/i3/colors.conf b/private_dot_config/i3/colors.conf index f76221d..6b06e22 100644 --- a/private_dot_config/i3/colors.conf +++ b/private_dot_config/i3/colors.conf @@ -1,7 +1,10 @@ # set primary gruvbox colorscheme colors set $bg #282828 set $red #cc241d +#dark set $green #98971a +#light +#set $green #79740e set $yellow #d79921 set $blue #458588 set $purple #b16286 @@ -9,6 +12,7 @@ set $aqua #689d68 set $gray #a89984 set $darkgray #1d2021 set $white #ffffff +set $orange #d65d0e # class border|backgr|text|indicator|child_border client.focused $green $green $darkgray $purple $green diff --git a/private_dot_config/i3/window_rules.conf b/private_dot_config/i3/window_rules.conf index 62f18b4..5c7ce0e 100644 --- a/private_dot_config/i3/window_rules.conf +++ b/private_dot_config/i3/window_rules.conf @@ -65,6 +65,7 @@ assign [class = "PrismLauncher"] $Steam assign [class = "Albion Online Launcher"] $Steam #Notes +assign [class = "Emacs"] $Notes assign [class = "obsidian"] $Notes assign [class = "^.*libreoffice"] $Notes #assign [class = "wpsoffice"] $Notes #Gave up on WPS LOL @@ -99,13 +100,13 @@ for_window [window_role="task_dialog"] floating enable for_window [title = ".*Microsoft Teams"] floating disabled #Workspaces - -for_window [workspace = $Browsers] layout splitv +assign [workspace = $Browsers] workspace_layout default +#for_window [workspace = $Browsers] layout splitv #for_window [workspace = $Steam] floating enabled -for_window [workspace = $Steam] layout splitv +#for_window [workspace = $Steam] layout splitv #for_window [workspace = $Youtube] floating enabled -for_window [workspace = $Youtube] layout stacking -for_window [workspace = $IRC] layout splitv +#for_window [workspace = $Youtube] layout stacking +#for_window [workspace = $IRC] layout splitv # for_window [workspace = $Terminal] layout tabbed #Classes diff --git a/private_dot_config/kitty/kitty.conf b/private_dot_config/kitty/kitty.conf index f14e5e1..d3ce1f9 100644 --- a/private_dot_config/kitty/kitty.conf +++ b/private_dot_config/kitty/kitty.conf @@ -1,3 +1,3 @@ include misc.conf -include themes/gruvbox_dark.conf +include themes/gruvbox_light.conf diff --git a/private_dot_config/polybar/blocks/modules.ini b/private_dot_config/polybar/blocks/modules.ini index 5d92251..073b172 100644 --- a/private_dot_config/polybar/blocks/modules.ini +++ b/private_dot_config/polybar/blocks/modules.ini @@ -20,8 +20,8 @@ headphone-soundcard = default ; Name of the master, speaker and headphone mixers ; Use the following command to list available mixer controls: ; $ amixer scontrols | sed -nr "s/.*'([[:alnum:]]+)'.*/\1/p" -; If master, speaker or headphone-soundcard isn't the default, -; use `amixer -c # scontrols` instead where # is the number +; If master, speaker or headphone-soundcard isn't the default, +; use `amixer -c # scontrols` instead where # is the number ; of the master, speaker or headphone soundcard respectively ; ; Default: Master @@ -216,18 +216,18 @@ label-full-background = ${color.background-alt} label-full-padding = 1 ; Only applies if is used -ramp-capacity-0 = -ramp-capacity-1 = -ramp-capacity-2 = -ramp-capacity-3 = -ramp-capacity-4 = +ramp-capacity-0 = +ramp-capacity-1 = +ramp-capacity-2 = +ramp-capacity-3 = +ramp-capacity-4 = ; Only applies if is used ;bar-capacity-width = 10 ; Only applies if is used -animation-charging-0 = -animation-charging-1 = +animation-charging-0 = +animation-charging-1 = ; Framerate in milliseconds animation-charging-framerate = 750 @@ -261,13 +261,13 @@ animation-charging-framerate = 750 ; Default: true ;;enable-scroll = false -; Set the scroll cycle direction +; Set the scroll cycle direction ; Default: true ;;reverse-scroll = false -; Use fuzzy (partial) matching on labels when assigning +; Use fuzzy (partial) matching on labels when assigning ; icons to workspaces -; Example: code;♚ will apply the icon to all workspaces +; Example: code;♚ will apply the icon to all workspaces ; containing 'code' in the label ; Default: false ;;fuzzy-match = true @@ -563,13 +563,13 @@ index-sort = true ; Default: true ;;wrapping-scroll = false -; Set the scroll cycle direction +; Set the scroll cycle direction ; Default: true ;;reverse-scroll = false -; Use fuzzy (partial) matching on labels when assigning +; Use fuzzy (partial) matching on labels when assigning ; icons to workspaces -; Example: code;♚ will apply the icon to all workspaces +; Example: code;♚ will apply the icon to all workspaces ; containing 'code' in the label ; Default: false ;;fuzzy-match = true @@ -584,7 +584,7 @@ ws-icon-4 = 5; ws-icon-5 = 6;龎 ws-icon-6 = 7; ws-icon-7 = 8; -ws-icon-9 = 10; +ws-icon-9 = 10; ws-icon-8 = 11; ws-icon-10 = 12; ws-icon-default =  @@ -594,7 +594,7 @@ ws-icon-default =  ; Available tags: ; (default) - gets replaced with ; (default) -format = +format = ; Available tokens: ; %mode% @@ -623,7 +623,7 @@ label-focused-padding = 1 ; Default: %icon% %name% label-unfocused = %icon% label-unfocused-padding = 1 -label-unfocused-foreground = #fbf1c7 +label-unfocused-foreground = #fbf1c7 ; Available tokens: ; %name% @@ -801,12 +801,12 @@ icon-next = " " icon-next-background = ${color.background-alt} icon-prev = " " icon-prev-background = ${color.background-alt} -icon-seekf = -icon-seekb = -icon-random = -icon-repeat = -icon-repeatone = -icon-single = +icon-seekf = +icon-seekb = +icon-random = +icon-repeat = +icon-repeatone = +icon-single = icon-consume = ; Used to display the state of random/repeat/repeatone/single @@ -921,9 +921,9 @@ label-disconnected-padding = 1 ;label-packetloss-foreground = #eefafafa ; Only applies if is used -ramp-signal-0 = -ramp-signal-1 = -ramp-signal-2 = +ramp-signal-0 = +ramp-signal-1 = +ramp-signal-2 = ; Only applies if is used ;;animation-packetloss-0 = ⚠ @@ -999,7 +999,7 @@ type = internal/temperature interval = 0.5 ; Thermal zone to use -; To list all the zone types, run +; To list all the zone types, run ; $ for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done ; Default: 0 thermal-zone = 0