Skip to content

Instantly share code, notes, and snippets.

View spugachev's full-sized avatar

Sergey Pugachev spugachev

View GitHub Profile
@darko-mesaros
darko-mesaros / lolbanner-function.fish
Created May 28, 2020 11:32
Lolbanner alias / function that shows some colorfull text
function lolbanner
echo
figlet -c -f ~/.local/share/fonts/figlet-fonts/3d.flf $argv | lolcat
echo
end
@kevinsawicki
kevinsawicki / index.html
Last active February 1, 2023 19:15
Electron Vibrancy Example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vibrancy Example</title>
<style>
* {
color: rgba(100, 100, 100, 0.9);
}
h1 {