Skip to content

Instantly share code, notes, and snippets.

:root {
--accent-color: #ff5555;
--channel-bar-color: #282a36;
--main-text-color: #f8f8f2;
--sub-text-color: #868686;
}
.root {
background-color: #282a36;
}

Keybase proof

I hereby claim:

  • I am domainzero on github.
  • I am domain (https://keybase.io/domain) on keybase.
  • I have a public key whose fingerprint is 1C20 2B1B D47F D643 F85A 9C0E 1BDB 5FA2 FD56 B789

To claim this, I am signing this object:

[global]
font = Terminess Powerline 9
# Allow a small subset of html markup:
# <b>bold</b>
# <i>italic</i>
# <s>strikethrough</s>
# <u>underline</u>
#
# For a complete reference see
@domainzero
domainzero / statscollect.sh
Last active February 24, 2016 16:38
bash script to monitor some shit. Set it up as a cron job and have it run every 10-30 seconds.
#!/bin/sh
while :
do
#HDD temps
ssd=`smartctl -a /dev/ada0 | grep -i 194 | cut -c88- | cut -d "(" -f 1`
storage1=`smartctl -a /dev/ada1 | grep -i 194 | cut -c88-`
#ada1 size stats
totalsize=`df -h /Downloads/ | grep Video | cut -c27- | cut -d " " -f 1 | cut -d "T" -f 1`
used=`df -h /Downloads/ | grep Video | cut -c35- | cut -d "G" -f 1`
avail=`df -h /Downloads/ | grep Video | cut -c43- | cut -d "T" -f 1`
;-Caption
LWIN & LButton::
WinSet, Style, -0xC00000, A
return
;
;+Caption
LWIN & RButton::
WinSet, Style, +0xC00000, A
return
@domainzero
domainzero / SKILENTONS
Created June 2, 2014 18:09
SKILENTONS
░░░░░░░░░░░░▄▐
░░░░░░▄▄▄░░▄██▄
░░░░░▐▀█▀▌░░░░▀█▄
░░░░░▐█▄█▌░░░░░░▀█▄
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀
░░░░▄▄▄██▀▀▀▀
░░░█▀▄▄▄█░▀▀
░░░▌░▄▄▄▐▌▀▀▀
▄░▐░░░▄▄░█░▀▀ U HAVE BEEN SPOOKED BY THE
▀█▌░░░▄░▀█▀░▀
@domainzero
domainzero / .zshrc
Last active August 29, 2015 14:02
zshrc
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="arrow"
#ALIASES
#alias zshconfig="mate ~/.zshrc"
#alias ohmyzsh="mate ~/.oh-my-zsh"
alias screenfetch="/home/deja/.scripts/cmdfetch/cmdfetch"
alias toilet="/home/deja/toilet/toilet.exe -d /cygdrive/f/cyg/cygwin64/home/deja/toilet/fonts/"
alias boxcutter="echo Screenshotting in 3...2...1... && sleep 3 && /home/deja/boxcutter/boxcutter.exe -f"