Merge branch 'master' of github.com:E-Almqvist/dotfiles

lightmode
E. Almqvist 2 years ago
commit 8621511e90
  1. 5
      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

@ -35,7 +35,8 @@ call plug#begin('~/.config/nvim/plugged')
" Plug 'vim-airline/vim-airline-themes' " Plug 'vim-airline/vim-airline-themes'
Plug 'projekt0n/github-nvim-theme' Plug 'projekt0n/github-nvim-theme'
Plug 'pantharshit00/vim-prisma' Plug 'pantharshit00/vim-prisma'
Plug 'neovimhaskell/haskell-vim' Plug 'axelf4/vim-haskell'
"Plug 'neovimhaskell/haskell-vim'
call plug#end() call plug#end()
set nocompatible set nocompatible
@ -73,7 +74,7 @@ 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

@ -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]%})"

@ -206,7 +206,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