Added hiding feature for i3status. Removed autojump from bashrc. Fixed grep for regular expressions. Matched colors with i3 colrscheme
This commit is contained in:
parent
7efbe3a4c7
commit
1d486dbfa5
@ -31,3 +31,5 @@
|
|||||||
keepBackup = false
|
keepBackup = false
|
||||||
[http]
|
[http]
|
||||||
sslVerify = false
|
sslVerify = false
|
||||||
|
[credential]
|
||||||
|
helper = cache
|
||||||
|
13
i3/config
13
i3/config
@ -35,6 +35,9 @@ client.urgent $rd $rd $tx
|
|||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
status_command i3status --config ~/.i3/i3status.conf
|
status_command i3status --config ~/.i3/i3status.conf
|
||||||
|
mode hide
|
||||||
|
modifier Mod4
|
||||||
|
tray_output HDMI3
|
||||||
colors {
|
colors {
|
||||||
background $bg
|
background $bg
|
||||||
statusline $fg
|
statusline $fg
|
||||||
@ -74,6 +77,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
bindsym $mod+Return exec xterm
|
bindsym $mod+Return exec xterm
|
||||||
bindsym $mod+Shift+c kill
|
bindsym $mod+Shift+c kill
|
||||||
|
bindsym $mod+c move absolute position center
|
||||||
# dmenu_run -nb '#000000' -nf '#ffffff' -sb '#474747' -sf '#ffffff'
|
# dmenu_run -nb '#000000' -nf '#ffffff' -sb '#474747' -sf '#ffffff'
|
||||||
# dmenu_run -nb '#2c2c2c' -nf '#dcdccc' -sb '#3f3f3f' -sf '#9ab8d7'
|
# dmenu_run -nb '#2c2c2c' -nf '#dcdccc' -sb '#3f3f3f' -sf '#9ab8d7'
|
||||||
bindsym $mod+p exec dmenu_run -nb '#2c2c2c' -nf '#dcdccc' -sb '#3f3f3f' -sf '#9ab8d7'
|
bindsym $mod+p exec dmenu_run -nb '#2c2c2c' -nf '#dcdccc' -sb '#3f3f3f' -sf '#9ab8d7'
|
||||||
@ -125,10 +129,11 @@ bindsym $mod+Shift+8 move container to workspace 8
|
|||||||
bindsym $mod+Shift+9 move container to workspace 9
|
bindsym $mod+Shift+9 move container to workspace 9
|
||||||
bindsym $mod+Shift+0 move container to workspace 10
|
bindsym $mod+Shift+0 move container to workspace 10
|
||||||
bindsym $mod+Shift+r reload
|
bindsym $mod+Shift+r reload
|
||||||
bindsym $mod+Shift+minus exec banshee --previous
|
bindsym $mod+Shift+minus exec --no-startup-id banshee --previous
|
||||||
bindsym $mod+Shift+equal exec banshee --next
|
bindsym $mod+Shift+equal exec --no-startup-id banshee --next
|
||||||
bindsym $mod+minus exec banshee --pause
|
bindsym $mod+minus exec --no-startup-id banshee --pause
|
||||||
bindsym $mod+equal exec banshee --play
|
bindsym $mod+equal exec --no-startup-id banshee --play
|
||||||
|
|
||||||
# To initialize wallpapers, run:
|
# To initialize wallpapers, run:
|
||||||
# export DISPLAY=:0.0;mkdir -p ~/.i3/wall;cp ~/ownCloud/wallpaper/std/* ~/.i3/wall;cd ~/.i3/wall;rename -v 's/(.* )+//' *;mogrify -resize `xrandr -q|perl -F'\s|,' -lane "/^Sc/&&print join '',@F[8..10]"`^ -verbose -gravity center -format png *;rm *.jpg;rm *.jpeg
|
# export DISPLAY=:0.0;mkdir -p ~/.i3/wall;cp ~/ownCloud/wallpaper/std/* ~/.i3/wall;cd ~/.i3/wall;rename -v 's/(.* )+//' *;mogrify -resize `xrandr -q|perl -F'\s|,' -lane "/^Sc/&&print join '',@F[8..10]"`^ -verbose -gravity center -format png *;rm *.jpg;rm *.jpeg
|
||||||
bindsym $mod+grave exec "i3lock -di `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`; sleep 60; pgrep i3lock && xset dpms force off"
|
bindsym $mod+grave exec "i3lock -di `echo $(shuf -n1 -e ~/.i3/wall/*) | tee /tmp/wall`; sleep 60; pgrep i3lock && xset dpms force off"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
exec i3
|
exec i3
|
||||||
exec numlockx
|
exec numlockx
|
||||||
|
exec syndaemon -i .5 -d
|
||||||
exec xrandr --output HDMI1 --mode 1920x1080 --primary --output HDMI3 --mode 1920x1080 --left-of HDMI1
|
exec xrandr --output HDMI1 --mode 1920x1080 --primary --output HDMI3 --mode 1920x1080 --left-of HDMI1
|
||||||
|
@ -21,7 +21,6 @@ cplay
|
|||||||
ubuntu-restricted-extras
|
ubuntu-restricted-extras
|
||||||
kdenlive
|
kdenlive
|
||||||
gparted
|
gparted
|
||||||
pidgin
|
|
||||||
diodon
|
diodon
|
||||||
mysql-workbench
|
mysql-workbench
|
||||||
synergy
|
synergy
|
||||||
@ -70,3 +69,4 @@ numlockx
|
|||||||
virtualbox
|
virtualbox
|
||||||
x11vnc
|
x11vnc
|
||||||
xvnc4viewer
|
xvnc4viewer
|
||||||
|
ntop
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#sudo add-apt-repository ppa:vincent-c/ponysay
|
#sudo add-apt-repository ppa:vincent-c/ponysay
|
||||||
|
sudo
|
||||||
software-properties-common
|
software-properties-common
|
||||||
tasksel
|
tasksel
|
||||||
#tasksel install lamp-server
|
#tasksel install lamp-server
|
||||||
@ -63,3 +64,8 @@ mysql-server
|
|||||||
apache2
|
apache2
|
||||||
php5
|
php5
|
||||||
libapache2-mod-php5
|
libapache2-mod-php5
|
||||||
|
node
|
||||||
|
npm
|
||||||
|
bsdgames
|
||||||
|
sshuttle
|
||||||
|
nethogs
|
||||||
|
@ -40,10 +40,8 @@ if ! shopt -oq posix; then
|
|||||||
. /etc/bash_completion
|
. /etc/bash_completion
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
[ -f /usr/share/autojump/autojump.sh ] && . /usr/share/autojump/autojump.sh
|
|
||||||
|
|
||||||
[[ -s /home/stonewareslord/.autojump/etc/profile.d/autojump.sh ]] && source /home/stonewareslord/.autojump/etc/profile.d/autojump.sh
|
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/stonewareslord/tmp/ucpp/ucpp/:/home/stonewareslord/tmp/ucpp/ucpp/:/home/stonewareslord/hitchhikers/bin/ucpp/ucpp:/home/stonewareslord/hitchhikers/bin/ucpp/ucpp
|
||||||
export PATH=/home/stonewareslord/.autojump/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/stonewareslord/tmp/ucpp/ucpp/:/home/stonewareslord/tmp/ucpp/ucpp/:/home/stonewareslord/hitchhikers/bin/ucpp/ucpp:/home/stonewareslord/hitchhikers/bin/ucpp/ucpp
|
|
||||||
|
|
||||||
complete -cf sudo man
|
complete -cf sudo man
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ alias zless=$PAGER
|
|||||||
|
|
||||||
source "$HOME/.antigen/antigen.zsh"
|
source "$HOME/.antigen/antigen.zsh"
|
||||||
antigen bundle stonewareslord/oh-my-git
|
antigen bundle stonewareslord/oh-my-git
|
||||||
|
#antigen bundle arialdomartini/oh-my-git
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
antigen theme stonewareslord/oh-my-git-themes af-magic
|
antigen theme stonewareslord/oh-my-git-themes af-magic
|
||||||
antigen apply
|
antigen apply
|
||||||
@ -31,7 +32,7 @@ source /etc/zsh_command_not_found
|
|||||||
export PATH="/home/stonewareslord/.autojump/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
|
export PATH="/home/stonewareslord/.autojump/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
alias ls='ls --color=always -F'
|
alias ls='ls --color=always -F'
|
||||||
alias ehistory='cat ~/.bash_eternal_history|grep $@'
|
alias ehistory='cat ~/.bash_eternal_history|egrep -iP $@'
|
||||||
alias bat='upower -i /org/freedesktop/UPower/devices/battery_BAT0| grep -E "state|to\ full|percentage"'
|
alias bat='upower -i /org/freedesktop/UPower/devices/battery_BAT0| grep -E "state|to\ full|percentage"'
|
||||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||||
alias disphost='export DISPLAY=:0.0'
|
alias disphost='export DISPLAY=:0.0'
|
||||||
@ -43,7 +44,7 @@ alias fixsh='ssh-keygen -R'
|
|||||||
alias tmux='tmux -2'
|
alias tmux='tmux -2'
|
||||||
#alias less='less -r'
|
#alias less='less -r'
|
||||||
alias tree='tree -C'
|
alias tree='tree -C'
|
||||||
alias grep="grep --color=auto"
|
alias grep="egrep -i --color=auto"
|
||||||
alias skim="(head -5; tail -5) <"
|
alias skim="(head -5; tail -5) <"
|
||||||
alias cp="cp -v"
|
alias cp="cp -v"
|
||||||
alias mv="mv -v"
|
alias mv="mv -v"
|
||||||
|
@ -311,6 +311,8 @@ Bundle 'morhetz/gruvbox'
|
|||||||
" |https://github.com/morhetz/gruvbox
|
" |https://github.com/morhetz/gruvbox
|
||||||
Bundle 'superbrothers/vim-vimperator'
|
Bundle 'superbrothers/vim-vimperator'
|
||||||
" |https://github.com/superbrothers/vim-vimperator
|
" |https://github.com/superbrothers/vim-vimperator
|
||||||
|
Bundle 'Rykka/colorv.vim'
|
||||||
|
" |https://github.com/Rykka/colorv.vim
|
||||||
" |
|
" |
|
||||||
"DO NOT DELETE LINE ABOVE OR \bun WILL BREAK
|
"DO NOT DELETE LINE ABOVE OR \bun WILL BREAK
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
@ -22,11 +22,11 @@ hi CompItem[selected] background: #666;
|
|||||||
|
|
||||||
" Used in Command Line
|
" Used in Command Line
|
||||||
" Entire bottom line
|
" Entire bottom line
|
||||||
hi CmdLine color: #aaa; background: #333; font-family: Inconsolata; font-size: 12px; padding: 0px; vertical-align: middle; border: none;
|
hi CmdLine color: #aaa; background: #121212; font-family: Inconsolata; font-size: 12px; padding: 0px; vertical-align: middle; border: none;
|
||||||
|
|
||||||
" Used in the URL column of `bmarks`
|
" Used in the URL column of `bmarks`
|
||||||
hi CompResult color: #aaa; width: 45%; overflow: hidden;
|
hi CompResult color: #aaa; width: 45%; overflow: hidden;
|
||||||
hi CompTitle color: #ddc; background: #333; font-weight: bold;
|
hi CompTitle color: #ddc; background: #121212; font-weight: bold;
|
||||||
hi CompTitle>* color: #aaa; font-weight: bold; border-top: 1px solid gray; border-bottom: 1px solid #BBB; padding: 1px 0.5ex;
|
hi CompTitle>* color: #aaa; font-weight: bold; border-top: 1px solid gray; border-bottom: 1px solid #BBB; padding: 1px 0.5ex;
|
||||||
|
|
||||||
" " Hints!
|
" " Hints!
|
||||||
@ -37,19 +37,19 @@ hi CompTitle>* color: #aaa; font-weight: bold; border-top: 1px solid gray; bo
|
|||||||
" hi HintImage opacity: .5;
|
" hi HintImage opacity: .5;
|
||||||
|
|
||||||
" Used also in wrapping error messages as the background, simple speaking
|
" Used also in wrapping error messages as the background, simple speaking
|
||||||
hi InfoMsg color: #ddc; background: #333;
|
hi InfoMsg color: #ddc; background: #121212;
|
||||||
|
|
||||||
" Used when error on syntax error in vimperatorrc, etc.
|
" Used when error on syntax error in vimperatorrc, etc.
|
||||||
hi LineNr color: orange; background-color: #333;
|
hi LineNr color: orange; background-color: #121212;
|
||||||
|
|
||||||
hi ErrorMsg color: #c22; background-color: #333; font-weight: bold;
|
hi ErrorMsg color: #c22; background-color: #121212; font-weight: bold;
|
||||||
|
|
||||||
" Used in CARET or COMMAND modes
|
" Used in CARET or COMMAND modes
|
||||||
hi ModeMsg color: #ddc; background: #333;
|
hi ModeMsg color: #ddc; background: #121212;
|
||||||
|
|
||||||
hi MoreMsg color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
|
hi MoreMsg color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
|
||||||
|
|
||||||
hi Normal color: #ddc; background: #333;
|
hi Normal color: #ddc; background: #121212;
|
||||||
|
|
||||||
" Used in :`js tr<TAB>`
|
" Used in :`js tr<TAB>`
|
||||||
hi Boolean color: #f00;
|
hi Boolean color: #f00;
|
||||||
@ -62,15 +62,15 @@ hi String color: #0c0;
|
|||||||
" Used in "Press ENTER..." of `jumps` or `bmarks`, or "Follow Hint..." or `f`
|
" Used in "Press ENTER..." of `jumps` or `bmarks`, or "Follow Hint..." or `f`
|
||||||
hi Question color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
|
hi Question color: #080; background: #222; font-weight: bold; -moz-border-radius: 5px; padding-left: 5px;
|
||||||
|
|
||||||
"hi Search color: #333; background-color: #cc0; font-size: inherit; padding: 0; padding: 0;
|
"hi Search color: #121212; background-color: #cc0; font-size: inherit; padding: 0; padding: 0;
|
||||||
|
|
||||||
hi StatusLine color: #ddc; background: #333; font-family: Inconsolata; font-size: 14px; margin-top: 1px;
|
hi StatusLine color: #ddc; background: #121212; font-family: Inconsolata; font-size: 14px; margin-top: 1px;
|
||||||
|
|
||||||
" Firefox's tabs
|
" Firefox's tabs
|
||||||
hi TabNumber color: #ddc; font-weight: bold; margin: 0; padding-right: .3ex; text-shadow: #000 -1px 0 0, #000 0 1px 0, #000 1px 0 0, #000 0 -1px 0;
|
hi TabNumber color: #ddc; font-weight: bold; margin: 0; padding-right: .3ex; text-shadow: #000 -1px 0 0, #000 0 1px 0, #000 1px 0 0, #000 0 -1px 0;
|
||||||
|
|
||||||
" Used in `pageinfo` or `jumps`
|
" Used in `pageinfo` or `jumps`
|
||||||
hi Title color: #ddc; background: #333; font-weight: bold;
|
hi Title color: #ddc; background: #121212; font-weight: bold;
|
||||||
|
|
||||||
" Used in items of Info field of `bmarks`
|
" Used in items of Info field of `bmarks`
|
||||||
hi Keyword color: #CC0;
|
hi Keyword color: #CC0;
|
||||||
|
Loading…
Reference in New Issue
Block a user