summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add license for lisp-esque and sleepmodeMattias Andrée2014-03-092-0/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + specifications for lisp-esqueMattias Andrée2014-03-082-0/+313
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on lisp-esque, reads and parses into treeMattias Andrée2014-03-081-0/+113
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add derivatives to xmobar and xpybar examplesMattias Andrée2014-03-052-15/+72
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* small example transitioning from current settings1.7Mattias Andrée2014-03-041-0/+62
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add example: stored-settingsMattias Andrée2014-03-041-0/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* -r support for continuous mode in comprehensive exampleMattias Andrée2014-03-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add -r support for one shot mode in comprehensive exampleMattias Andrée2014-03-041-8/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add xpybar port of xmobar exampleMattias Andrée2014-03-031-0/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* xmobar example: round precents to nearest integer, instead of floorMattias Andrée2014-03-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* extend doc for sleepmode exampleMattias Andrée2014-03-011-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* xmobar example derp: %.2f % dayness => %i % dayness*100Mattias Andrée2014-02-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove brackets from xmobar exampleMattias Andrée2014-02-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* print colour temperature in xmobar exampleMattias Andrée2014-02-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add example that can be used from xmobarMattias Andrée2014-02-251-0/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-02-251-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add example logarithmicMattias Andrée2014-02-251-0/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* buf cause by typo + add example: crtc-searchingMattias Andrée2014-02-251-0/+77
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-251-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add negative image to comprehensive exampleMattias Andrée2014-02-251-6/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m bug + add example with output listingMattias Andrée2014-02-251-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-252-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add uses_adhoc_settingsMattias Andrée2014-02-251-1/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve lower_resolution and add the comprehensive testMattias Andrée2014-02-241-1/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-02-231-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errors in getting current curves + add getting curent curves to tests + fix multimonitor mistakes in examplesMattias Andrée2014-02-232-9/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-02-221-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-211-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add icc in exampleMattias Andrée2014-02-211-0/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rename negative to invert (mirror y) and add negative that reverses (mirror x)Mattias Andrée2014-02-211-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix infinite recursion bug on exit after SIGUSR11.2Mattias Andrée2014-02-211-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-202-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add new example: sleepmodeMattias Andrée2014-02-202-11/+139
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update every 5:th second instead of every minuteMattias Andrée2014-02-191-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do not do unneccasary workMattias Andrée2014-02-191-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* only parse times onceMattias Andrée2014-02-191-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* comperhensive_example => comperhensiveMattias Andrée2014-02-191-0/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-02-191-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* misc fixes + comperhensive example currently without option supportMattias Andrée2014-02-191-0/+277
Signed-off-by: Mattias Andrée <maandree@operamail.com>