openbox dynamic menus
 
Go to file
kirbylife 3e72640178 replaced quotes by accent grave 2019-06-22 13:10:14 -05:00
.gitignore Initial commit 2018-05-29 16:27:55 -05:00
LICENSE Initial commit 2018-05-29 16:27:55 -05:00
README.md replaced quotes by accent grave 2019-06-22 13:10:14 -05:00
openbox-pipemenu-recent.py refactored code and added support to python3 2019-06-22 13:07:10 -05:00
openbox-pipemenu-steam.py refactored code and added support to python3 2019-06-22 13:07:10 -05:00

README.md

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 /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