openbox-pipemenus/README.md

26 lines
802 B
Markdown

# openbox-pipemenus
****
## 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 /path/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 /path/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