Skip to content

Instantly share code, notes, and snippets.

View deffcolony's full-sized avatar
🌌
Part of the subconscious network

deffcolony

🌌
Part of the subconscious network
View GitHub Profile
@dieseltravis
dieseltravis / PS-BGInfo.ps1
Last active March 21, 2025 19:16
update wallpaper background image with powershell (like Sysinternals BGInfo)
# PS-BGInfo
# Powershell script that updates the background image with a random image from a folder and writes out system info text to it.
# run as a lower priority task
[System.Threading.Thread]::CurrentThread.Priority = 'BelowNormal'
# Configuration:
# Font Family name
$font="Input"
@vratiu
vratiu / .bash_aliases
Last active May 14, 2025 20:31
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset