Skip to content

Instantly share code, notes, and snippets.

View stav121's full-sized avatar
:octocat:
???

Stavros Grigoriou stav121

:octocat:
???
View GitHub Profile
#!/bin/env sh
PULSE_PROP="filter.want=echo-cancel" skypeforlinux
@stav121
stav121 / .vimrc
Created April 3, 2018 23:44
The best .vimrc in existence, not
" ██
" ░░
" ██ ██ ██ ██████████ ██████ █████
" ░██ ░██░██░░██░░██░░██░░██░░█ ██░░░██
" ░░██ ░██ ░██ ░██ ░██ ░██ ░██ ░ ░██ ░░
" ░░████ ░██ ░██ ░██ ░██ ░██ ░██ ██
" ░░██ ░██ ███ ░██ ░██░███ ░░█████
" ░░ ░░ ░░░ ░░ ░░ ░░░ ░░░░░
@stav121
stav121 / polybar-config
Created January 3, 2019 00:57
Transparent Polybar Config
[colors]
background = #1d1f2110
background-alt = #282a2e
foreground = #1d1f21
foreground-alt = #1d1f21
[bar/main_bar]
width = 100%
height = 27
;offset-x = 1%
#!/bin/sh
#
# This script is an edit of ufetch
#
## INFO
hostname="$(hostname)"
os="$(lsb_release -a | grep Description | awk '{print $2""" """$3}')"
kernel="$(uname -sr)"
uptime="$(uptime -p | sed 's/up //')"