Laptop tweaks

lightmode
Elias Almqvist 2 years ago
parent 341c3e94fe
commit 2bc189221b
  1. 12
      nvim/.config/nvim/init.vim
  2. 5
      oh-my-zsh/.oh-my-zsh/aliases.sh
  3. 4
      oh-my-zsh/.oh-my-zsh/custom/themes/minimal.zsh-theme
  4. 2
      polybar/.config/polybar/config

@ -34,6 +34,8 @@ call plug#begin('~/.config/nvim/plugged')
" Plug 'vim-airline/vim-airline' " Plug 'vim-airline/vim-airline'
" Plug 'vim-airline/vim-airline-themes' " Plug 'vim-airline/vim-airline-themes'
Plug 'projekt0n/github-nvim-theme' Plug 'projekt0n/github-nvim-theme'
Plug 'axelf4/vim-haskell'
"Plug 'neovimhaskell/haskell-vim'
call plug#end() call plug#end()
set nocompatible set nocompatible
@ -69,11 +71,11 @@ let &showbreak = '↳ '
set laststatus=0 ruler set laststatus=0 ruler
set nu set nu
"hi Normal guibg=NONE ctermbg=NONE hi Normal guibg=NONE ctermbg=NONE
"hi StatusLine ctermbg=NONE ctermfg=NONE hi StatusLine ctermbg=NONE ctermfg=NONE
"
"highlight clear LineNr highlight clear LineNr
"highlight LineNr ctermfg=NONE ctermbg=NONE highlight LineNr ctermfg=NONE ctermbg=NONE
" Airline " Airline
let g:airline_theme='gruvbox' let g:airline_theme='gruvbox'

@ -3,9 +3,12 @@
alias xcopy="xclip -selection c" alias xcopy="xclip -selection c"
alias xpaste="xclip -selection c -o" alias xpaste="xclip -selection c -o"
alias ccd="pwd | xcopy" alias ccd="pwd | xclip"
# Programs # Programs
alias vidconvert="ffmpeg -i" alias vidconvert="ffmpeg -i"
alias vim="nvim" alias vim="nvim"
alias vi="nvim" alias vi="nvim"
# Laptop stuff
alias setbri="xrandr --output eDP-1 --brightness"

@ -2,7 +2,7 @@ function prompt_char {
if [ $UID -eq 0 ]; then echo "#"; else echo $; fi if [ $UID -eq 0 ]; then echo "#"; else echo $; fi
} }
PROMPT='%{$reset_color%}%{$fg_bold[white]%}%c $(prompt_char)$(git_prompt_info)> %{$reset_color%}' PROMPT='%{$reset_color%}%{$fg_bold[gray]%}%c $(prompt_char)$(git_prompt_info)> %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$reset_color%}%{$fg_bold[red]%}" ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$reset_color%}%{$fg_bold[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg_bold[white]%})" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg_bold[gray]%})"

@ -198,7 +198,7 @@ click-left = playerctl next spotify
[module/wlan] [module/wlan]
type = internal/network type = internal/network
interface = wlp1s0 interface = wlp0s20f3
interval = 3.0 interval = 3.0
format-connected = <ramp-signal> <label-connected> format-connected = <ramp-signal> <label-connected>

Loading…
Cancel
Save