From fe8544a9d1b746987768f4a41a02bc3f219168dc Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Mon, 30 May 2011 07:07:29 +0200 Subject: [PATCH] Some more tweaks and translations --- menu.xml | 138 +++++++++++++++--------------- pipemenus/recently_opened_menu.sh | 10 +-- 2 files changed, 74 insertions(+), 74 deletions(-) diff --git a/menu.xml b/menu.xml index 090c4f3..729b8d2 100644 --- a/menu.xml +++ b/menu.xml @@ -48,6 +48,13 @@ + + + + gajim + + + @@ -55,6 +62,13 @@ + + + + ario + + + @@ -67,30 +81,30 @@ - - + + - gedit ~/.conkyrc + gvim ~/.conkyrc - + - conkywonky + pkill conky && conky - - + + - terminator --command="man conky" + x-terminal-emulator -e man conky - + x-www-browser http://crunchbanglinux.org/wiki/conky @@ -98,107 +112,107 @@ - - + + - gedit ~/.config/dmenu/dmenu-bind.sh + gvim ~/.config/dmenu/dmenu-bind.sh - - + + - terminator --command="man dmenu" + x-terminal-emulator -e man dmenu - - + + - gedit ~/.gmrunrc + gvim ~/.gmrunrc - - + + - terminator --command="man gmrun" + x-terminal-emulator -e man gmrun - - + + - gedit ~/.config/openbox/menu.xml + gvim ~/.config/openbox/menu.xml - + - gedit ~/.config/openbox/rc.xml + gvim ~/.config/openbox/rc.xml - + - gedit ~/.config/openbox/autostart.sh + gvim ~/.config/openbox/autostart.sh - + obmenu - + obconf - + - + - - + + - gedit ~/.config/tint2/tint2rc + gvim ~/.config/tint2/tint2rc - + tint2conf - - + + - terminator --command="man tint2" + x-terminal-emulator -e man tint2 - + x-www-browser http://code.google.com/p/tint2/wiki/Welcome @@ -206,35 +220,20 @@ - - - - - grandr - - - - + - terminator --command="man xrandr" + x-terminal-emulator -e man xrandr - + - gvim ~/.notify-osd - - - - - - - cb-fortune + notification-properties @@ -242,25 +241,25 @@ - x-terminal-emulator --command="sudo update-alternatives --all" + x-terminal-emulator -e sudo update-alternatives --all - + - xfce4-power-manager-settings + gnome-power-manager-preferences - + - xscreensaver-demo + gnome-screensaver-preferences - + nitrogen @@ -276,20 +275,21 @@ - + - dbus-send --system --print-reply --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate + dbus-send --system --print-reply --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend - + - dbus-send --system --print-reply --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend + dbus-send --system --print-reply --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate + diff --git a/pipemenus/recently_opened_menu.sh b/pipemenus/recently_opened_menu.sh index c58d651..98cc8cb 100755 --- a/pipemenus/recently_opened_menu.sh +++ b/pipemenus/recently_opened_menu.sh @@ -1,5 +1,5 @@ #!/bin/sh -# recently_opened_menu.sh - a script to parse .recently-used.xbel +# recently_opened_menu.sh - a script to parse recently-used.xbel # and generate openbox pipe menu # Copyright (C) 2010 John Crawley # @@ -21,9 +21,9 @@ maximum_entries=15 # max. number of entries in menu ####################################################################### -# if argument is --clear, empty .recently-used.xbel +# if argument is --clear, empty recently-used.xbel [ "$1" = '--clear' ] && { -cat <<':EOF' > "${HOME}"/.recently-used.xbel +cat <<':EOF' > "${HOME}"/.local/share/recently-used.xbel ' -files=$( tac "${HOME}"/.recently-used.xbel | awk -v MAX="$maximum_entries" -v PR="$pre" -v MI="$mid" -v PO="$post" 'BEGIN { +files=$( tac "${HOME}"/.local/share/recently-used.xbel | awk -v MAX="$maximum_entries" -v PR="$pre" -v MI="$mid" -v PO="$post" 'BEGIN { RS=""; FS=""; } @@ -70,7 +70,7 @@ files=$(perl -MURI::Escape -e 'print uri_unescape($ARGV[0]);' "$files") output=' '"$files"' - + ''"$0"'' --clear -- 2.20.1