diff --git a/evoke/ede-startup.conf b/evoke/ede-startup.conf index 5659935..b78eb73 100644 --- a/evoke/ede-startup.conf +++ b/evoke/ede-startup.conf @@ -1,6 +1,6 @@ # ede-startup configuration sample [Startup] - start_order = edewm,ede-desktop,eworkpanel,emountd,xscreensaver + start_order = edewm,ede-desktop,ede-panel,emountd,xscreensaver splash_theme = scape [edewm] @@ -13,9 +13,9 @@ icon = ede-desktop.png description = desktop -[eworkpanel] - exec = eworkpanel - icon = eworkpanel.png +[ede-panel] + exec = ede-panel + icon = ede-panel.png description = panel [emountd] diff --git a/evoke/splash-themes/scape/Jamfile b/evoke/splash-themes/scape/Jamfile index 0613814..0d98c7e 100644 --- a/evoke/splash-themes/scape/Jamfile +++ b/evoke/splash-themes/scape/Jamfile @@ -10,6 +10,6 @@ SubDir TOP evoke splash-themes scape ; -DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ; +DATA = background.png edewm.png ede-desktop.png emountd.png ede-panel.png xscreensaver.png ; InstallData $(datarootdir)/splash-themes/scape : $(DATA) ; diff --git a/evoke/splash-themes/scape/eworkpanel.png b/evoke/splash-themes/scape/ede-panel.png similarity index 100% rename from evoke/splash-themes/scape/eworkpanel.png rename to evoke/splash-themes/scape/ede-panel.png diff --git a/evoke/splash-themes/standard/Jamfile b/evoke/splash-themes/standard/Jamfile index e8674a5..1cfbc24 100644 --- a/evoke/splash-themes/standard/Jamfile +++ b/evoke/splash-themes/standard/Jamfile @@ -10,6 +10,6 @@ SubDir TOP evoke splash-themes standard ; -DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ; +DATA = background.png edewm.png ede-desktop.png emountd.png ede-panel.png xscreensaver.png ; InstallData $(datarootdir)/splash-themes/standard : $(DATA) ; diff --git a/evoke/splash-themes/standard/eworkpanel.png b/evoke/splash-themes/standard/ede-panel.png similarity index 100% rename from evoke/splash-themes/standard/eworkpanel.png rename to evoke/splash-themes/standard/ede-panel.png