diff options
author | Flavio Ceolin <flavio.ceolin@gmail.com> | 2014-05-23 00:42:36 -0300 |
---|---|---|
committer | Flavio Ceolin <flavio.ceolin@gmail.com> | 2014-05-23 00:42:36 -0300 |
commit | dbd9bd8ce714a168ab20d2e359372e03082fe4e0 (patch) | |
tree | 2839c3f4d4029a77dcbc866b5cf4ab1644433a6c /data | |
parent | ba8266999b502d1ef5dbc79e6f2b06ba978f76a9 (diff) |
Adding applicaton icon
Diffstat (limited to 'data')
-rw-r--r-- | data/icons/epulse.png | bin | 0 -> 19745 bytes | |||
-rw-r--r-- | data/xml/epulse.desktop | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/data/icons/epulse.png b/data/icons/epulse.png new file mode 100644 index 0000000..3db381c --- /dev/null +++ b/data/icons/epulse.png | |||
Binary files differ | |||
diff --git a/data/xml/epulse.desktop b/data/xml/epulse.desktop new file mode 100644 index 0000000..f590cc2 --- /dev/null +++ b/data/xml/epulse.desktop | |||
@@ -0,0 +1,9 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Type=Application | ||
4 | Name=Epulse | ||
5 | Comment=A module to control audio volume and streams. | ||
6 | Icon=epulse | ||
7 | Exec=epulse | ||
8 | Categories=System;Sound; | ||
9 | StartupWMClass=epulse | ||