Skip to content

Commit

Permalink
made the config and scripts examples
Browse files Browse the repository at this point in the history
This way updating will not interfere with customized configuration
  • Loading branch information
splitbrain committed Aug 25, 2017
1 parent a194452 commit b808a74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pimenu.sh
pimenu.yaml
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,21 @@ On the Raspberry, install python-yaml:

sudo apt-get install python-yaml

Copy the example configs before running the script:

cp pimenu.yaml{.dist,}
cp pimenu.sh{.dist,}

The app can be started in fullscreen by passing ```fs``` as first parameter.

./pimenu.py fs

![Screenshot](screenshot.png)

License
-------

Copyright (c) 2014 Andreas Gohr
Copyright (c) 2014-2017 Andreas Gohr

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b808a74

Please sign in to comment.