warbo-utilities: d7baefd46f6065f226913018f2e4631a296db3bd

     1: { bash, feh, wrap }:
     2: 
     3: wrap {
     4:   name = "setBg";
     5:   paths = [ bash feh ];
     6:   script = ''
     7:     #!${bash}/bin/bash
     8:     PIC="$HOME/Pictures/Backgrounds/01141_hal9000_1280x1024.jpg"
     9:     if [[ -e "$PIC" ]]
    10:     then
    11:       feh --bg-fill "$PIC"
    12:     fi
    13:   '';
    14: }

Generated by git2html.