Skip to content
View Pigpog's full-sized avatar
Block or Report

Block or report Pigpog

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ventusx ventusx Public archive

    A FOSS control utility for TteSPORTS Ventus X mouse features

    C

  2. FOR MPD - Skips songs you don't like... FOR MPD - Skips songs you don't like. Uses a per-song score, calculated based on whether you skip the song or let it play. The only dependency is MPC, as this script is almost entirely BASH. When the next song's score is negative, the script "rolls the dice" and if the score is <= the dice roll, it will skip it when it comes on.
    1
    #!/bin/bash
    2
    
    
    3
    # Automatically skips songs you dont like
    4
    # Skipping a song decreases its score
    5
    # Playing it for >15 seconds increases it
  3. Multi-monitor wallpaper generator. O... Multi-monitor wallpaper generator. One image per monitor.
    1
    #!/bin/bash
    2
    # Multi-monitor wallpaper generator
    3
    # Requires imagemagick, xrandr, feh
    4
    # Usage: pipe a list of images to this script
    5
    # Example: ls ~/Pictures/*.JPG | sort -R | sh wallpaper