Skip to content

Instantly share code, notes, and snippets.

View afraprg's full-sized avatar

Mostafa Hosseini afraprg

View GitHub Profile
@afraprg
afraprg / keybase.md
Created June 19, 2020 16:29
keybase.md

Keybase proof

I hereby claim:

  • I am afraprg on github.
  • I am afraprg (https://keybase.io/afraprg) on keybase.
  • I have a public key ASA-atdPR5wa-jKoUondJGO4RpkMpdUAA2cng98ObbZbBQo

To claim this, I am signing this object:

@afraprg
afraprg / unsplash_wallpaper.sh
Created April 17, 2020 10:49
if you need to change wallpaper automatically in mac os, set a crontab for this file
#/bin/bash
WALLPAPER_NAME=$( date '+%F_%H:%M:%S' )
curl --location -H 'Cache-Control: no-cache' --request GET 'https://unsplash.it/2560/1440/?random' -o "/tmp/$WALLPAPER_NAME"
function wallpaper() {
sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '$1'" && killall Dock
}