# Menu config for pekwm

# Variables
INCLUDE = "vars"

RootMenu = "Pekwm" {
Entry = "" { Actions = "Dynamic ~/.pekwm/date-heure-pekwm.sh &" }
# dynamique/heure-menu.sh &" }
Separator {}
Entry = "Terminal" { Actions = "Exec $TERM &" }
# Entry = "Stats" { Actions = "Exec /root/my-applications/ae/stats-pr-jwm.sh &" }
Submenu = "Pekwm" {
	Entry = "Present theme" { Actions = "Exec /root/.pekwm/current-theme.sh &" }
     Submenu = "Available themes" {
          Entry { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_themeset.sh /usr/share/pekwm/themes" }
          Entry { Actions = "Dynamic /usr/share/pekwm/scripts/pekwm_themeset.sh ~/.pekwm/themes" }
     }
     Entry = "Restart" { Actions = "Restart" }
     Entry = "Reload" { Actions = "Reload" }
     Separator {}
     Entry = " pekwm Dir." { Actions = "Exec rox /root/.pekwm &" }
     Entry = "Keys" { Actions = "Exec /root/.pekwm/doc/touches-pratiques.sh &" }
     Entry = "Help" { Actions = "Exec defaulthtmlviewer ~/.pekwm/doc/guide_Pekwm_Phollow.me.htm &" }
     Submenu = "Menu" {
          Entry = "Generate / Refresh" { Actions = "Exec /root/.pekwm/menu-complet.sh &" }
          Entry = "Edit" { Actions = "Exec defaulttexteditor ~/.pekwm/menu-debut ~/.pekwm/menu-fin ~/.pekwm/menu-fenetres &" }
     }
     Entry = "Show desktop" { Actions = "Exec /root/.pekwm/scripts/showdesktop.sh &" }
     Separator {}
     }
