Created
October 24, 2013 03:05
-
-
Save ssov/7130647 to your computer and use it in GitHub Desktop.
壁紙をランダムにチェンジ。デュアルモニタに対応。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
landscape = Dir.glob("#{File.expand_path("~")}/dotfiles/background/landscape/*.jpg") | |
portrait = Dir.glob("#{File.expand_path("~")}/dotfiles/background/portrait/*.jpg") | |
puts "feh --bg-fill #{landscape.shuffle.first} #{portrait.shuffle.first}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment