Skip to content

Instantly share code, notes, and snippets.

View neoranger's full-sized avatar

Natanael Andrés Garrido neoranger

View GitHub Profile
@neoranger
neoranger / gist:f563a252a5170ebea92b9078dfc550f7
Created July 21, 2025 20:36
CSS para OBS Studio del chat de Yotube con transparencia y animaciones
Estilo de live-chat para streamig en Youtube (probado en OBS Studio)
Código tomado del usuario Damodar Lohani y modificado con nuevas opciones por la comunidad de compañeros linuxeros.
Gracias a todos los que aportaron (ellos saben quienes son)
@import url("https://fonts.googleapis.com/css?family=Candal");
@import url("https://fonts.googleapis.com/css?family=Changa One");
@import url("https://fonts.googleapis.com/css?family=Imprima");
@neoranger
neoranger / removecompletedtorrents.sh
Created March 15, 2017 16:15 — forked from bulljit/removecompletedtorrents.sh
Transmission-Daemon: Remove Completed Torrents
#!/bin/sh
# script to check for complete torrents in transmission folder, then stop and move them
# either hard-code the MOVEDIR variable here…
MOVEDIR=/home/mjdescy/media # the folder to move completed downloads to
# …or set MOVEDIR using the first command-line argument
# MOVEDIR=%1
# use transmission-remote to get torrent list from transmission-remote list
# use sed to delete first / last line of output, and remove leading spaces
# use cut to get first field from each line