openbox dynamic menus
 
Go to file
kirbylife c82d42e5e3 add Linux Runtimes to the banned names 2023-05-31 17:28:04 -06: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 add Linux Runtimes to the banned names 2023-05-31 17:28:04 -06: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