mirror of
https://github.com/FAUSheppy/config
synced 2025-12-07 07:21:37 +01:00
[git fast commit] 04. Jul 2018 - 08:19:20
This commit is contained in:
@@ -24,7 +24,7 @@ Mod=Mod4 # Use the super key as the main modifier
|
|||||||
### All Machines ####
|
### All Machines ####
|
||||||
### Atlantis PC-specific setup ###
|
### Atlantis PC-specific setup ###
|
||||||
if [[ "$HOST" == "atlantispc" ]]; then
|
if [[ "$HOST" == "atlantispc" ]]; then
|
||||||
/usr/bin/xrandr --output DVI-D-1 --left-of HDMI-1
|
/usr/bin/xrandr --output DVI-D-1 --right-of HDMI-1
|
||||||
#hc detect_monitors
|
#hc detect_monitors
|
||||||
hc set swap_monitors_to_get_tag 0
|
hc set swap_monitors_to_get_tag 0
|
||||||
# hc set_monitors 3840x1080+0+0
|
# hc set_monitors 3840x1080+0+0
|
||||||
|
|||||||
@@ -88,9 +88,9 @@ def bwp():
|
|||||||
|
|
||||||
|
|
||||||
def countdown():
|
def countdown():
|
||||||
delta = datetime(year=2018,month=7,day=23,hour=8) - datetime.now()
|
delta = datetime(year=2018,month=7,day=23,hour=12) - datetime.now()
|
||||||
if delta.days > 1:
|
if delta.days > 1:
|
||||||
tmp = "{} von 150 Tagen bis Abgabe verbleibend".format(delta.days)
|
tmp = "{} days {} hours remaining".format(delta.days,int(delta.seconds/60/60))
|
||||||
else:
|
else:
|
||||||
tmp = "{}h bis BC Abgabe".format(delta.hours)
|
tmp = "{}h bis BC Abgabe".format(delta.hours)
|
||||||
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(delta.days,0,180))
|
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(delta.days,0,180))
|
||||||
|
|||||||
@@ -8,3 +8,6 @@ Host *.fauiwg.de
|
|||||||
Host *.cs.fau.de
|
Host *.cs.fau.de
|
||||||
User ik15ydit
|
User ik15ydit
|
||||||
IdentityFile ~/.ssh/cipkey
|
IdentityFile ~/.ssh/cipkey
|
||||||
|
Host atlantishq.de
|
||||||
|
User root
|
||||||
|
IdentityFile ~/.ssh/atlantis
|
||||||
|
|||||||
Reference in New Issue
Block a user