diff options
author | Carsten Haitzler <raster@rasterman.com> | 2008-10-25 08:53:44 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2008-10-25 08:53:44 +0000 |
commit | d04a4c70d8b8c90eef40643893c08237137aebea (patch) | |
tree | c122c5e33605be11ae029dc6fa01db6cb50fdbba /config/default | |
parent | 26c18a511633f7b73970b645e69bccb8bdb2eb5d (diff) | |
download | enlightenment-d04a4c70d8b8c90eef40643893c08237137aebea.tar.gz enlightenment-d04a4c70d8b8c90eef40643893c08237137aebea.tar.xz enlightenment-d04a4c70d8b8c90eef40643893c08237137aebea.zip |
support flag icons.. and add them.
SVN revision: 37093
Diffstat (limited to 'config/default')
-rw-r--r-- | config/default/Makefile.am | 2 | ||||
-rw-r--r-- | config/default/icon.png | bin | 0 -> 15260 bytes | |||
-rw-r--r-- | config/default/profile.desktop | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/config/default/Makefile.am b/config/default/Makefile.am index a4a0c5261..15e743d90 100644 --- a/config/default/Makefile.am +++ b/config/default/Makefile.am @@ -15,6 +15,8 @@ EXTRA_DIST = \ filesdir = $(datadir)/enlightenment/data/config/default files_DATA = \ + profile.desktop \ + icon.png \ e.cfg \ module.battery.cfg \ module.cpufreq.cfg \ diff --git a/config/default/icon.png b/config/default/icon.png Binary files differnew file mode 100644 index 000000000..2c00baf27 --- /dev/null +++ b/config/default/icon.png diff --git a/config/default/profile.desktop b/config/default/profile.desktop new file mode 100644 index 000000000..c0160e0d0 --- /dev/null +++ b/config/default/profile.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Link +Name=Default +Icon=icon.png +Comment=This is the default<br>theme that is<br>universal for most<br>desktop and laptop<br>systems. Choose this<br>if you are not<br>sure what to choose. |