This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit a15566dc9813b06e57c93886a067217006763f8a
Author: Carsten Haitzler <[email protected]>
AuthorDate: Fri Feb 27 18:12:28 2026 +0000
theme - add std user icons for some dirs
---
data/elementary/themes/edc/icons.edc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc
index c1819edb6a..a55686458d 100644
--- a/data/elementary/themes/edc/icons.edc
+++ b/data/elementary/themes/edc/icons.edc
@@ -26,6 +26,11 @@ ICON("user-home", "i-homedir")
ICON("user-desktop", "i-desktop")
ICON("user-temp", "i-temp")
ICON("user-bookmarks", "i-favorite")
+ICON("user-download", "i-folder-download")
+ICON("user-documents", "i-folder-documents")
+ICON("user-pictures", "i-folder-pictures")
+ICON("user-music", "i-folder-music")
+ICON("user-videos", "i-folder-videos")
ICON("computer", "i-computer")
ICON("drive-optical", "i-drive-cd")
ICON("drive-harddisk", "i-drive-hdd")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.