diff --git a/evoke/ede-startup.conf b/evoke/ede-startup.conf index 2b91788..5659935 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,xscreensaver + start_order = edewm,ede-desktop,eworkpanel,emountd,xscreensaver splash_theme = scape [edewm] @@ -18,6 +18,11 @@ icon = eworkpanel.png description = panel +[emountd] + exec = emountd + icon = emountd.png + description = mount notifier + [xscreensaver] exec = xscreensaver -nosplash icon = xscreensaver.png diff --git a/evoke/splash-themes/scape/Jamfile b/evoke/splash-themes/scape/Jamfile index b1485cc..0613814 100644 --- a/evoke/splash-themes/scape/Jamfile +++ b/evoke/splash-themes/scape/Jamfile @@ -10,5 +10,6 @@ SubDir TOP evoke splash-themes scape ; -DATA = background.png edewm.png ede-desktop.png eworkpanel.png xscreensaver.png ; +DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ; + InstallData $(datarootdir)/splash-themes/scape : $(DATA) ; diff --git a/evoke/splash-themes/scape/emountd.png b/evoke/splash-themes/scape/emountd.png new file mode 100644 index 0000000..d3f62a4 Binary files /dev/null and b/evoke/splash-themes/scape/emountd.png differ diff --git a/evoke/splash-themes/standard/Jamfile b/evoke/splash-themes/standard/Jamfile index 163a9dd..e8674a5 100644 --- a/evoke/splash-themes/standard/Jamfile +++ b/evoke/splash-themes/standard/Jamfile @@ -10,5 +10,6 @@ SubDir TOP evoke splash-themes standard ; -DATA = background.png edewm.png ede-desktop.png eworkpanel.png xscreensaver.png ; +DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ; + InstallData $(datarootdir)/splash-themes/standard : $(DATA) ; diff --git a/evoke/splash-themes/standard/emountd.png b/evoke/splash-themes/standard/emountd.png new file mode 100644 index 0000000..d3f62a4 Binary files /dev/null and b/evoke/splash-themes/standard/emountd.png differ