Skip to content

Instantly share code, notes, and snippets.

np: %?stream='1'<%name [%pm:%ps/LIVE] %?VBR='yes'<{%ABR VBR kbps} |{%br kbps} >%?sr='44'<[44.1 kHz]|[%sr kHz]>|%?ext='cue'<%name %?4<[%4] |>%?5<{%5} |>[%pm:%ps/%min:%sec] %?VBR='yes'<{%ABR VBR kbps} |{%br kbps} >%?sr='44'<[44.1 kHz]|[%sr kHz]>|%name %?4<[%4] |>%?5<{%5} |>[%pm:%ps/%min:%sec] %?VBR='yes'<{%ABR VBR kbps} |{%br kbps} >%?sr='44'<[44.1 kHz]|[%sr kHz]>>>
np: %?stream='1'<&b%name&b &c04[&c&b%pm:%ps&b&c04/&c&bLIVE&b&c04]&c %?VBR='yes'<&c07{&c&b%ABR VBR kbps&b&c07}&c |&c07{&c&b%br kbps&b&c07}&c >%?sr='44'<&c08[&c&b44.1 kHz&b&c08]&c|&c08[&c&b%sr kHz&b&c08]&c>|%?ext='cue'<&b%name&b %?4<&c04[&c&b&u%4&u&b&c04]&c |>%?5<&c07{&c&b%5&b&c07}&c |>&c08[&c&b%pm:%ps&b&c08/&c&b%min:%sec&b&c08]&c %?VBR='yes'<&c09{&c&b%ABR VBR kbps&b&c09}&c |&c09{&c&b%br kbps&b&c09}&c >%?sr='44'<&c10[&c&b44.1 kHz&b&c10]&c|&c10[&c&b%sr kHz&b&c10]&c>|&b%name&b %?4<&c04[&c&b&u%4&u&b&c04]&c |>%?5<&c07{&c&b%5&b&c07}&c |>&c08[&c&b%pm:%ps&b&c08/&c&b%min:%sec&b&c08]&c %?VBR='yes'<&c09{&c&b%ABR VBR kbps&b&c09}&c |&c09{&c&b%br kbps&b&c09}&c >%
# dot.zshrc-powerline
source "$HOME/.profile"
powerline-daemon -q
if [[ -r /usr/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh ]]; then
source /usr/lib/python3.6/site-packages/powerline/bindings/zsh/powerline.zsh
fi
--- a/shared/nm-service-defines.h 2018-03-23 00:31:56.180066624 +0100
+++ b/shared/nm-service-defines.h 2018-03-23 00:32:29.185250406 +0100
@@ -93,6 +93,8 @@
#define NM_OPENVPN_AUTH_SHA256 "SHA256"
#define NM_OPENVPN_AUTH_SHA384 "SHA384"
#define NM_OPENVPN_AUTH_SHA512 "SHA512"
+#define NM_OPENVPN_AUTH_STREEBOG256 "streebog256"
+#define NM_OPENVPN_AUTH_STREEBOG512 "streebog512"
#define NM_OPENVPN_CONTYPE_PASSWORD "password"
# 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
# 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
[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
[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
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
#PS1='[\u@\h \W]\$ '
" 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
@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;