mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
updated
This commit is contained in:
@@ -168,8 +168,8 @@ bindsym $mod+r mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
#bar {
|
||||
#position top
|
||||
#status_command i3blocks -c ~/.i3/i3blocks.conf
|
||||
# position top
|
||||
# status_command i3blocks -c ~/.i3/i3blocks.conf
|
||||
#}
|
||||
|
||||
exec_always --no-startup-id ~/.config/polybar/polybar.sh
|
||||
@@ -207,8 +207,8 @@ exec thunar --daemon
|
||||
exec --no-startup-id xautolock -time 5 -locker 'i3lock -i ~/.lockscreen/`ls /home/bauer/lockscreens | shuf -n 1` -t -f'
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 5%+ #increase sound volume
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse sset Master 5%- #decrease sound volume
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 5%+ #increase sound volume
|
||||
bindsym XF86AudioMute exec --no-startup-id amixer -D pulse sset Master toggle # mute sound
|
||||
|
||||
# Sreen brightness controls
|
||||
|
||||
11
.zshrc
11
.zshrc
@@ -97,8 +97,15 @@ export PATH=$PATH:$CPC_HOME
|
||||
# cuda
|
||||
export CUDA_HOME=/opt/cuda;
|
||||
|
||||
PYTHONPATH="$HOME/scripts"
|
||||
PYTHONPATH="$PYTHONPATH:/opt/modeller9.19/modlib:/opt/modeller9.19/lib/x86_64-intel8/python3.3"
|
||||
#PYTHONPATH="$HOME/scripts"
|
||||
|
||||
#modeller
|
||||
PYTHONPATH="$PYTHONPATH:/opt/modeller/modlib:/opt/modeller/lib/x86_64-intel8/python3.3"
|
||||
export PYTHONPATH
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/modeller/lib/x86_64-intel8"
|
||||
|
||||
export TERMINAL=termite
|
||||
export TERM=termite
|
||||
export BROWSER=firefox
|
||||
|
||||
alias vim='vim --servername vim'
|
||||
|
||||
@@ -19,8 +19,7 @@ secondary = #e60053
|
||||
alert = #bd2c40
|
||||
|
||||
[bar/example]
|
||||
monitor = ${env:MONITOR:DVI-D-0}
|
||||
width = 100%
|
||||
width = 900 ;100%
|
||||
height = 27
|
||||
;offset-x = 1%
|
||||
;offset-y = 1%
|
||||
@@ -41,10 +40,9 @@ padding-right = 2
|
||||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
|
||||
font-0 = fixed:pixelsize=10;1
|
||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||
font-2 = siji:pixelsize=10;1
|
||||
font-3 = FontAwesome:pixelsize=14;0
|
||||
font-0 = FontAwesome:size=11;1
|
||||
font-1 = Noto Mono:fontformat=truetype:size=11:antialias=true;1
|
||||
font-2 = unifont:size=11;0
|
||||
|
||||
wm-restack = i3
|
||||
;override-redirect = true
|
||||
@@ -267,12 +265,11 @@ date-alt = " %d/%m/%Y"
|
||||
time = %H:%M
|
||||
time-alt = %H:%M:%S
|
||||
|
||||
format-prefix =
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #0a6cf5
|
||||
|
||||
label = %time% %date%
|
||||
format = <label>
|
||||
format = <label>
|
||||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
@@ -294,9 +291,9 @@ bar-volume-foreground-6 = #ff5555
|
||||
bar-volume-gradient = false
|
||||
bar-volume-indicator = X
|
||||
bar-volume-indicator-font = 2
|
||||
bar-volume-fill = ─
|
||||
bar-volume-fill = -
|
||||
bar-volume-fill-font = 2
|
||||
bar-volume-empty = ─
|
||||
bar-volume-empty = -
|
||||
bar-volume-empty-font = 2
|
||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user