Xmodmap for the duck

zshrc includes spicetify
i3 tweakin
This commit is contained in:
LinlyBoi
2023-06-27 21:37:55 +03:00
parent 54dec4480b
commit d7a0d77e4d
7 changed files with 43 additions and 36 deletions

View File

@@ -1,2 +1,3 @@
clear Lock clear Lock
keycode 66 = Escape NoSymbol Escape keycode 66 = Escape NoSymbol Escape
keycode 9 = grave

View File

@@ -1,5 +1,5 @@
" Light backgrounds hurt my eyes. " Light backgrounds hurt my eyes.
set background=dark set background=light
let mapleader = " " let mapleader = " "
let $NVIM_TUI_ENABLE_TRUE_COLOR=1 " True gui colors in terminal 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. " Everything else looks like crap.
colorscheme gruvbox colorscheme gruvbox
let g:airline#extensions#tabline#enabled = 1 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 "{{{ unicode symbols
if !exists('g:airline_symbols') if !exists('g:airline_symbols')
let g:airline_symbols = {} let g:airline_symbols = {}

View File

@@ -205,3 +205,4 @@ export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)" eval "$(pyenv init -)"
#anaconda slows shit down D:<<<< #anaconda slows shit down D:<<<<
export PATH=$PATH:/home/libkyy/.spicetify

View File

@@ -1,7 +1,10 @@
# set primary gruvbox colorscheme colors # set primary gruvbox colorscheme colors
set $bg #282828 set $bg #282828
set $red #cc241d set $red #cc241d
#dark
set $green #98971a set $green #98971a
#light
#set $green #79740e
set $yellow #d79921 set $yellow #d79921
set $blue #458588 set $blue #458588
set $purple #b16286 set $purple #b16286
@@ -9,6 +12,7 @@ set $aqua #689d68
set $gray #a89984 set $gray #a89984
set $darkgray #1d2021 set $darkgray #1d2021
set $white #ffffff set $white #ffffff
set $orange #d65d0e
# class border|backgr|text|indicator|child_border # class border|backgr|text|indicator|child_border
client.focused $green $green $darkgray $purple $green client.focused $green $green $darkgray $purple $green

View File

@@ -65,6 +65,7 @@ assign [class = "PrismLauncher"] $Steam
assign [class = "Albion Online Launcher"] $Steam assign [class = "Albion Online Launcher"] $Steam
#Notes #Notes
assign [class = "Emacs"] $Notes
assign [class = "obsidian"] $Notes assign [class = "obsidian"] $Notes
assign [class = "^.*libreoffice"] $Notes assign [class = "^.*libreoffice"] $Notes
#assign [class = "wpsoffice"] $Notes #Gave up on WPS LOL #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 for_window [title = ".*Microsoft Teams"] floating disabled
#Workspaces #Workspaces
assign [workspace = $Browsers] workspace_layout default
for_window [workspace = $Browsers] layout splitv #for_window [workspace = $Browsers] layout splitv
#for_window [workspace = $Steam] floating enabled #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] floating enabled
for_window [workspace = $Youtube] layout stacking #for_window [workspace = $Youtube] layout stacking
for_window [workspace = $IRC] layout splitv #for_window [workspace = $IRC] layout splitv
# for_window [workspace = $Terminal] layout tabbed # for_window [workspace = $Terminal] layout tabbed
#Classes #Classes

View File

@@ -1,3 +1,3 @@
include misc.conf include misc.conf
include themes/gruvbox_dark.conf include themes/gruvbox_light.conf

View File

@@ -20,8 +20,8 @@ headphone-soundcard = default
; Name of the master, speaker and headphone mixers ; Name of the master, speaker and headphone mixers
; Use the following command to list available mixer controls: ; Use the following command to list available mixer controls:
; $ amixer scontrols | sed -nr "s/.*'([[:alnum:]]+)'.*/\1/p" ; $ amixer scontrols | sed -nr "s/.*'([[:alnum:]]+)'.*/\1/p"
; If master, speaker or headphone-soundcard isn't the default, ; If master, speaker or headphone-soundcard isn't the default,
; use `amixer -c # scontrols` instead where # is the number ; use `amixer -c # scontrols` instead where # is the number
; of the master, speaker or headphone soundcard respectively ; of the master, speaker or headphone soundcard respectively
; ;
; Default: Master ; Default: Master
@@ -216,18 +216,18 @@ label-full-background = ${color.background-alt}
label-full-padding = 1 label-full-padding = 1
; Only applies if <ramp-capacity> is used ; Only applies if <ramp-capacity> is used
ramp-capacity-0 = ramp-capacity-0 =
ramp-capacity-1 = ramp-capacity-1 =
ramp-capacity-2 = ramp-capacity-2 =
ramp-capacity-3 = ramp-capacity-3 =
ramp-capacity-4 = ramp-capacity-4 =
; Only applies if <bar-capacity> is used ; Only applies if <bar-capacity> is used
;bar-capacity-width = 10 ;bar-capacity-width = 10
; Only applies if <animation-charging> is used ; Only applies if <animation-charging> is used
animation-charging-0 = animation-charging-0 =
animation-charging-1 = animation-charging-1 =
; Framerate in milliseconds ; Framerate in milliseconds
animation-charging-framerate = 750 animation-charging-framerate = 750
@@ -261,13 +261,13 @@ animation-charging-framerate = 750
; Default: true ; Default: true
;;enable-scroll = false ;;enable-scroll = false
; Set the scroll cycle direction ; Set the scroll cycle direction
; Default: true ; Default: true
;;reverse-scroll = false ;;reverse-scroll = false
; Use fuzzy (partial) matching on labels when assigning ; Use fuzzy (partial) matching on labels when assigning
; icons to workspaces ; 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 ; containing 'code' in the label
; Default: false ; Default: false
;;fuzzy-match = true ;;fuzzy-match = true
@@ -563,13 +563,13 @@ index-sort = true
; Default: true ; Default: true
;;wrapping-scroll = false ;;wrapping-scroll = false
; Set the scroll cycle direction ; Set the scroll cycle direction
; Default: true ; Default: true
;;reverse-scroll = false ;;reverse-scroll = false
; Use fuzzy (partial) matching on labels when assigning ; Use fuzzy (partial) matching on labels when assigning
; icons to workspaces ; 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 ; containing 'code' in the label
; Default: false ; Default: false
;;fuzzy-match = true ;;fuzzy-match = true
@@ -584,7 +584,7 @@ ws-icon-4 = 5;
ws-icon-5 = 6;龎 ws-icon-5 = 6;龎
ws-icon-6 = 7; ws-icon-6 = 7;
ws-icon-7 = 8; ws-icon-7 = 8;
ws-icon-9 = 10; ws-icon-9 = 10;
ws-icon-8 = 11; ws-icon-8 = 11;
ws-icon-10 = 12; ws-icon-10 = 12;
ws-icon-default = ws-icon-default =
@@ -594,7 +594,7 @@ ws-icon-default = 
; Available tags: ; Available tags:
; <label-state> (default) - gets replaced with <label-(focused|unfocused|visible|urgent)> ; <label-state> (default) - gets replaced with <label-(focused|unfocused|visible|urgent)>
; <label-mode> (default) ; <label-mode> (default)
format = <label-mode> <label-state> format = <label-mode> <label-state>
; Available tokens: ; Available tokens:
; %mode% ; %mode%
@@ -623,7 +623,7 @@ label-focused-padding = 1
; Default: %icon% %name% ; Default: %icon% %name%
label-unfocused = %icon% label-unfocused = %icon%
label-unfocused-padding = 1 label-unfocused-padding = 1
label-unfocused-foreground = #fbf1c7 label-unfocused-foreground = #fbf1c7
; Available tokens: ; Available tokens:
; %name% ; %name%
@@ -801,12 +801,12 @@ icon-next = " "
icon-next-background = ${color.background-alt} icon-next-background = ${color.background-alt}
icon-prev = " " icon-prev = " "
icon-prev-background = ${color.background-alt} icon-prev-background = ${color.background-alt}
icon-seekf = icon-seekf =
icon-seekb = icon-seekb =
icon-random = icon-random =
icon-repeat = icon-repeat =
icon-repeatone = icon-repeatone =
icon-single = icon-single =
icon-consume = icon-consume =
; Used to display the state of random/repeat/repeatone/single ; Used to display the state of random/repeat/repeatone/single
@@ -921,9 +921,9 @@ label-disconnected-padding = 1
;label-packetloss-foreground = #eefafafa ;label-packetloss-foreground = #eefafafa
; Only applies if <ramp-signal> is used ; Only applies if <ramp-signal> is used
ramp-signal-0 = ramp-signal-0 =
ramp-signal-1 = ramp-signal-1 =
ramp-signal-2 = ramp-signal-2 =
; Only applies if <animation-packetloss> is used ; Only applies if <animation-packetloss> is used
;;animation-packetloss-0 = ⚠ ;;animation-packetloss-0 = ⚠
@@ -999,7 +999,7 @@ type = internal/temperature
interval = 0.5 interval = 0.5
; Thermal zone to use ; 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 ; $ for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done
; Default: 0 ; Default: 0
thermal-zone = 0 thermal-zone = 0