mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
[git fast commit] 20. Apr 2018 - 00:46:33
This commit is contained in:
@@ -35,7 +35,7 @@ if [[ "$HOST" == "atlantislaptop" ]]; then
|
||||
hc keybind XF86MonBrightnessUp spawn /bin/bash -c 'tee /sys/class/backlight/intel_backlight/brightness <<< "$(expr $(cat /sys/class/backlight/intel_backlight/brightness) + 5)"'
|
||||
hc keybind XF86MonBrightnessDown spawn /bin/bash -c 'tee /sys/class/backlight/intel_backlight/brightness <<< "$(expr $(cat /sys/class/backlight/intel_backlight/brightness) - 5)"'
|
||||
#/usr/bin/dunst &
|
||||
hc keybind $Mod-o spawn /bin/bash -c "/home/ik15ydit/.config/i3lock/piclock.sh && sudo s2disk"
|
||||
hc keybind $Mod-Shift-o spawn /bin/bash -c "sudo s2ram"
|
||||
fi
|
||||
|
||||
### Atlantis general
|
||||
@@ -77,8 +77,8 @@ hc keybind $Mod-p spawn pavucontrol
|
||||
hc keybind $Mod-Shift-l spawn libreoffice
|
||||
hc keybind $Mod-t spawn /bin/bash -c "LC_ALL=en_DK.utf8 && export LC_ALL && thunderbird"
|
||||
hc keybind $Mod-Shift-i spawn urxvt -e ssh ik15ydit@ircbox.cs.fau.de -t 'tmux a -d'
|
||||
hc keybind $Mod-Shift-j spawn urxvt -e ssh sheppy@atlantishq.de -t 'tmux a -d'
|
||||
hc keybind $Mod-Shift-t spawn urxvt -e ssh telegram-sheppy@atlantishq.de -i ~/.ssh/telegram -t "/home/telegram-sheppy/tg/bin/telegram-cli"
|
||||
hc keybind $Mod-j spawn /bin/bash -c "rm $HOME/.config/herbstluftwm/irc.log && herbstclient spawn urxvt -e 'exit'"
|
||||
hc keybind $Mod-e spawn rofi -combi-mode window,run -show combi -modi combi
|
||||
hc keybind $Mod-Shift-e spawn rofi -show run
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ def pw():
|
||||
|
||||
def cip_logins(ignore=""):
|
||||
MAX_LOGINS=5
|
||||
cmd="wget -q -O- --user cip --password "+pw()+" 'https://atlantishq.de/cipactive/active_logins'"
|
||||
cmd="wget -q -O- --user cip --password "+pw()+" 'https://atlantishq.de:/cipactive/active_logins'"
|
||||
try:
|
||||
l=hl_utils.shexec(cmd).split("\n")
|
||||
except:
|
||||
@@ -163,7 +163,7 @@ last_ip="LOL"
|
||||
def ip_status():
|
||||
global last_ip
|
||||
try:
|
||||
ip="Public IP: "+ hl_utils.shexec("wget --timeout=3 -O- --quiet https://atlantishq.de/ipcheck")
|
||||
ip="Public IP: "+ hl_utils.shexec("wget --no-proxy --timeout=3 -O- --quiet https://atlantishq.de:8002/ipcheck")
|
||||
if last_ip == ip:
|
||||
return
|
||||
else:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||
sort_key=46
|
||||
sort_key=2
|
||||
sort_direction=1
|
||||
hide_threads=0
|
||||
hide_kernel_threads=1
|
||||
@@ -12,7 +12,7 @@ show_program_path=1
|
||||
highlight_base_name=0
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
tree_view=0
|
||||
tree_view=1
|
||||
header_margin=1
|
||||
detailed_cpu_time=0
|
||||
cpu_count_from_zero=0
|
||||
|
||||
5
playercount.py
Executable file
5
playercount.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python3
|
||||
import valve.source.a2s as a2
|
||||
s=a2.ServerQuerier("atlantishq.de",27015)
|
||||
print(s.players()["player_count"])
|
||||
s.close()
|
||||
1
vim/rc
1
vim/rc
@@ -100,3 +100,4 @@ set clipboard=unnamed
|
||||
" python-jedi config
|
||||
"let g:jedi#popup_on_dot = 0
|
||||
autocmd FileType python setlocal completeopt-=preview
|
||||
autocmd BufNewFile,BufRead *.sm set syntax=cpp
|
||||
|
||||
5
zshrc
5
zshrc
@@ -193,6 +193,7 @@ fi
|
||||
|
||||
## Connect to ircbox and attach tmux
|
||||
alias irc="ssh ircbox.cs.fau.de -t 'command; tmux a'"
|
||||
alias dirc="ssh sheppy@atlantishq.de -t 'command; tmux a'"
|
||||
|
||||
## lock screen but still let people read it
|
||||
alias transparent_xlock="xlock -mode blank -geometry 1x1"
|
||||
@@ -294,7 +295,7 @@ export whateverprovides
|
||||
ssh_func(){
|
||||
printf '\033]708;red\007';
|
||||
/usr/bin/ssh $@;
|
||||
printf '\033]708;black\007'
|
||||
printf '\033]708;black\007';
|
||||
}
|
||||
alias ssh="ssh_func"
|
||||
|
||||
@@ -319,3 +320,5 @@ alias insurgency_status="ssh insurgency@atlantishq.de -t /usr/local/bin/insurgen
|
||||
alias python=python3
|
||||
alias dirc="ssh sheppy@atlantishq.de -t 'command;tmux a -d'"
|
||||
alias gfc='git commit . -m "[git fast commit] $(date +"%d. %h %Y - %H:%M:%S")" && git push'
|
||||
alias -g atip="echo 93.104.211.59"
|
||||
alias atp="~/.config/playercount.py"
|
||||
|
||||
Reference in New Issue
Block a user