Skip to content

Instantly share code, notes, and snippets.

View CodingWonders's full-sized avatar
💻
Working on software, with ALL-CAPS MENUS

CodingWonders

💻
Working on software, with ALL-CAPS MENUS
View GitHub Profile
@CodingWonders
CodingWonders / IRIX_BUSINESSCARD.md
Created October 25, 2025 10:49
Creating a business card WITH A UNIX SYSTEM

A fun way to come up with a business card:

bizcard

It's a UNIX system! I know this!

Requirements

@CodingWonders
CodingWonders / swww-changer.sh
Last active September 12, 2024 20:19
An easy way to change the wallpaper from a directory using swww
#!/bin/bash
# Wallpaper changer by CodingWonders
#
# This simple script goes over the files in the specified DIRECTORY, picks one at random, and sets it. Requirements:
# - Wayland is REQUIRED, as well as swww. Use the package from your distribution or go to the following link to build it:
# https://github.com/LGFae/swww
# This is still a hacky way, since you're using a daemon, but this script takes care of that for you. Feel free to create a
# keyboard shortcut with which you can call this script on command. No command-line arguments are required - just set the
# DIRECTORY variable to what you want.