From 049e111bb03d973d32e0d34e2b38b259d1388d29 Mon Sep 17 00:00:00 2001 From: Tristaan Date: Thu, 15 Feb 2018 23:16:46 +0100 Subject: [PATCH] new aliases and plugins, polybar updated --- .config/polybar/config | 6 +++--- .config/ranger/bookmarks | 3 ++- .i3/config | 2 +- .oh-my-zsh | 2 +- .zshrc | 3 ++- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index c43bb2e..dd3cd2f 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -34,7 +34,7 @@ bright_white = '0xd7d7d7' [bar/top] -monitor = ${env:MONITOR:eDP-1} +monitor = ${env:MONITOR} width = 100% height = 30 ;offset-x = 1% @@ -208,7 +208,7 @@ animation-packetloss-framerate = 500 [module/wired-network] type = internal/network -interface = enp4s0 +interface = enp0s20u2 interval = 1.0 udspeed-minwidth = 5 @@ -275,7 +275,7 @@ format-underline = ${colors.blue} label = %time%%date% [module/volume] -type = internal/volume +type = internal/alsa format-volume = label-volume = "VOL" diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks index 97d8afa..345c66e 100755 --- a/.config/ranger/bookmarks +++ b/.config/ranger/bookmarks @@ -2,4 +2,5 @@ v:/home/tristan/build/rineja/app/views a:/home/tristan/build/rineja/app/assets c:/home/tristan/build/rineja/app/controllers l:/home/tristan/build/shoppe/config/locales -':/home/tristan/build/doc24_backend/db/data +':/media/Games/PS3/Zombie.Apocalypse.PSN.PS3-DUPLEX +j:/media diff --git a/.i3/config b/.i3/config index 7c4ea0d..b05c993 100644 --- a/.i3/config +++ b/.i3/config @@ -34,7 +34,7 @@ font pango: xos4 Terminus, Font Awesome 5 Free, Font Awesome 5 Brands 12 #-----T-i3-----# #class border backgr. text indicator -client.focused #225396 #15325A #ffffff #2e9ef4 +client.focused #225396 #7592bA #ffffff #2e9ef4 client.focused_inactive #15325A #032048 #ffffff #484e50 client.urgent #2f343a #900000 #ffffff #900000 client.placeholder #000000 #0c0c0c #ffffff #000000 diff --git a/.oh-my-zsh b/.oh-my-zsh index e273cf0..37c2d0d 160000 --- a/.oh-my-zsh +++ b/.oh-my-zsh @@ -1 +1 @@ -Subproject commit e273cf004e1ff0510aee61416885f3003bcd15d9 +Subproject commit 37c2d0ddd751e15d0c87a51e2d9f9849093571dc diff --git a/.zshrc b/.zshrc index 65e79f0..ce37310 100755 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,7 @@ else ZSH_THEME="T-netbook" fi -plugins=(archlinux zsh-autosuggestions) +plugins=(git git-extras ruby capistrano bundler archlinux zsh-autosuggestions) source $ZSH/oh-my-zsh.sh @@ -53,6 +53,7 @@ alias lh="ls -lh" alias ip="ip -c" alias be="bundle exec" alias ber="bundle exec rails" +alias ssc="sudo systemctl" # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. export PATH="$HOME/.rvm/bin:$PATH"