diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-08-10 10:18:34 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-08-10 10:18:34 +0100 |
commit | b7d5b235a25be8f424f11e423c0ea575788fe269 (patch) | |
tree | de9f26ccc7767bda29a0110ee720b3a869db9e37 /data/elementary | |
parent | efbd2c27a7ebd6806339c884e27c022416bbbbbe (diff) |
TH - more icons...
Diffstat (limited to 'data/elementary')
-rw-r--r-- | data/elementary/themes/edc/O/icons.edc | 8 | ||||
-rw-r--r-- | data/elementary/themes/edc/elm/win.edc | 6 | ||||
-rw-r--r-- | data/elementary/themes/edc/icons.edc | 8 | ||||
-rw-r--r-- | data/elementary/themes/ic.edc | 2 |
4 files changed, 14 insertions, 10 deletions
diff --git a/data/elementary/themes/edc/O/icons.edc b/data/elementary/themes/edc/O/icons.edc index 4fe85b1056..8342ae6e14 100644 --- a/data/elementary/themes/edc/O/icons.edc +++ b/data/elementary/themes/edc/O/icons.edc | |||
@@ -35,13 +35,6 @@ | |||
35 | * 3. Try to follow the naming convention | 35 | * 3. Try to follow the naming convention |
36 | */ | 36 | */ |
37 | //Standard Action Icons | 37 | //Standard Action Icons |
38 | ICON("list-add","icon_add.png",64) // "widget/add" | ||
39 | ICON("list-remove","icon_del.png",64) // "widget/del" | ||
40 | ICON("go-up","icon_up_arrow.png",64) // "widget/up_arrow" "widget/up_dir" | ||
41 | ICON("go-down","icon_down_arrow.png",64) // "widget/down_arrow" | ||
42 | ICON("go-next","icon_right_arrow.png",64) // "widget/new_dialog" | ||
43 | ICON("go-previous","icon_left_arrow.png",64) // none | ||
44 | ICON("bookmark-new","icon_add_fav.png",64) // "widget/add_fav" | ||
45 | ICON("edit-swap","icon_swap.png",64) // *** // "widget/swap" | 38 | ICON("edit-swap","icon_swap.png",64) // *** // "widget/swap" |
46 | ICON("edit-copy","icon_efm_copy.png",16) // EFMBUTTON("copy" | 39 | ICON("edit-copy","icon_efm_copy.png",16) // EFMBUTTON("copy" |
47 | ICON("edit-cut","icon_efm_cut.png",16) // EFMBUTTON("cut" | 40 | ICON("edit-cut","icon_efm_cut.png",16) // EFMBUTTON("cut" |
@@ -102,7 +95,6 @@ | |||
102 | ICON("preferences-screen-vflip","icon_screen_vflip.png",64) // *** // "enlightenment/screen_vflip" | 95 | ICON("preferences-screen-vflip","icon_screen_vflip.png",64) // *** // "enlightenment/screen_vflip" |
103 | ICON("preferences-screen-hflip","icon_screen_hflip.png",64) // *** // "enlightenment/screen_hflip" | 96 | ICON("preferences-screen-hflip","icon_screen_hflip.png",64) // *** // "enlightenment/screen_hflip" |
104 | ICON("preferences-applications-add","icon_applications_new.png",64) // *** // "enlightenment/add_application" | 97 | ICON("preferences-applications-add","icon_applications_new.png",64) // *** // "enlightenment/add_application" |
105 | ICON("preferences-preferences","icon_config.png",64) // "enlightenment/configuration" "enlightenment/settings" | ||
106 | ICON("preferences-illume","icon_illume.png",64) | 98 | ICON("preferences-illume","icon_illume.png",64) |
107 | //Standard Module Category Icons | 99 | //Standard Module Category Icons |
108 | ICON("modules-utils","icon_gadget.png",64) | 100 | ICON("modules-utils","icon_gadget.png",64) |
diff --git a/data/elementary/themes/edc/elm/win.edc b/data/elementary/themes/edc/elm/win.edc index 364b744b3e..ba84eedd7c 100644 --- a/data/elementary/themes/edc/elm/win.edc +++ b/data/elementary/themes/edc/elm/win.edc | |||
@@ -6,15 +6,17 @@ group { name: "elm/win/base/default"; | |||
6 | swallow { "elm.swallow.menu"; | 6 | swallow { "elm.swallow.menu"; |
7 | clip_to: "client_clip"; | 7 | clip_to: "client_clip"; |
8 | desc { "default"; | 8 | desc { "default"; |
9 | rel1.offset: 0 -1; | ||
9 | rel2.relative: 1 0; | 10 | rel2.relative: 1 0; |
10 | align: 0.5 0.0; | 11 | align: 0.5 0.0; |
11 | hid; | 12 | hid; |
12 | link.base: "elm,action,hide" "elm"; | 13 | link.base: "elm,action,hide" "elm"; |
13 | min: 0 80; | 14 | min: 0 20; |
14 | } | 15 | } |
15 | desc { "visible"; | 16 | desc { "visible"; |
16 | inherit: "default"; | 17 | inherit: "default"; |
17 | align: 0.5 0.0; | 18 | rel1.offset: 0 0; |
19 | rel2.offset: -1 0; | ||
18 | fixed: 0 1; | 20 | fixed: 0 1; |
19 | vis; | 21 | vis; |
20 | link.base: "elm,action,show_menu" "elm"; | 22 | link.base: "elm,action,show_menu" "elm"; |
diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 664c5b2eff..256cbea63b 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc | |||
@@ -95,6 +95,7 @@ | |||
95 | ICON("preferences-pager", "i-pager") | 95 | ICON("preferences-pager", "i-pager") |
96 | ICON("preferences-network", "i-network") | 96 | ICON("preferences-network", "i-network") |
97 | ICON("preferences-file-icons", "i-file") | 97 | ICON("preferences-file-icons", "i-file") |
98 | ICON("preferences-preferences", "i-gear") | ||
98 | ICON("modules-launcher", "i-gear-start") | 99 | ICON("modules-launcher", "i-gear-start") |
99 | ICON("everything-launch", "i-gear-start") | 100 | ICON("everything-launch", "i-gear-start") |
100 | ICON("enlightenment/wallpaper_stretch", "i-fill-stretch") | 101 | ICON("enlightenment/wallpaper_stretch", "i-fill-stretch") |
@@ -103,6 +104,7 @@ | |||
103 | ICON("enlightenment/wallpaper_scale_aspect_in", "i-fill-within") | 104 | ICON("enlightenment/wallpaper_scale_aspect_in", "i-fill-within") |
104 | ICON("enlightenment/wallpaper_scale_aspect_out", "i-fill-fill") | 105 | ICON("enlightenment/wallpaper_scale_aspect_out", "i-fill-fill") |
105 | ICON("enlightenment/wallpaper_pan", "i-fill-pan") | 106 | ICON("enlightenment/wallpaper_pan", "i-fill-pan") |
107 | ICON("bookmark-new", "i-favorite") | ||
106 | #undef ICON | 108 | #undef ICON |
107 | 109 | ||
108 | // mono color default fg color icons | 110 | // mono color default fg color icons |
@@ -129,6 +131,12 @@ | |||
129 | ICON("application-exit", "i-system-logout") | 131 | ICON("application-exit", "i-system-logout") |
130 | ICON("enlightenment", "i-enlightenment") | 132 | ICON("enlightenment", "i-enlightenment") |
131 | ICON("help-about", "i-enlightenment") | 133 | ICON("help-about", "i-enlightenment") |
134 | ICON("go-up", "i-arrow-u") | ||
135 | ICON("go-down", "i-arrow-d") | ||
136 | ICON("go-next", "i-arrow-l") | ||
137 | ICON("go-previous", "i-arrow-r") | ||
138 | ICON("list-add", "i-plus") | ||
139 | ICON("list-remove", "i-minus") | ||
132 | #undef ICON | 140 | #undef ICON |
133 | 141 | ||
134 | // mono border action icons | 142 | // mono border action icons |
diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index 1a3b8e9edc..2813b4a597 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc | |||
@@ -48,6 +48,8 @@ I060("i-skip-taskbar", "skip-taskbar") | |||
48 | I060("i-skip-winlist", "skip-winlist") | 48 | I060("i-skip-winlist", "skip-winlist") |
49 | I060("i-border", "border") | 49 | I060("i-border", "border") |
50 | I060("i-sendto", "sendto") | 50 | I060("i-sendto", "sendto") |
51 | I060("i-minus", "minus") | ||
52 | I060("i-plus", "plus") | ||
51 | // lock double | 53 | // lock double |
52 | // exclam | 54 | // exclam |
53 | // folder | 55 | // folder |