tweaks
This commit is contained in:
parent
5cdcaaf531
commit
4db3687093
|
|
@ -19,7 +19,7 @@ endif
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
" Colorscheme
|
" Colorscheme
|
||||||
colorscheme gruvbox8
|
colorscheme gruvbox
|
||||||
|
|
||||||
augroup specify_filetype
|
augroup specify_filetype
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ let NERDTreeShowHidden=1
|
||||||
let nerdchristmastree=1
|
let nerdchristmastree=1
|
||||||
let g:NERDTreeMinimalUI = 1
|
let g:NERDTreeMinimalUI = 1
|
||||||
let g:nerdtreewinsize = 25
|
let g:nerdtreewinsize = 25
|
||||||
let g:NERDTreeDirArrowExpandable = '▷'
|
let g:NERDTreeDirArrowExpandable = ''
|
||||||
let g:NERDTreeDirArrowCollapsible = '▼'
|
let g:NERDTreeDirArrowCollapsible = '▼'
|
||||||
let NERDTreeAutoCenter=1
|
let NERDTreeAutoCenter=1
|
||||||
let g:NERDTreeIndicatorMapCustom = {
|
let g:NERDTreeIndicatorMapCustom = {
|
||||||
|
|
@ -155,8 +155,8 @@ let g:WebDevIconsUnicodeGlyphDoubleWidth = 1
|
||||||
let g:webdevicons_enable_airline_statusline = 1
|
let g:webdevicons_enable_airline_statusline = 1
|
||||||
let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1
|
let g:WebDevIconsNerdTreeGitPluginForceVAlign = 1
|
||||||
let g:WebDevIconsUnicodeGlyphDoubleWidth = 1
|
let g:WebDevIconsUnicodeGlyphDoubleWidth = 1
|
||||||
let g:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol = ''
|
let g:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol = ''
|
||||||
let g:DevIconsDefaultFolderOpenSymbol = ''
|
let g:DevIconsDefaultFolderOpenSymbol = ''
|
||||||
|
|
||||||
"""""""""""""""""
|
"""""""""""""""""
|
||||||
"Comfy-Scroll "
|
"Comfy-Scroll "
|
||||||
|
|
|
||||||
|
|
@ -93,5 +93,4 @@ Plug 'deviantfero/wpgtk.vim'
|
||||||
Plug 'nanotech/jellybeans.vim'
|
Plug 'nanotech/jellybeans.vim'
|
||||||
Plug 'cocopon/iceberg.vim'
|
Plug 'cocopon/iceberg.vim'
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
Plug 'lifepillar/vim-gruvbox8'
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
|
||||||
|
|
@ -22,12 +22,11 @@ backend = "glx"
|
||||||
###############
|
###############
|
||||||
shadow = true;
|
shadow = true;
|
||||||
#no-dnd-shadow = true;
|
#no-dnd-shadow = true;
|
||||||
no-dock-shadow = true;
|
#no-dock-shadow = true;
|
||||||
clear-shadow = true;
|
|
||||||
shadow-radius = 7;
|
shadow-radius = 7;
|
||||||
shadow-offset-x = -7;
|
shadow-offset-x = -7;
|
||||||
shadow-offset-y = -7;
|
shadow-offset-y = -7;
|
||||||
# shadow-opacity = 0.7;
|
shadow-opacity = 0.5;
|
||||||
# shadow-red = 0.0;
|
# shadow-red = 0.0;
|
||||||
# shadow-green = 0.0;
|
# shadow-green = 0.0;
|
||||||
# shadow-blue = 0.0;
|
# shadow-blue = 0.0;
|
||||||
|
|
@ -91,8 +90,6 @@ opacity-rule = [
|
||||||
### OTHER ###
|
### OTHER ###
|
||||||
#############
|
#############
|
||||||
# dbe = false;
|
# dbe = false;
|
||||||
paint-on-overlay = true;
|
|
||||||
sw-opti = true;
|
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
# unredir-if-possible-delay = 5000;
|
# unredir-if-possible-delay = 5000;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@ label-background = ${colors.blue}
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
thermal-zone = 1
|
thermal-zone = 1
|
||||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon6/temp1_input
|
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon5/temp1_input
|
||||||
warn-temperature = 65
|
warn-temperature = 65
|
||||||
format = <ramp> <label>
|
format = <ramp> <label>
|
||||||
format-underline = ${colors.foreground}
|
format-underline = ${colors.foreground}
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@ label-background = ${{colors.blue}}
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
thermal-zone = 1
|
thermal-zone = 1
|
||||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon6/temp1_input
|
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon5/temp1_input
|
||||||
warn-temperature = 65
|
warn-temperature = 65
|
||||||
format = <ramp> <label>
|
format = <ramp> <label>
|
||||||
format-underline = ${{colors.foreground}}
|
format-underline = ${{colors.foreground}}
|
||||||
|
|
|
||||||
2
.profile
2
.profile
|
|
@ -1,5 +1,6 @@
|
||||||
#ZSH-env
|
#ZSH-env
|
||||||
ZDOTDIR=$HOME
|
ZDOTDIR=$HOME
|
||||||
|
|
||||||
# display
|
# display
|
||||||
export DEFAULT_USER="hate"
|
export DEFAULT_USER="hate"
|
||||||
export VDPAU_DRIVER="va_gl"
|
export VDPAU_DRIVER="va_gl"
|
||||||
|
|
@ -13,6 +14,7 @@ export BROWSER=/usr/bin/google-chrome-stable
|
||||||
export GNUPGHOME="~/.gnupg"
|
export GNUPGHOME="~/.gnupg"
|
||||||
export SSH_KEY_PATH="~/.ssh/id_rsa"
|
export SSH_KEY_PATH="~/.ssh/id_rsa"
|
||||||
export TERMINAL="kitty"
|
export TERMINAL="kitty"
|
||||||
|
export PAGER="less"
|
||||||
|
|
||||||
#fzf
|
#fzf
|
||||||
#export FZF_CTRL_R_OPTS='--sort --exact'
|
#export FZF_CTRL_R_OPTS='--sort --exact'
|
||||||
|
|
|
||||||
2
.zshrc
2
.zshrc
|
|
@ -104,3 +104,5 @@ LFCD="/home/hate/.config/lf/lfcd.sh"
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
|
source /home/hate/.config/broot/launcher/bash/br
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ bison
|
||||||
bluez
|
bluez
|
||||||
bluez-utils
|
bluez-utils
|
||||||
borg
|
borg
|
||||||
|
broot
|
||||||
bzip2
|
bzip2
|
||||||
chrony
|
chrony
|
||||||
cmatrix
|
cmatrix
|
||||||
|
|
@ -115,7 +116,6 @@ psmisc
|
||||||
pulseaudio-bluetooth
|
pulseaudio-bluetooth
|
||||||
python-cairo
|
python-cairo
|
||||||
python-mpd2
|
python-mpd2
|
||||||
python-musicbrainzngs
|
|
||||||
python-mutagen
|
python-mutagen
|
||||||
python-pip
|
python-pip
|
||||||
python-pyqt5
|
python-pyqt5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue