Compare commits

..

No commits in common. "e03ae84fdf1df3de902ceffe5b40c6550cd36d03" and "f43241f75d2c913f3b81a4ebcdefa1f5594e9f7f" have entirely different histories.

8 changed files with 32 additions and 64 deletions

View file

@ -3,7 +3,6 @@
alias .evim='$EDITOR $HOME/.config/vim/vimrc'
alias .ebspwm='$EDITOR $HOME/.config/bspwm/bspwmrc'
alias .eqb='$EDITOR $HOME/.config/qutebrowser/config.py'
alias .ezsh='$EDITOR $HOME/.config/zsh/.zshrc'
alias .f='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias aliases='$EDITOR ~/.config/aliasrc && source ~/.config/aliasrc'

View file

@ -25,8 +25,6 @@ export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
export PASSWORD_STORE_GENERATED_LENGTH='64'
export PATH=$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$GOPATH/bin
export QT_QPA_PLATFORMTHEME="qt5ct"
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"

View file

@ -6,12 +6,5 @@
primary = #bd93f9
secondary = #8be9fd
alert = #ff5555
cyan = #8be9fd
green = #50fa7b
orange = #ffb86c
pink = #ff79c6
purple = #bd93f9
red = #ff5555
yellow = #f1fa8c
; vim: ft=dosini

View file

@ -5,7 +5,7 @@
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.pink}
format-underline = #8bf
format = <label>
label = %output:4%
@ -17,7 +17,7 @@
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.cyan}
format-underline = #1794D1
format = <label>
click-left = alacritty -e sh -c "$HOME/.local/bin/archlinux-update; checkupdates > $HOME/.cache/archlinux-updates.txt; read" &

View file

@ -72,7 +72,7 @@
; pin-workspaces = true
label-mode-padding = 2
label-mode-foreground = ${colors.foreground}
label-mode-foreground = #000
label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor
@ -133,17 +133,17 @@
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.foreground}
format-underline = #fff
format = <label>
label = %percentage%%
bar-width = 10
bar-indicator = |
bar-indicator-foreground = ${colors.foreground}
bar-indicator-foreground = #fff
bar-indicator-font = 2
bar-fill = -
bar-fill-font = 2
bar-fill-foreground = ${colors.purple}
bar-fill-foreground = #9f78e1
bar-empty = -
bar-empty-font = 2
bar-empty-foreground = ${colors.foreground}
@ -158,7 +158,7 @@
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.red}
format-underline = #f90000
label = %percentage:3%%
[module/memory]
@ -166,7 +166,7 @@
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.cyan}
format-underline = #4bffdc
label = %percentage_used%%
[module/wlan]
@ -175,7 +175,7 @@
interval = 3.0
format-connected = <ramp-signal> <label-connected>
format-connected-underline = ${colors.purple}
format-connected-underline = #9f78e1
label-connected = %essid% (%signal:3%%)
format-disconnected =
@ -196,7 +196,7 @@
interface = ${root.eth-interface}
interval = 3.0
format-connected-underline = ${colors.green}
format-connected-underline = #55aa55
format-connected-prefix = " "
format-connected-prefix-foreground = ${colors.foreground}
label-connected = %local_ip%
@ -217,7 +217,7 @@
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.yellow}
format-underline = #0a6cf5
label = %date% %time%
@ -228,22 +228,22 @@
format-volume-prefix-foreground = ${colors.foreground}
; format-volume = <label-volume> <bar-volume>
format-volume = <label-volume>
format-volume-underline = ${colors.yellow}
format-volume-underline = #d8d804
label-volume = %percentage%%
label-volume-foreground = ${root.foreground}
format-muted-underline = ${colors.orange}
format-muted-underline = #686823
label-muted =  muted
label-muted-foreground = ${root.foreground-alt}
label-muted-foreground = #666
bar-volume-width = 10
bar-volume-foreground-0 = ${colors.foreground}
bar-volume-foreground-1 = ${colors.foreground}
bar-volume-foreground-2 = ${colors.foreground}
bar-volume-foreground-3 = ${colors.foreground}
bar-volume-foreground-4 = ${colors.foreground}
bar-volume-foreground-5 = ${colors.foreground}
bar-volume-foreground-6 = ${colors.foreground}
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #55aa55
bar-volume-foreground-3 = #55aa55
bar-volume-foreground-4 = #55aa55
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-indicator-font = 2
@ -265,13 +265,13 @@
label-muted = sound muted
bar-volume-width = 10
bar-volume-foreground-0 = ${colors.foreground}
bar-volume-foreground-1 = ${colors.foreground}
bar-volume-foreground-2 = ${colors.foreground}
bar-volume-foreground-3 = ${colors.foreground}
bar-volume-foreground-4 = ${colors.foreground}
bar-volume-foreground-5 = ${colors.foreground}
bar-volume-foreground-6 = ${colors.foreground}
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #55aa55
bar-volume-foreground-3 = #55aa55
bar-volume-foreground-4 = #55aa55
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-indicator-font = 2
@ -288,7 +288,7 @@
full-at = 100
format-charging = <animation-charging> <label-charging>
format-charging-underline = ${colors.yellow}
format-charging-underline = #ffb52a
label-charging = %percentage_raw%% (%time%)
format-discharging = <ramp-capacity> <label-discharging>
@ -331,7 +331,7 @@
warn-temperature = 70
format = <ramp> <label>
format-underline = ${colors.red}
format-underline = #f50a4d
format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline}

View file

@ -1,5 +1,4 @@
set runtimepath+=~/.config/vim,~/.config/vim/after
set packpath+=~/.config/vim
if has('nvim')
" Neovim specific commands
@ -38,9 +37,6 @@ call plug#begin('~/.config/vim/plugged')
Plug 'sheerun/vim-polyglot'
call plug#end()
packadd! dracula_pro
"let g:indentLine_setColors = 0
packadd termdebug
@ -153,13 +149,9 @@ let g:jellybeans_overrides = {
\ '256ctermbg': 'none'
\ },
\ }
"colorscheme dracula
let g:dracula_colorterm = 0
colorscheme dracula_pro
colorscheme dracula
highlight Normal ctermbg=NONE
let g:highlightedyank_highlight_duration = 250
let g:syntastic_always_populate_loc_list = 0

View file

@ -11,7 +11,7 @@ fi
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="serguzim"
ZSH_THEME="tjkirch"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
@ -82,13 +82,10 @@ plugins=(
copydir
copyfile
cp
docker
docker-compose
encode64
extract
git
git-auto-status
httpie
jump
kubectl
safe-paste

View file

@ -1,11 +0,0 @@
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[green]%}✔ "
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ "
PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
)
%{$fg[green]%}%* %{$fg[magenta]%}%n%{$reset_color%}@%{$fg[yellow]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
%{$fg_bold[green]%}%{$reset_color%} '
#RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'