openbox-pipemenus/README.md

802 B

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