openbox dynamic menus
 
Go to file
kirbylife 3a7d7814a7 corrected the word 'path' 2019-06-23 00:55:20 -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 corrected the word 'path' 2019-06-23 00:55:20 -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 now search games in the extra folders and skip proton and steamworks items 2019-06-23 00:52:53 -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 /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