Skip to content

Instantly share code, notes, and snippets.

conky.config = {
background = true,
use_xft = true,
font = 'xos4 Terminus:size=8',
xftalpha = 0.1,
--Update Interval
update_interval = 1,
total_run_times = 0,
own_window = true,
own_window_type = 'desktop',
20 4 * * * /usr/bin/certbot renew --quiet --pre-hook "/bin/systemctl stop nginx" --post-hook "/bin/systemctl start nginx; /bin/systemctl reload postfix; /bin/systemctl reload dovecot; /etc/letsencrypt/scripts/copy-letsencrypt-cert-to-inspircd.sh && /etc/letsencrypt/scripts/copy-letsencrypt-cert-to-znc.sh && /bin/systemctl reload inspircd.service"
defscrollback 10000
startup_message off
#hardstatus on
altscreen on
mousetrack on
term screen-256color
bind ',' prev
bind '.' next
#hardstatus alwayslastline
#hardstatus string '%{= kG}[ %{R}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{R} %d-%m-%Y %{W}@ %{B}%0c:%s %{g}]'
@woohooyeah
woohooyeah / GlowingBear.css
Last active April 2, 2017 12:14
GlowingBear.css
/* Use with preferred font: Noto Mono, Consolas, Monaco, Ubuntu Mono, monospace (size 13px) */
#topbar {
font-family: "Noto Mono";
font-size: 11px;
}
@media (min-width: 968px) {
.nav-pills {
font-size: 14px;
" set rtp+=/usr/lib/python2.7/site-packages/powerline/bindings/vim/
set guifont=Noto\ Mono\ for\ Powerline\ 11
set guioptions-=b
set guioptions-=l
set guioptions-=r
set hidden
set laststatus=2
set showtabline=2
set ssop-=folds " do not store folds
set ssop-=options " do not store global and local values in a session
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
#PS1='[\u@\h \W]\$ '
[options]
allow_bold = true
browser = /usr/bin/chromium
cursor_shape = ibeam
dynamic_title = true
font = Droid Sans Mono 10
icon_name = terminal
scrollback_lines = 10000
size_hints = true
urgent_on_bell = true
[options]
allow_bold = true
browser = /usr/bin/chromium
cursor_shape = ibeam
dynamic_title = true
font = Droid Sans Mono Dotted for Powerline 10
scrollback_lines = 10000
size_hints = true
urgent_on_bell = true
# dot.zshrc
source "$HOME/.profile"
source /etc/profile.d/vte.sh
autoload -Uz promptinit
autoload -Uz add-zsh-hook
promptinit
prompt fire red white blue black green yellow
# dot.tmux-powerline.conf
run-shell "powerline-daemon -q"
set -g default-terminal "tmux-256color"
set -g base-index 1
set -g pane-base-index 1
set-option -ga terminal-overrides ",screen-256color:Tc"
source /usr/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf