new aliases and plugins, polybar updated

This commit is contained in:
Tristaan
2018-02-15 23:16:46 +01:00
parent afbe570a5b
commit 049e111bb0
5 changed files with 9 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ bright_white = '0xd7d7d7'
[bar/top] [bar/top]
monitor = ${env:MONITOR:eDP-1} monitor = ${env:MONITOR}
width = 100% width = 100%
height = 30 height = 30
;offset-x = 1% ;offset-x = 1%
@@ -208,7 +208,7 @@ animation-packetloss-framerate = 500
[module/wired-network] [module/wired-network]
type = internal/network type = internal/network
interface = enp4s0 interface = enp0s20u2
interval = 1.0 interval = 1.0
udspeed-minwidth = 5 udspeed-minwidth = 5
@@ -275,7 +275,7 @@ format-underline = ${colors.blue}
label = %time%%date% label = %time%%date%
[module/volume] [module/volume]
type = internal/volume type = internal/alsa
format-volume = <label-volume> <bar-volume> format-volume = <label-volume> <bar-volume>
label-volume = "VOL" label-volume = "VOL"

View File

@@ -2,4 +2,5 @@ v:/home/tristan/build/rineja/app/views
a:/home/tristan/build/rineja/app/assets a:/home/tristan/build/rineja/app/assets
c:/home/tristan/build/rineja/app/controllers c:/home/tristan/build/rineja/app/controllers
l:/home/tristan/build/shoppe/config/locales l:/home/tristan/build/shoppe/config/locales
':/home/tristan/build/doc24_backend/db/data ':/media/Games/PS3/Zombie.Apocalypse.PSN.PS3-DUPLEX
j:/media

View File

@@ -34,7 +34,7 @@ font pango: xos4 Terminus, Font Awesome 5 Free, Font Awesome 5 Brands 12
#-----T-i3-----# #-----T-i3-----#
#class border backgr. text indicator #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.focused_inactive #15325A #032048 #ffffff #484e50
client.urgent #2f343a #900000 #ffffff #900000 client.urgent #2f343a #900000 #ffffff #900000
client.placeholder #000000 #0c0c0c #ffffff #000000 client.placeholder #000000 #0c0c0c #ffffff #000000

3
.zshrc
View File

@@ -14,7 +14,7 @@ else
ZSH_THEME="T-netbook" ZSH_THEME="T-netbook"
fi fi
plugins=(archlinux zsh-autosuggestions) plugins=(git git-extras ruby capistrano bundler archlinux zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
@@ -53,6 +53,7 @@ alias lh="ls -lh"
alias ip="ip -c" alias ip="ip -c"
alias be="bundle exec" alias be="bundle exec"
alias ber="bundle exec rails" alias ber="bundle exec rails"
alias ssc="sudo systemctl"
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. # Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$HOME/.rvm/bin:$PATH" export PATH="$HOME/.rvm/bin:$PATH"