Find the official macOS wallpapers complied in a neat Google Photos album.
This setup relies on a few GNOME shell extensions, all of which are available from the AUR.
Find the official macOS wallpapers complied in a neat Google Photos album.
This setup relies on a few GNOME shell extensions, all of which are available from the AUR.
#!/bin/bash | |
# build-dependencies: mono-devel subversion imagemagick | |
# build system: Ubuntu 16.04 | |
set -e | |
set -x | |
export LANG=C | |
APP="gMKVExtractGUI" | |
from_source=yes |
; Global settings | |
[redshift] | |
temp-day=6500K | |
temp-night=5000 | |
transition=1 | |
;gamma=0.8:0.7:0.8 | |
gamma=1.000:1.000:1.000 | |
location-provider=geoclue | |
;location-provider=manual | |
adjustment-method=vidmode |