Openbox:Pipemenus
From Openbox
Pipe menus are generated at run time (on-the-fly) based on output of scripts. These are also called "dynamic menus," and are often used to provide added functionality to Openbox or integration with other software on the system. A number of scripts for generating pipe menus have been collected on this page. Please note many of these scripts have not been reviewed, and were not written by people directly involved with the project.
See the menu documentation for how to use pipe menus in your Openbox installation.
Contents |
Application Menus
Script | Implementation | Description |
C |
Create an XDG menu | |
Perl |
Reads .desktop files from multiple directories to construct a flat menu. Useful if your system doesn't have working XDG or Debian menus. | |
Python |
Automagically creates Openbox application menus by analyzing xdg information provided by desktop files. |
Desktop Environment Integration
Script | Implementation | Description |
Bash |
Simple bash script to create a pipe menu from ~/.gtk-bookmarks by Mulberry | |
Perl |
A pipe menu that duplicates ~/.gtk-bookmarks (Nautilus, PCManFM, Thunar), by dbbolton | |
Perl |
A pipe menu that duplicates user-places.xbel (Dolphin, etc) by dbbolton | |
UNIX sh |
Shows your recent documents using the newer xbel format. by davidbarr | |
Python |
Pipes the rox-filer bookmarks from ~/.config/rox..../bookmarks.xml into the Openbox menu. Running one opens the bookmark in rox-filer. |
Personalisation
Script | Implementation | Description |
C |
Openbox 3 theme changer by Mike Hokenson | |
C |
Openbox 3 desktop wallpaper changer by Mike Hokenson | |
show_ob_keybindings | Python | View/edit keybindings by Joe Bloggs |
Python |
A pipe menu which uses Feh to select the wallpaper from the chosen directory by Mulberry |
Media & Games
Script | Implementation | Description |
Python |
xmms2 Pipe menu client | |
Bash |
Controls Audacious from a pipe menu by Matsuda Shinpei | |
Perl |
A menu to control Audacious. Uses a builtin client for Audacious and depends on wmctrl. By AaylaSecura | |
Perl |
Control MPD/MPC from a pipe menu. Depends on MPC and one of gtkdialog/matedialog/zenity. By AaylaSecura | |
C |
A script to query Quake 3 servers by Mike Hokenson |
System Integration
Script | Implementation | Description |
Python |
See your CPU frequency by John McKnight | |
Perl |
A similar system information script written in Perl and easy to modify/extend by dbbolton | |
UNIX sh |
A simple date, time, and calendar. | |
Perl |
Allows you to reboot to the any of the options in your grub.conf. | |
Bash |
A simple script to show acpi settings battery and temperature. | |
Python |
Reads out info from /proc and pipes it to a menu. Renice, kill or restart apps through the menu. Has a filter, so not all apps/daemons are shown in the menu. By Vlad George. | |
Python |
Easily change resolution, rotation, scaling, panning, and other xrandr operations as well as quickly see the capabilities of connected displays. |
Devices & Files
Script | Implementation | Description |
Perl |
Pipe menu that parses /etc/fstab for user mountable filesystems and allows the user to mount them. By Matthew Fitzgibbons. | |
Bash |
Uses udisks to easily mount, unmount or eject removable devices. Extensive configuration allows notifications about success or failure of operation, & modification of several other options. By Jamie Nguyen. | |
Perl |
Pipe menu for recursive directory listings. | |
Python |
Display files and directories and generates submenus with commands to open files with their associated applications. By Xyne |
Miscellaneous
Internet
Script | Implementation | Description |
Perl |
Create a pipemenu of chromium/google-chrome bookmarks by Spoiledbroth | |
Python |
Create a pipemenu of Firefox bookmarks by Manuel Colmenero. | |
Python |
A script to pipe RSS and Podcast feeds into the Openbox menu by Vlad George | |
Python |
Shows the weather forecast of the city passed as argument. |
Utilities
Script | Implementation | Description |
Python |
Menu of recently copied text clips, selecting an item pastes it (requires parcellite or clipit) by Joe Bloggs | |
Python |
A simple task list in the form of a pipe menu. Simple features are supported for the time being. Adding tasks. Clicking on a task renders it completed and is therefore removed from the list. |