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