mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Renaming eworkpanel to ede-panel
This commit is contained in:
parent
eef8493c86
commit
b3d0c8245b
@ -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]
|
||||
|
@ -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) ;
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@ -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) ;
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user