Compare commits

...

4 Commits

@ -203,7 +203,7 @@ bindsym $mod+r mode "resize"
# finds out, if available)
bar {
tray_output primary
status_command i3status
status_command /usr/local/bin/i3status
position top
separator_symbol " | "
colors {

@ -14,28 +14,28 @@ GRAY='#aaaaaaff'
i3lock \
-i ~/.config/img/lockscreen.png \
-t \
--insidevercolor=$B \
--ringvercolor=$GRAY \
--insidever-color=$B \
--ringver-color=$GRAY \
\
--insidewrongcolor=$B \
--ringwrongcolor=$RED \
--insidewrong-color=$B \
--ringwrong-color=$RED \
\
--insidecolor=$B \
--ringcolor=$B \
--linecolor=$B \
--separatorcolor=$B \
--inside-color=$B \
--ring-color=$B \
--line-color=$B \
--separator-color=$B \
\
--verifcolor=$GRAY \
--wrongcolor=$RED \
--timecolor=$BLACK \
--datecolor=$BLACK \
--keyhlcolor=$GRAY \
--bshlcolor=$GRAY \
--verif-color=$GRAY \
--wrong-color=$RED \
--time-color=$BLACK \
--date-color=$BLACK \
--keyhl-color=$GRAY \
--bshl-color=$GRAY \
\
--clock \
--indicator \
--timestr="%H:%M:%S" \
--datestr="%A, %m %Y" \
--time-str="%H:%M:%S" \
--date-str="%A, %m %Y" \
#--keylayout 0 \
#--blur 5 \
#--screen 1 \

@ -20,6 +20,7 @@ Host azerty azerty.fil.sand.auro.re
Host 10.128.0.* *.adm.auro.re
# ProxyJump passerelle.auro.re
ProxyJump camelot.auro.re
CertificateFile ~/.ssh/id_ed25519-cert-aurore.pub
User histausse
Host *.auro.re
@ -40,21 +41,6 @@ Host perso-telecom
ProxyJump proxy-telecom
User jmmineau
Host hellman hellman.fil.sand.auro.re
Hostname hellman.fil.sand.auro.re
ProxyJump proxy_pp
User histausse
Host rossum
Hostname 172.20.1.4
# Hostname 192.168.0.50
# Hostname rossum.deso-palaiseau.fr
User histausse
Host rossum
Hostname rossum.deso-palaiseau.fr
User histausse
Host 172.20.*.*
User histausse
@ -93,8 +79,8 @@ Host gitea.auro.re
User git
ProxyJump hindley
Host ubuntusnap
Hostname 192.168.56.3
Host ubuntusnap2
Hostname 192.168.56.5
User histausse
IdentityFile ~/.ssh/id_local
@ -106,3 +92,7 @@ Host centossnap
Host syssec
Hostname syssec-lab.s3.eurecom.fr
User histausse
Host goadec
Hostname goadec.home
User histausse

@ -9,7 +9,6 @@ xontrib load coreutils
# env
$PATH.insert(0, $HOME+'/bin')
$PATH.insert(0, $HOME+'/bin')
$PATH.insert(0, $HOME+'/.local/bin')
$PATH.insert(0, $HOME+'/.cargo/bin')
$PATH.insert(0, $HOME+'/.gem/ruby/2.7.0/bin')
@ -34,6 +33,7 @@ aliases['...'] = 'cd ../.'
aliases['.3'] = 'cd ../../..'
aliases['.4'] = 'cd ../../../..'
aliases['.5'] = 'cd ../../../../..'
aliases['eurecom'] = 'cd ~/Document/telecom/EURECOM'
# vi = vim
aliases['vi'] = 'vim'

Loading…
Cancel
Save