home | blog | art | now | git gpg | email | rss

morph

Generate xresources colors from an image.
git clone https://pollux.codes/git/morph.git
Log | Files | Refs | README | LICENSE

morph.1.in (628B)


      1 .TH MORPH 1 morph\-VERSION
      2 .SH "NAME"
      3 morph \- xresources theme generator
      4 .SH "SYNOPSIS"
      5 .B morph
      6 .RB [ \-hV ]
      7 .IR <image>
      8 .SH "DESCRIPTION"
      9 .B morph
     10 is an xresources theme generator. It takes a path to an image from the command
     11 line and prints out an xresources file with colors extracted from the image.
     12 This output can be piped into a file and loaded with
     13 .B xrdb,
     14 or simply piped into
     15 .B xrdb
     16 directly.
     17 .SH "OPTIONS"
     18 .TP
     19 .B \-h
     20 prints usage information to stdout, then exits.
     21 .TP
     22 .B \-V
     23 prints version to stdout, then exits.
     24 .SH "AUTHORS"
     25 .B morph
     26 was written by
     27 .I Pollux <pollux@pollux.codes>.
     28 .SH "SEE ALSO"
     29 .BR xrdb (1)