diff --git a/herbstluftwm/hl_panel_content.py b/herbstluftwm/hl_panel_content.py index b94c42a..d4dc2d2 100755 --- a/herbstluftwm/hl_panel_content.py +++ b/herbstluftwm/hl_panel_content.py @@ -74,13 +74,13 @@ def bcw(): return "" def bwp(): tmp = "" - cur = 21 + cur = 29 try: with open(hl_utils.hlpath(BC_PAGE_LOG),'r') as f: tmp = "{} pages".format(f.read().strip()) except: tmp = "{} pages".format(cur) - tmp = hl_utils.color_panel(tmp,hl_utils.get_color(cur,0,50)) + tmp = hl_utils.color_panel(tmp,hl_utils.get_color(cur,0,60)) return tmp diff --git a/zshrc b/zshrc index 974c723..4b46f0c 100644 --- a/zshrc +++ b/zshrc @@ -320,7 +320,7 @@ 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 bc="cd /proj/cipdata/ik15ydit" +alias bc="cd /proj/cipdata/ik15ydit/license-confusion-bc" export PYTHONPATH=/home/cip/2013/ik15ydit/python-local alias -g atip="echo 93.104.211.59" alias atp="~/.config/playercount.py"