first commit

master
kirbylife 2018-05-29 16:28:50 -05:00 committed by GitHub
parent d385a69a11
commit ae7b9a3500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 1 deletions

View File

@ -1,2 +1,25 @@
# openbox-pipemenus
openbox dynamic menus
****
## Simples pipemenus to add to your openbox menu
#
### openbox-pipemenu-recent
##### Simple menu that shows the most recent files modified or created
* ##### __Dependencies__
* python
* elementTree
* xdg-open
* file ~/.local/share/recently-used.xbel
* ##### __Use__
* add " <_menu execute="python /phat/to/file/openbox-pipemenu-recent.py" id="pipe-recentfilesmenu" label="recent files"_/> " to your file menu.xml
#
****
### openbox-pipemenu-steam
##### Simple menu that shows your games of steam
* ##### __Dependencies__
* python
* steam (duhhh)
* ##### __Use__
* add " <_menu execute="python /phat/to/file/openbox-pipemenu-steam.py" id="pipe-steamgames" label="games"_/> " to your file menu.xml
#
#
###### You feel free to see the code and modify them