Openbox:Pipemenus

From Openbox

(Difference between revisions)
Jump to: navigation, search
m
 
(27 intermediate revisions by one user not shown)
Line 1: Line 1:
Pipe menus are generated at run time (on-the-fly) based on output of scripts. These are also called "dynamic menus". A number of scripts used to generate dynamic menus written by various people are available here. Please note these scripts have not been reviewed.  
+
[[File:Ob-chromium-scrot.png|thumb|320px|right|Example of a pipe menu in action.]]
 +
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 [[Help:Menus#Dynamic_menus|menu documentation]] for how to use pipe menus in your Openbox menus.
+
See the [[Help:Menus#Pipe_menus|menu documentation]] for how to use pipe menus in your Openbox installation.
  
==Openbox Configuration==
+
== Application Menus ==
{| border="0" width="100%" cellspacing="0" cellpadding="5" align="left"
+
|-
+
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|'''Script'''
+
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|'''Implementation'''
+
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|'''Description'''
+
|-
+
<!-- here is an example entry for a pipemenu. please maintain the style -->
+
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
'''[http://www.gozer.org/my_stuff/c/c/ob3_theme.c ob3_theme]'''
+
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
C
+
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|
+
''Openbox 3 theme changer by Mike Hokenson''
+
|-
+
<!-- END OF EXAMPLE -->
+
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|'''[https://github.com/vapniks/ob-pipe-menus show_ob_keybindings]'''
+
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|Python
+
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|''View/edit keybindings by Joe Bloggs''
+
|}
+
  
== Background Management ==
+
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
{| border="0" width="100%" cellspacing="0" cellpadding="5" align="left"
+
|- style="padding: 1px;"
|-
+
|width="25%" valign="middle"|'''Script'''
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|width="10%" valign="middle"|'''Implementation'''
'''[http://www.gozer.org/programs/c/c/ob3_wall.c ob3_wall]'''
+
|width="*%" valign="middle"|'''Description'''
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[https://launchpad.net/openbox-xdgmenu/+download openbox-xdgmenu]'''
 +
|valign="middle"|
 
C
 
C
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|''Openbox 3 desktop wallpaper changer by Mike Hokenson''
+
|valign="middle"|
 +
''Create an XDG menu''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:obam|Openbox Application Menu]]'''
 +
|valign="middle"|
 +
Perl
 +
|valign="middle"|
 +
''Reads .desktop files from multiple directories to construct a flat menu. Useful if your system doesn't have working XDG or Debian menus.''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[http://rmoe.anukis.de/obamenu.html obamenu]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''Automagically creates Openbox application menus by analyzing xdg information provided by desktop files.''
 
|}
 
|}
  
 
== Desktop Environment Integration ==
 
== Desktop Environment Integration ==
  
{| border="0" width="100%" cellspacing="0" cellpadding="5" align="left"
+
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
|-
+
|- style="padding: 1px;"
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|width="25%" valign="middle"|'''Script'''
 +
|width="10%" valign="middle"|'''Implementation'''
 +
|width="*%" valign="middle"|'''Description'''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:gtk-bookmarks|gtk-bookmarks]]'''
 +
|valign="middle"|
 +
Bash
 +
|valign="middle"|
 +
''Simple bash script to create a pipe menu from ~/.gtk-bookmarks by Mulberry''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 
'''[http://github.com/dbbolton/pipemenus/blob/master/thunar-bookmarks.pl thunar-bookmarks]'''
 
'''[http://github.com/dbbolton/pipemenus/blob/master/thunar-bookmarks.pl thunar-bookmarks]'''
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
Perl
 
Perl
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
''A pipe menu that duplicates ~/.gtk-bookmarks (Nautilus, PCManFM, Thunar), by [[User:dbbolton|dbbolton]]''
 
''A pipe menu that duplicates ~/.gtk-bookmarks (Nautilus, PCManFM, Thunar), by [[User:dbbolton|dbbolton]]''
|-
+
|- style="background: #eee; padding: 1px;"
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|width="25%" valign="middle"|
 
'''[http://github.com/dbbolton/pipemenus/blob/master/dolphin-bookmarks.pl dolphin-bookmarks]'''
 
'''[http://github.com/dbbolton/pipemenus/blob/master/dolphin-bookmarks.pl dolphin-bookmarks]'''
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
Perl
 
Perl
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
''A pipe menu that duplicates user-places.xbel (Dolphin, etc) by [[User:dbbolton|dbbolton]]''
 
''A pipe menu that duplicates user-places.xbel (Dolphin, etc) by [[User:dbbolton|dbbolton]]''
|-
+
|- style="background: #eee; padding: 1px;"
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
'''[[Openbox:Pipemenus:recentfilesxbel|recentfilesxbel]]'''
 
'''[[Openbox:Pipemenus:recentfilesxbel|recentfilesxbel]]'''
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
Bash
+
UNIX sh
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
''Shows your recent documents using the newer xbel format. by [[User:davidbarr|davidbarr]]''
 
''Shows your recent documents using the newer xbel format. by [[User:davidbarr|davidbarr]]''
|-
+
|- style="background: #eee; padding: 1px;"
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
'''[http://icculus.org/openbox/pipemenus/bookmarks.py rox-filer bookmarks]'''
 
'''[http://icculus.org/openbox/pipemenus/bookmarks.py rox-filer bookmarks]'''
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
Python
 
Python
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
 
''Pipes the rox-filer bookmarks from ~/.config/rox..../bookmarks.xml into the Openbox menu. Running one opens the bookmark in rox-filer.''
 
''Pipes the rox-filer bookmarks from ~/.config/rox..../bookmarks.xml into the Openbox menu. Running one opens the bookmark in rox-filer.''
|-
+
|}
|width="25%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
 
'''[https://github.com/vapniks/ob-pipe-menus/tree/master/clipboard_manager clipboard_menu]'''
+
===Personalisation===
|width="10%" style="border-bottom:1px solid #ccc;border-right:1px solid #ccc;" valign="middle"|
+
<span id="Background_Management"></span>
 +
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
 +
|- style="padding: 1px;"
 +
|width="25%" valign="middle"|'''Script'''
 +
|width="10%" valign="middle"|'''Implementation'''
 +
|width="*%" valign="middle"|'''Description'''
 +
<!-- here is an example entry for a pipemenu. please maintain the style -->
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[http://www.gozer.org/my_stuff/c/c/ob3_theme.c ob3_theme]'''
 +
|valign="middle"|
 +
C
 +
|valign="middle"|
 +
''Openbox 3 theme changer by Mike Hokenson''
 +
<!-- END OF EXAMPLE -->
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[http://www.gozer.org/programs/c/c/ob3_wall.c ob3_wall]'''
 +
|valign="middle"|
 +
C
 +
|valign="middle"|
 +
''Openbox 3 desktop wallpaper changer by Mike Hokenson''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|'''[https://github.com/vapniks/ob-pipe-menus show_ob_keybindings]'''
 +
|valign="middle"|Python
 +
|valign="middle"|''View/edit keybindings by Joe Bloggs''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:bmenu-1.0|bmenu-1.0]]'''
 +
|valign="middle"|
 
Python
 
Python
|width="*%" style="border-bottom:1px solid #ccc;" valign="middle"|
+
|valign="middle"|
''Menu of recently copied text clips, selecting an item pastes it (requires parcellite or clipit) by Joe Bloggs''
+
''A pipe menu which uses Feh to select the wallpaper from the chosen directory by Mulberry''
 
|}
 
|}
  
== XDG Application Menus ==
+
== Media & Games ==
  
* [https://launchpad.net/openbox-xdgmenu/+download openbox-xdgmenu] Create an XDG menu.
+
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
 +
|- style="padding: 1px;"
 +
|width="25%" valign="middle"|'''Script'''
 +
|width="10%" valign="middle"|'''Implementation'''
 +
|width="*%" valign="middle"|'''Description'''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[https://github.com/Eli2/xmms2-OpenboxMenu xmms2-OpenboxMenu]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''xmms2 Pipe menu client''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:AudaciousControl|Audacious Control]]'''
 +
|valign="middle"|
 +
Bash
 +
|valign="middle"|
 +
''Controls Audacious from a pipe menu by Matsuda Shinpei''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:Audacious_control_alternative|Audacious Control (alternative)]] '''
 +
|valign="middle"|
 +
Perl
 +
|valign="middle"|
 +
''A menu to control Audacious. Uses a builtin client for Audacious and depends on wmctrl. By [[User:AaylaSecura|AaylaSecura]]''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:MPD_control|MPD/MPC Control]]'''
 +
|valign="middle"|
 +
Perl
 +
|valign="middle"|
 +
''Control MPD/MPC from a pipe menu. Depends on MPC and one of gtkdialog/matedialog/zenity. By [[User:AaylaSecura|AaylaSecura]]''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[http://www.gozer.org/programs/c/files/my_q3stat.c my_q3stat]'''
 +
|valign="middle"|
 +
C
 +
|valign="middle"|
 +
''A script to query Quake 3 servers by Mike Hokenson''
 +
|}
  
* [http://mimasgpc.free.fr/openbox-menu_en.html openbox-menu] This generates menus for Openbox from the applications installed on the system and keeps them always up to date.
+
== System Integration ==
  
* [[Openbox:Pipemenus:obam]] Openbox Application Menu reads .desktop files from multiple directories to construct a flat menu. This is especially useful if your system doesn't have working XDG or Debian menus.
+
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
 +
|- style="padding: 1px;"
 +
|width="25%" valign="middle"|'''Script'''
 +
|width="10%" valign="middle"|'''Implementation'''
 +
|width="*%" valign="middle"|'''Description'''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[http://icculus.org/openbox/pipe/ob-cpufreq-0.2.py ob-cpufreq-0.2]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''See your CPU frequency by John McKnight''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[https://github.com/dbbolton/pipemenus/raw/master/ob-sysinfo.pl ob-sysinfo]'''
 +
|valign="middle"|
 +
Perl
 +
|valign="middle"|
 +
''A similar system information script written in Perl and easy to modify/extend by [[User:dbbolton|dbbolton]]''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:Date_Menu|date-menu]]'''
 +
|valign="middle"|
 +
UNIX sh
 +
|valign="middle"|
 +
''A simple date, time, and calendar.''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:obreboot|Reboot Menu]]'''
 +
|valign="middle"|
 +
Perl
 +
|valign="middle"|
 +
''Allows you to reboot to the any of the options in your grub.conf.''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:battery|battery]]'''
 +
|valign="middle"|
 +
Bash
 +
|valign="middle"|
 +
''A simple script to show acpi settings battery and temperature.''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:processes-python|processes]]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''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.''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[https://github.com/whiteinge/ob-randr ob-randr]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''Easily change resolution, rotation, scaling, panning, and other xrandr operations as well as quickly see the capabilities of connected displays.''
 +
|}
  
== Browser Integration ==
+
=== Devices & Files ===
 
+
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
* [https://gsmblog.net/opera-bookmarks-pipemenu-for-openbox/ Opera bookmarks] Grabs your bookmarks from Opera. Clicking on them opens them in Opera. - Brendan Johan Lee
+
|- style="padding: 1px;"
 
+
|width="25%" valign="middle"|'''Script'''
* [[User:Spoiledbroth/ob-chromium|Chromium bookmarks]] Create a pipemenu of chromium/google-chrome bookmarks (perl pipemenu) by [[User:Spoiledbroth]]
+
|width="10%" valign="middle"|'''Implementation'''
 
+
|width="*%" valign="middle"|'''Description'''
== System Information ==
+
|- style="background: #eee; padding: 1px;"
 
+
|valign="middle"|
* [http://icculus.org/openbox/pipe/ob-cpufreq-0.2.py ob-cpufreq-0.2.py] See your CPU frequency. - John McKnight
+
'''[[Openbox:Pipemenus:mntmenu|mntmenu]]'''
 
+
|valign="middle"|
* [https://github.com/dbbolton/pipemenus/raw/master/ob-sysinfo.pl ob-sysinfo.pl] A similar system information script written in Perl and easy to modify/extend. - [[User:dbbolton|dbbolton]]
+
Perl
 
+
|valign="middle"|
* [http://openbox.org/wiki/Openbox:Pipemenus:Date_Menu date-menu.sh] A simple date, time, and calendar.
+
''Pipe menu that parses /etc/fstab for user mountable filesystems and allows the user to mount them. By Matthew Fitzgibbons.''
 
+
|- style="background: #eee; padding: 1px;"
* [[Openbox:Pipemenus:obreboot]] Openbox Reboot Menu allows you to reboot to the any of the options in your grub.conf.
+
|valign="middle"|
 
+
'''[[Openbox:Pipemenus:obdevicemenu|obdevicemenu]]'''
* [[Openbox:Pipemenus:battery]] A simple script to show acpi settings battery and temperature.
+
|valign="middle"|
 
+
Bash
* [[Openbox:Pipemenus:Dirsmenu]] Another menu for recursive directory listing.
+
|valign="middle"|
 
+
''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.''
== Sound & Media ==
+
|- style="background: #eee; padding: 1px;"
 
+
|valign="middle"|
* [https://github.com/Eli2/xmms2-OpenboxMenu xmms2-OpenboxMenu] xmms2 Pipe Menu client
+
'''[[Openbox:Pipemenus:Dirsmenu|Directory Menu]]'''
 
+
|valign="middle"|
* [[Openbox:Popemenus:audacious-OpenboxPipemenu]] Control audacious from menu.
+
Perl
 
+
|valign="middle"|
* [[Openbox:Pipemenus:Audacious_control_alternative]] Control Audacious from menu (alternative).
+
''Pipe menu for recursive directory listings.''
 
+
|- style="background: #eee; padding: 1px;"
* [[Openbox:Pipemenus:MPD_control]] Control MPD from menu.
+
|valign="middle"|
 
+
'''[https://xyne.archlinux.ca/projects/obfilebrowser/ obfilebrowser]'''
== Games ==
+
|valign="middle"|
 
+
Python
* [http://www.gozer.org/programs/c/files/my_q3stat.c my_q3stat.c] Queries Quake 3 servers.
+
|valign="middle"|
 +
''Display files and directories and generates submenus with commands to open files with their associated applications. By Xyne''
 +
|}
  
 
== Miscellaneous ==
 
== Miscellaneous ==
  
* [https://bbs.archlinux.org/viewtopic.php?id=43432 Openbox Weather Pipe Menu] Shows the weather forecast of the city passed as argument.
+
=== Internet ===
 +
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
 +
|- style="padding: 1px;"
 +
|width="25%" valign="middle"|'''Script'''
 +
|width="10%" valign="middle"|'''Implementation'''
 +
|width="*%" valign="middle"|'''Description'''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[User:Spoiledbroth/ob-chromium|Chromium bookmarks]]'''
 +
|valign="middle"|
 +
Perl
 +
|valign="middle"|
 +
''Create a pipemenu of chromium/google-chrome bookmarks by [[User:Spoiledbroth|Spoiledbroth]]''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:obm-mozilla|Firefox bookmarks]]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''Create a pipemenu of Firefox bookmarks by Manuel Colmenero.''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[[Openbox:Pipemenus:feeder-python|feeder]]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''A script to pipe RSS and Podcast feeds into the Openbox menu by Vlad George''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[https://bbs.archlinux.org/viewtopic.php?id=43432 Weather Pipe Menu]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''Shows the weather forecast of the city passed as argument.''
 +
|}
  
* [https://github.com/whiteinge/ob-randr ob-randr] Easily change resolution, rotation, scaling, panning, and other xrandr operations as well as quickly see the capabilities of connected displays.
+
=== Utilities ===
 
+
{| border="0" width="100%" cellspacing="1" cellpadding="5" align="left"
* [http://bitbucket.org/palobo/simpletasks/ Palobo's Openbox SimpleTasks Tasklist] 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.
+
|- style="padding: 1px;"
 +
|width="25%" valign="middle"|'''Script'''
 +
|width="10%" valign="middle"|'''Implementation'''
 +
|width="*%" valign="middle"|'''Description'''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[https://github.com/vapniks/ob-pipe-menus/tree/master/clipboard_manager clipboard_menu]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''Menu of recently copied text clips, selecting an item pastes it (requires parcellite or clipit) by Joe Bloggs''
 +
|- style="background: #eee; padding: 1px;"
 +
|valign="middle"|
 +
'''[http://bitbucket.org/palobo/simpletasks/ Palobo's Openbox SimpleTasks Tasklist]'''
 +
|valign="middle"|
 +
Python
 +
|valign="middle"|
 +
''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.''
 +
|}
  
* [[Openbox:Pipemenus:Date_Menu]] Shows a calendar and date/time in a pipemenu.
+
== Script collections ==
 
+
* [[Openbox:Pipemenus:battery]] Shows battery status.
+
 
+
* [[Openbox:Pipemenus:recentfilesxbel]] Recent files list.
+
 
+
* [[Openbox:Popemenus:AudaciousControl]] Audacious control menu.
+
 
+
== Script Archives & Collections ==
+
  
 
* [[User:Baavgai]]
 
* [[User:Baavgai]]
 
 
* [[User:Spoiledbroth]]
 
* [[User:Spoiledbroth]]
  
* [http://zhar.net/projects/openbox/ John Eikenberry's Openbox Stuff]
+
=== External links ===
 
+
* [https://wiki.archlinux.org/index.php/Openbox#Pipes ArchWiki Openbox Pipes]
* [http://obmenu.sourceforge.net/ Manuel Colmenero's Openbox Menu Editor] This contains several menus, including an XDG menu, a Firefox bookmark menu, and others.
+
* [https://bbs.archlinux.org/search.php?action=search&keywords=openbox+pipe+menu&author=&forums=27&search_in=0&sort_by=0&sort_dir=DESC&show_as=topics Arch Linux Forums pipe menus]
 +
* [http://zhar.net/projects/openbox/ zhar.net Openbox stuff]
 +
* [http://web.archive.org/web/20150215210422/http://david.chalkskeletons.com/scripts/ Mulberry's Openbox Pipe menu scripts]
 +
* [http://obmenu.sourceforge.net/ Manuel Colmenero's Openbox Menu Editor]  
 +
* [https://github.com/BunsenLabs/bunsen-pipemenus BunsenLabs Pipe menus repository]
 +
* [https://github.com/antonio-malcolm/corgi-scripts Antonio Malcolm's Corgi Scripts repository]
 +
* [http://dev.yeuxdelibad.net/coolrepo/Scripts/Openbox/ yeuxdelibad.net Openbox repo]
 +
* [http://www.murga-linux.com/puppy/viewtopic.php?t=87588 Nathan F's obpipes]

Latest revision as of 13:28, 24 March 2018

(thumbnail)
Example of a pipe menu in action.

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

[edit] Application Menus

Script Implementation Description

openbox-xdgmenu

C

Create an XDG menu

Openbox Application 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.

obamenu

Python

Automagically creates Openbox application menus by analyzing xdg information provided by desktop files.

[edit] Desktop Environment Integration

Script Implementation Description

gtk-bookmarks

Bash

Simple bash script to create a pipe menu from ~/.gtk-bookmarks by Mulberry

thunar-bookmarks

Perl

A pipe menu that duplicates ~/.gtk-bookmarks (Nautilus, PCManFM, Thunar), by dbbolton

dolphin-bookmarks

Perl

A pipe menu that duplicates user-places.xbel (Dolphin, etc) by dbbolton

recentfilesxbel

UNIX sh

Shows your recent documents using the newer xbel format. by davidbarr

rox-filer bookmarks

Python

Pipes the rox-filer bookmarks from ~/.config/rox..../bookmarks.xml into the Openbox menu. Running one opens the bookmark in rox-filer.

[edit] Personalisation

Script Implementation Description

ob3_theme

C

Openbox 3 theme changer by Mike Hokenson

ob3_wall

C

Openbox 3 desktop wallpaper changer by Mike Hokenson

show_ob_keybindings Python View/edit keybindings by Joe Bloggs

bmenu-1.0

Python

A pipe menu which uses Feh to select the wallpaper from the chosen directory by Mulberry

[edit] Media & Games

Script Implementation Description

xmms2-OpenboxMenu

Python

xmms2 Pipe menu client

Audacious Control

Bash

Controls Audacious from a pipe menu by Matsuda Shinpei

Audacious Control (alternative)

Perl

A menu to control Audacious. Uses a builtin client for Audacious and depends on wmctrl. By AaylaSecura

MPD/MPC Control

Perl

Control MPD/MPC from a pipe menu. Depends on MPC and one of gtkdialog/matedialog/zenity. By AaylaSecura

my_q3stat

C

A script to query Quake 3 servers by Mike Hokenson

[edit] System Integration

Script Implementation Description

ob-cpufreq-0.2

Python

See your CPU frequency by John McKnight

ob-sysinfo

Perl

A similar system information script written in Perl and easy to modify/extend by dbbolton

date-menu

UNIX sh

A simple date, time, and calendar.

Reboot Menu

Perl

Allows you to reboot to the any of the options in your grub.conf.

battery

Bash

A simple script to show acpi settings battery and temperature.

processes

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.

ob-randr

Python

Easily change resolution, rotation, scaling, panning, and other xrandr operations as well as quickly see the capabilities of connected displays.

[edit] Devices & Files

Script Implementation Description

mntmenu

Perl

Pipe menu that parses /etc/fstab for user mountable filesystems and allows the user to mount them. By Matthew Fitzgibbons.

obdevicemenu

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.

Directory Menu

Perl

Pipe menu for recursive directory listings.

obfilebrowser

Python

Display files and directories and generates submenus with commands to open files with their associated applications. By Xyne

[edit] Miscellaneous

[edit] Internet

Script Implementation Description

Chromium bookmarks

Perl

Create a pipemenu of chromium/google-chrome bookmarks by Spoiledbroth

Firefox bookmarks

Python

Create a pipemenu of Firefox bookmarks by Manuel Colmenero.

feeder

Python

A script to pipe RSS and Podcast feeds into the Openbox menu by Vlad George

Weather Pipe Menu

Python

Shows the weather forecast of the city passed as argument.

[edit] Utilities

Script Implementation Description

clipboard_menu

Python

Menu of recently copied text clips, selecting an item pastes it (requires parcellite or clipit) by Joe Bloggs

Palobo's Openbox SimpleTasks Tasklist

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.

[edit] Script collections

[edit] External links

Personal tools