new aliases and plugins, polybar updated
This commit is contained in:
@@ -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> <bar-volume>
|
||||
label-volume = "VOL"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Submodule .oh-my-zsh updated: e273cf004e...37c2d0ddd7
3
.zshrc
3
.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"
|
||||
|
||||
Reference in New Issue
Block a user