This commit is contained in:
David Aizenberg
2019-06-09 20:59:43 +02:00
parent a3f5f1967e
commit 89947281b5
2 changed files with 9 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ alias vi='vim' # Also convinient
alias ss='sshch'
alias rtv='rtv --enable-media'
alias moc='mocp --theme=transparent-background'
alias dump="HASTE_SERVER=https://dump.aizenberg.co.uk haste"
@@ -57,6 +58,8 @@ alias blame='git log --graph --pretty=oneline --abbrev-commit'
alias du="ncdu -rr -x --exclude .git --exclude node_modules"
alias fixtouch="xinput map-to-output 9 eDP-1"
#Automatically do an ls after each cd
cd() {
if [ -n "$1" ]; then
@@ -108,3 +111,5 @@ if [ -f $HOME/.bash_helpers ]; then
fi
alias screen_record='bash screen_record.sh'
export GOPATH=$HOME/go
PATH=$GOPATH/bin:$PATH

View File

@@ -3,20 +3,20 @@ general {
interval = 5
}
order += "wireless wlp3s0"
order += "ethernet enp0s25"
order += "wireless wlp58s0"
order += "ethernet enp0s31f6"
order += "path_exists VPN"
order += "load"
order += "tztime local"
order += "tztime berlin"
order += "battery all"
wireless wlp3s0 {
wireless wlp58s0 {
format_up = "%essid"
format_down = "wlan"
}
ethernet enp0s25 {
ethernet enp0s31f6 {
# if you use %speed, i3status requires the cap_net_admin capability
format_up = "eth: %ip (%speed)"
format_down = "eth"