toto
This commit is contained in:
parent
a689f651b4
commit
bb8a5376d1
3 changed files with 14 additions and 9 deletions
|
@ -201,7 +201,7 @@ bar {
|
|||
colors {
|
||||
active_workspace #500000 #500000 #ffffff
|
||||
focused_workspace #500000 #500000 #ffffff
|
||||
statusline #A040B0
|
||||
statusline #C050F0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ general {
|
|||
colors = true
|
||||
interval = 5
|
||||
color_good = "#40AA40"
|
||||
# markup = "pango"
|
||||
markup = "pango"
|
||||
}
|
||||
|
||||
order += "ipv6"
|
||||
|
|
19
.ssh/config
19
.ssh/config
|
@ -26,8 +26,13 @@ Host telecom
|
|||
User jmmineau
|
||||
#RemoteCommand "source .xonsh_env/bin/activate && xonsh"
|
||||
|
||||
Host my_re2o re2o.deso-palaiseau.fr
|
||||
Hostname re2o.deso-palaiseau.fr
|
||||
Host perso-telecom
|
||||
Hostname perso-jmmineau.lxc.enst.fr
|
||||
ProxyJump proxy-telecom
|
||||
User jmmineau
|
||||
|
||||
Host medarus medarus.deso-palaiseau.fr
|
||||
Hostname medarus.deso-palaiseau.fr
|
||||
User histausse
|
||||
|
||||
Host hellman hellman.fil.sand.auro.re
|
||||
|
@ -39,20 +44,20 @@ Host my_dns dns-histausse.fil.sand.auro.re
|
|||
User histausse
|
||||
ProxyJump hindley
|
||||
|
||||
Host vb1
|
||||
Host vm1
|
||||
Hostname localhost
|
||||
User histausse
|
||||
Port 1122
|
||||
|
||||
Host vb2
|
||||
Host vm2
|
||||
Hostname localhost
|
||||
User histausse
|
||||
Port 1123
|
||||
Port 1222
|
||||
|
||||
Host vb3
|
||||
Host vm3
|
||||
Hostname localhost
|
||||
User histausse
|
||||
Port 1124
|
||||
Port 1322
|
||||
|
||||
Host vps vps.deso-palaiseau.fr
|
||||
Hostname vps-b823f52c.vps.ovh.net
|
||||
|
|
Loading…
Reference in a new issue