Lots of changes...

This commit is contained in:
Wiktor Zykubek 2020-04-01 15:18:47 +02:00
parent 46825cd2bc
commit 5772e4efba
25 changed files with 42 additions and 27 deletions

View File

@ -1,11 +1,11 @@
! special ! special
*.foreground: #dfdfdf *.foreground: #dfdfdf
*.background: #071616 *.background: #0a0200
*.border_unfocused: #353234 *.border_unfocused: #262323
*.border_focused: #144949 *.border_focused: #353131
! dmenu ! dmenu
dmenu.selbackground: #144949 dmenu.selbackground: #353131
dmenu.selforeground: #dfdfdf dmenu.selforeground: #dfdfdf
dmenu.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium dmenu.font: Monospace:pixelsize=13:antialias=true:autohint=true:hintstyle=hintmedium

View File

@ -23,3 +23,8 @@ export NPM_PACKAGES="$HOME/.yarn/bin/"
export PATH="$PATH:$HOME/Dotfiles:$HOME/.local/bin:$NPM_PACKAGES" export PATH="$PATH:$HOME/Dotfiles:$HOME/.local/bin:$NPM_PACKAGES"
export SCRD=$HOME/.scripts/ export SCRD=$HOME/.scripts/
export LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=00;93:do=00;93:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=1;34:st=37;44:ex=01;32:*.tar=01;36:*.tgz=01;36:*.svgz=00;93:*.arj=01;36:*.taz=01;36:*.lzh=01;36:*.lzma=01;36:*.zip=01;36:*.z=01;36:*.Z=01;36:*.dz=01;36:*.gz=01;36:*.bz2=01;36:*.tbz2=01;36:*.bz=01;36:*.tz=01;36:*.deb=01;36:*.rpm=01;36:*.jar=01;36:*.rar=01;36:*.ace=01;36:*.zoo=01;36:*.cpio=01;36:*.7z=01;36:*.rz=01;36:*.jpg=00;93:*.jpeg=00;93:*.gif=00;93:*.bmp=00;93:*.pbm=00;93:*.pgm=00;93:*.ppm=00;93:*.tga=00;93:*.xbm=00;93:*.xpm=00;93:*.tif=00;93:*.tiff=00;93:*.png=00;93:*.mng=00;93:*.pcx=00;93:*.mov=00;93:*.mpg=00;93:*.mpeg=00;93:*.m2v=00;93:*.mkv=00;93:*.ogm=00;93:*.mp4=00;93:*.m4v=00;93:*.mp4v=00;93:*.vob=00;93:*.qt=00;93:*.nuv=00;93:*.wmv=00;93:*.asf=00;93:*.rm=00;93:*.rmvb=00;93:*.flc=00;93:*.avi=00;93:*.fli=00;93:*.gl=00;93:*.dl=00;93:*.xcf=00;93:*.xwd=00;93:*.yuv=00;93:*.svg=00;93:*.aac=00;36:*.au=00;36:*.flac=00;35:*.mid=00;35:*.midi=00;35:*.mka=00;35:*.mp3=00;35:*.mpc=00;35:*.ogg=00;35:*.ra=00;35:*.wav=00;35:*.opus=00;35:"
export _JAVA_AWT_WM_NONREPARENTING=1

Binary file not shown.

View File

@ -16,7 +16,7 @@
padding = 15 padding = 15
horizontal_padding = 15 horizontal_padding = 15
frame_width = 1 frame_width = 1
frame_color = "#144949" frame_color = "#353131"
#alignment = left #alignment = left
#x = 15 #x = 15
#y = 15 #y = 15
@ -83,19 +83,19 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#071616" background = "#0a0200"
foreground = "#dfdfdf" foreground = "#dfdfdf"
timeout = 5 timeout = 5
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = ~/.local/share/arch.png #icon = ~/.local/share/arch.png
[urgency_normal] [urgency_normal]
background = "#071616" background = "#0a0200"
foreground = "#dfdfdf" foreground = "#dfdfdf"
timeout = 5 timeout = 5
[urgency_critical] [urgency_critical]
background = "#071616" background = "#0a0200"
foreground = "#dfdfdf" foreground = "#dfdfdf"
timeout = 0 timeout = 0

View File

@ -2,10 +2,10 @@
LocationMode=path-bar LocationMode=path-bar
ShowHidden=true ShowHidden=true
ShowSizeColumn=true ShowSizeColumn=true
GeometryX=540 GeometryX=538
GeometryY=237 GeometryY=223
GeometryWidth=840 GeometryWidth=840
GeometryHeight=630 GeometryHeight=630
SortColumn=name SortColumn=modified
SortOrder=ascending SortOrder=descending
StartupMode=recent StartupMode=recent

View File

@ -7,7 +7,7 @@
#~~~~~~~~~ #~~~~~~~~~
# GENERAL # GENERAL
#~~~~~~~~~ #~~~~~~~~~
mpd_music_dir = "~/SD/Music" mpd_music_dir = "/media/6CEC-36BB/Music"
lyrics_directory = "~/.config/ncmpcpp/lyrics" lyrics_directory = "~/.config/ncmpcpp/lyrics"
ncmpcpp_directory = "~/.config/ncmpcpp" ncmpcpp_directory = "~/.config/ncmpcpp"

View File

@ -48,8 +48,8 @@ map <Leader>ag :ALEGoToDefinitionInSplit<CR>
map <Leader>aG :ALEGoToDefinition<CR> map <Leader>aG :ALEGoToDefinition<CR>
" LSP " LSP
nnoremap <silent> <C-]> :LspNextDiagnostic<CR> " nnoremap <silent> <C-]> :LspNextDiagnostic<CR>
nnoremap <silent> <C-[> :LspPreviousDiagnostic<CR> " nnoremap <silent> <C-[> :LspPreviousDiagnostic<CR>
" Spell-check (English US and Polish) " Spell-check (English US and Polish)
map <F6> :setlocal spell! spelllang=en_us<CR> map <F6> :setlocal spell! spelllang=en_us<CR>

View File

@ -1,11 +1,11 @@
* { * {
maincolor: #144949; maincolor: #353131;
highlight: bold #e2a478; highlight: bold #e2a478;
urgentcolor: #dfdfdf; urgentcolor: #dfdfdf;
foreground: #dfdfdf; foreground: #dfdfdf;
background: #071616; background: #0a0200;
blackselect: #22262e; blackselect: #22262e;
background-color: @background; background-color: @background;
show-icons: true; show-icons: true;
@ -42,7 +42,7 @@ listview {
spacing: 0px; spacing: 0px;
padding: 1px 0px 0px 0px; padding: 1px 0px 0px 0px;
margin: 0px 0px 1px 0px; margin: 0px 0px 1px 0px;
background: #071616; background: #0a0200;
} }
element { element {

View File

@ -14,7 +14,7 @@
#~~~~~~ #~~~~~~
# APPS # APPS
#~~~~~~ #~~~~~~
# qutebrowser # firefox
super + b super + b
firefox firefox
# st # st
@ -51,11 +51,11 @@ super + p
# clipmenu # clipmenu
super + c super + c
clipmenu clipmenu
# mpdmenu # rofi-mpd
super + m super + m
$SCRD/mpdmenu/mpdmenu -a $SCRD/rofi-mpd/rofi-mpd -a
XF86Tools XF86Tools
$SCRD/mpdmenu/mpdmenu -a $SCRD/rofi-mpd/rofi-mpd -a
# lock # lock
super + x super + x
$SCRD/lockscreen $SCRD/lockscreen

View File

@ -37,5 +37,5 @@ hi TabLine ctermfg=9 ctermbg=0 cterm=none
hi TabLineSel ctermfg=default ctermbg=default cterm=none,reverse hi TabLineSel ctermfg=default ctermbg=default cterm=none,reverse
hi /^.*\.(mp3|ogg|oga|flac|m4a)$/ ctermfg=magenta hi /^.*\.(mp3|ogg|oga|flac|m4a)$/ ctermfg=magenta
hi /^.*\.(jpg|jpeg|png|gif|tiff|webp|bmp|svg|svgz)$/ ctermfg=green hi /^.*\.(jpg|jpeg|png|gif|tiff|webp|bmp|svg|svgz)$/ ctermfg=yellow
hi /^.*\.(zip|gz|bz2|xz|tar|tgz|tbz2|7z|rar|iso|rpm|deb)$/ ctermfg=red hi /^.*\.(zip|gz|bz2|xz|tar|tgz|tbz2|7z|rar|iso|rpm|deb)$/ ctermfg=red

View File

@ -40,8 +40,8 @@ mark h ~/
" Sample mappings " Sample mappings
nnoremap ` :cd ~<cr> nnoremap ` :cd ~<cr>
nnoremap ~ :cd ~<cr> nnoremap ~ :cd ~<cr>
nnoremap s :shell<cr> nnoremap S :shell<cr>
nnoremap S :sort<cr> nnoremap s :select<cr>
nnoremap w :view<cr> nnoremap w :view<cr>
vnoremap w :view<cr>gv vnoremap w :view<cr>gv
nnoremap cc cw<c-u> nnoremap cc cw<c-u>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 14 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@ -23,3 +23,8 @@ export NPM_PACKAGES="$HOME/.yarn/bin/"
export PATH="$PATH:$HOME/Dotfiles:$HOME/.local/bin:$NPM_PACKAGES" export PATH="$PATH:$HOME/Dotfiles:$HOME/.local/bin:$NPM_PACKAGES"
export SCRD=$HOME/.scripts/ export SCRD=$HOME/.scripts/
export LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=00;93:do=00;93:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=1;34:st=37;44:ex=01;32:*.tar=01;36:*.tgz=01;36:*.svgz=00;93:*.arj=01;36:*.taz=01;36:*.lzh=01;36:*.lzma=01;36:*.zip=01;36:*.z=01;36:*.Z=01;36:*.dz=01;36:*.gz=01;36:*.bz2=01;36:*.tbz2=01;36:*.bz=01;36:*.tz=01;36:*.deb=01;36:*.rpm=01;36:*.jar=01;36:*.rar=01;36:*.ace=01;36:*.zoo=01;36:*.cpio=01;36:*.7z=01;36:*.rz=01;36:*.jpg=00;93:*.jpeg=00;93:*.gif=00;93:*.bmp=00;93:*.pbm=00;93:*.pgm=00;93:*.ppm=00;93:*.tga=00;93:*.xbm=00;93:*.xpm=00;93:*.tif=00;93:*.tiff=00;93:*.png=00;93:*.mng=00;93:*.pcx=00;93:*.mov=00;93:*.mpg=00;93:*.mpeg=00;93:*.m2v=00;93:*.mkv=00;93:*.ogm=00;93:*.mp4=00;93:*.m4v=00;93:*.mp4v=00;93:*.vob=00;93:*.qt=00;93:*.nuv=00;93:*.wmv=00;93:*.asf=00;93:*.rm=00;93:*.rmvb=00;93:*.flc=00;93:*.avi=00;93:*.fli=00;93:*.gl=00;93:*.dl=00;93:*.xcf=00;93:*.xwd=00;93:*.yuv=00;93:*.svg=00;93:*.aac=00;36:*.au=00;36:*.flac=00;35:*.mid=00;35:*.midi=00;35:*.mka=00;35:*.mp3=00;35:*.mpc=00;35:*.ogg=00;35:*.ra=00;35:*.wav=00;35:*.opus=00;35:"
export _JAVA_AWT_WM_NONREPARENTING=1

View File

@ -2,4 +2,4 @@
RESOL=$(xrandr | grep '*' | grep -o '?*[0-9]*x?*[0-9]*') RESOL=$(xrandr | grep '*' | grep -o '?*[0-9]*x?*[0-9]*')
i3lock -i ~/.config/wallpapers/$RESOL/wall$(( ( RANDOM % $(ls ~/.config/wallpapers/$RESOL | wc -l) +1 ) )).png --composite --insidecolor=55443311 --ringcolor=99443300 --ringvercolor=00000000 --insidevercolor=55443311 --keyhlcolor=99999999 --indicator --veriftext= --wrongtext=! --radius 180 -b --separatorcolor=00000000 -k --timesize=40 --datesize=20 --time-font=Monospace --date-font=Monospace --bar-indicator i3lock -i ~/.config/wallpapers/$RESOL/wall$(( ( RANDOM % $(ls ~/.config/wallpapers/$RESOL | wc -l) +1 ) )).png --composite --insidecolor=55443311 --ringcolor=99443300 --insidevercolor=55443311 --keyhlcolor=99999999 --indicator --veriftext= --wrongtext=! --radius 180 -b --separatorcolor=00000000 -k --timesize=50 --datesize=20 --time-font=Inconsolata --date-font=Inconsolata --bar-indicator

View File

@ -7,6 +7,6 @@ case "$CHECK" in
Yes) Yes)
export PASS=$(printf | dmenu -P -p "Enter password: " -h 24) export PASS=$(printf | dmenu -P -p "Enter password: " -h 24)
if [ -z "$PASS" ]; then exit; fi if [ -z "$PASS" ]; then exit; fi
st -e sh -c 'bspc node -d '^10'; echo $PASS | sudo -S -v && clear; yay -Syu --noconfirm';; st -e sh -c 'bspc node -d '^10'; echo $PASS | sudo -S -v && clear; sudo pacman -Syu --noconfirm';;
*) exit *) exit
esac esac

View File

@ -23,3 +23,8 @@ export NPM_PACKAGES="$HOME/.yarn/bin/"
export PATH="$PATH:$HOME/Dotfiles:$HOME/.local/bin:$NPM_PACKAGES" export PATH="$PATH:$HOME/Dotfiles:$HOME/.local/bin:$NPM_PACKAGES"
export SCRD=$HOME/.scripts/ export SCRD=$HOME/.scripts/
export LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=00;93:do=00;93:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=1;34:st=37;44:ex=01;32:*.tar=01;36:*.tgz=01;36:*.svgz=00;93:*.arj=01;36:*.taz=01;36:*.lzh=01;36:*.lzma=01;36:*.zip=01;36:*.z=01;36:*.Z=01;36:*.dz=01;36:*.gz=01;36:*.bz2=01;36:*.tbz2=01;36:*.bz=01;36:*.tz=01;36:*.deb=01;36:*.rpm=01;36:*.jar=01;36:*.rar=01;36:*.ace=01;36:*.zoo=01;36:*.cpio=01;36:*.7z=01;36:*.rz=01;36:*.jpg=00;93:*.jpeg=00;93:*.gif=00;93:*.bmp=00;93:*.pbm=00;93:*.pgm=00;93:*.ppm=00;93:*.tga=00;93:*.xbm=00;93:*.xpm=00;93:*.tif=00;93:*.tiff=00;93:*.png=00;93:*.mng=00;93:*.pcx=00;93:*.mov=00;93:*.mpg=00;93:*.mpeg=00;93:*.m2v=00;93:*.mkv=00;93:*.ogm=00;93:*.mp4=00;93:*.m4v=00;93:*.mp4v=00;93:*.vob=00;93:*.qt=00;93:*.nuv=00;93:*.wmv=00;93:*.asf=00;93:*.rm=00;93:*.rmvb=00;93:*.flc=00;93:*.avi=00;93:*.fli=00;93:*.gl=00;93:*.dl=00;93:*.xcf=00;93:*.xwd=00;93:*.yuv=00;93:*.svg=00;93:*.aac=00;36:*.au=00;36:*.flac=00;35:*.mid=00;35:*.midi=00;35:*.mka=00;35:*.mp3=00;35:*.mpc=00;35:*.ogg=00;35:*.ra=00;35:*.wav=00;35:*.opus=00;35:"
export _JAVA_AWT_WM_NONREPARENTING=1