This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -eu | |
declare -A T=( | |
[red]=$'\e[0;31m' [green]=$'\e[1;32m' [orange]=$'\e[1;33m' | |
[lightblue]=$'\e[0;34m' [purple]=$'\e[0;35m' [cyan]=$'\e[0;36m' | |
[lightgray]=$'\e[0;37m' [darkgray]=$'\e[1;30em' | |
[lightred]=$'\e[1;31m' [lightgreen]=$'\e[0;32m' | |
[yellow]=$'\e[0;49;93m' [blue]=$'\e[1;34m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.beyondminds.org/archives/files/Documentaries/- IN-SHADOW - A Modern Odyssey - Animated Short Film.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/10 Legendary Cities Proven Real-PAGWl0fw_4Q.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/10 Suspected Conspiracy Theories That Oddly Turned out to Be True.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/Above Majestic HDRip.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/Agenda 21, The Plan To Kill You - by David Icke.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/Alien Contact - Outer Space.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/Alien Megastructure Bigger Than Jupiter Detected at the Cygnus Constellation-ebMD3W5W8HY.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/Aliens Genetically Created Us - Overwhelming Evidence-bOheFLpfmck.mp4 | |
https://www.beyondminds.org/archives/files/Documentaries/All Is Self (Documentary).mp4 | |
https://www.beyondminds.org/archiv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Menus | |
promptDelay() { | |
printf "%s\n" "$@" | fzf --header="Delay:" | |
} | |
mainMenu () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#export DISPLAY=":0" | |
export XDG_RUNTIME_DIR=/run/user/$(id -u) | |
#export XAUTHORITY=/home/cirrus/.Xauthority | |
icon="~/.icons/ui-icons_blue.png" | |
BOOT=$( wget hackersays.com -O - 2>/dev/null | sed -e '/<span>/b' -e d | head -n1 |cut -c7- | grep -Po '.*(?=.......$)' && wget hackersays.com -O - 2>/dev/null | sed -e '/<cite>/b' -e d | head -n1 |cut -c7- | grep -Po '.*(?=.......$)' | |
) | |
dunstify -i "$icon" -r 100 "Hackersays" "$BOOT" | |
exit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export DISPLAY=":0" | |
export XDG_RUNTIME_DIR=/run/user/$(id -u) | |
while true; do free | grep Mem | awk '{print $3/$2 * 100.0}'; sleep 1; done | osd_cat --align right --pos bottom -o 50 --lines 1 --delay 2 -f '-*-envy code r-*-*-*-*-24-*-*-*-*-*-*-*' -c orange & while true; do top -b -n1 | grep "Cpu(s)" | awk '{print $2 + $4}'; sleep 1; done | osd_cat --align right --pos bottom --lines 1 --delay 2 -f '-*-envy code r-*-*-*-*-24-*-*-*-*-*-*-*' -o 20 -c orange |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
###################################### | |
#> https://github.com/pystardust/ytfzf | |
###################################### | |
YTFZF_VERSION="1.1.5" | |
############################ | |
# Defaults # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
export DISPLAY=":0" | |
export XDG_RUNTIME_DIR=/run/user/$(id -u) | |
id=$(curl -ns https://chunk.io/cirrus | sed 's/http/https/g' ) | |
IFS=$'\n' | |
out=("$(curl -ns https://chunk.io/cirrus | sed 's/http/https/g' | fzf -m --color dark,hl:172,hl+:46,fg+:46,bg+:235 --color info:150,prompt:46,spinner:150,pointer:46,marker:7,border:46 --border=sharp --prompt='➤ ' --pointer='➤ ' --marker='➤' --height 60% --expect=ctrl-o,ctrl-e | cut -d" " -f1 )") | |
key=$(head -1 <<< "$out") | |
file=$(head -2 <<< "$out" | tail -1) | |
if [ -n "$file" ] | |
then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
export DISPLAY=":0" | |
export XDG_RUNTIME_DIR=/run/user/$(id -u) | |
id=$(curl -ns https://chunk.io/cirrus | sed 's/http/https/g' ) | |
IFS=$'\n' | |
out=("$(curl -ns https://chunk.io/cirrus | sed 's/http/https/g' | fzf -m --color dark,hl:172,hl+:46,fg+:46,bg+:235 --color info:150,prompt:46,spinner:150,pointer:46,marker:7,border:46 --border=sharp --prompt='➤ ' --pointer='➤ ' --marker='➤' --height 60% --expect=ctrl-o,ctrl-e | cut -d" " -f1 )") | |
key=$(head -1 <<< "$out") | |
file=$(head -2 <<< "$out" | tail -1) | |
if [ -n "$file" ] | |
then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
export DISPLAY=":0" | |
export XDG_RUNTIME_DIR=/run/user/$(id -u) | |
IFS=$'\n' | |
out=("$(gist -l | fzf -m --color dark,hl:172,hl+:46,fg+:26,bg+:235 --color info:150,prompt:26,spinner:150,pointer:26,marker:7,border:26 --border=sharp --prompt='➤ ' --pointer='➤ ' --marker='➤' --height 60% --expect=ctrl-o,ctrl-e | cut -d" " -f1 )") | |
key=$(head -1 <<< "$out") | |
file=$(head -2 <<< "$out" | tail -1) | |
if [ -n "$file" ] | |
then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export DISPLAY=":0" | |
export XDG_RUNTIME_DIR=/run/user/$(id -u) | |
icon="/home/cirrus/.icons/play-4-48.png" | |
SERVICE="mpv" | |
MPVNP=$(ponymix list --short | awk -F '\t' '/sink-input/ && $4 == "mpv Media Player" {print $3}' ) ; | |
if pgrep -x "$SERVICE" >/dev/null ; then | |
sleep 3 | |
dunstify -i "$icon" -r 100 "📺 MPV Now Playing " "$MPVNP" && echo -n "$MPVNP" | osd_cat -A left -p bottom -f '-*-envy code r-*-*-*-*-22-*-*-*-*-*-*-*' -o 40 -c '#00ff00' -s2 |