Skip to content

Instantly share code, notes, and snippets.

@rouchage
rouchage / groot.sh
Created September 18, 2019 19:48
Colorful "Groot" image for terminal, add to .bashrc and have fun.
#!/bin/bash
#-- Made By 'Rouchage' --#
BLACK=`tput setaf 0`
RED=`tput setaf 1`
GREEN=`tput setaf 2`
YELLOW=`tput setaf 3`
BLUE=`tput setaf 4`
MAGENTA=`tput setaf 5`
@rouchage
rouchage / xfce4-panel_Auto_Transparency(With_Animation).sh
Last active May 19, 2023 19:47 — forked from 5310/xfce4-panel-auto-opaque.sh
Changes XFCE panel transparency depending on whether any window on the current workspace is maximized or not #script
#!/usr/bin/env bash
### NOTE: Works on xfce 4.12 ###
#-- softs to install:
#-- xorg-xprop wmctrl
#-- Animation effect added by -> Rouchage
#-- CONFIGURATION
transparent_alpha=50