summaryrefslogtreecommitdiffstats
path: root/icons/copybreeze.sh
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-09-12 11:51:33 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-09-12 11:51:33 +0200
commit235a94d64de8a508845d9847ca1bbdae0512517c (patch)
treeb9673a331d5f6c939e2668a353a8ea2389f65360 /icons/copybreeze.sh
parent1981dc7edd689dc9e4d1ac43ede3da2eed6008f4 (diff)
downloadkube-235a94d64de8a508845d9847ca1bbdae0512517c.tar.gz
kube-235a94d64de8a508845d9847ca1bbdae0512517c.zip
add format text icons
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-xicons/copybreeze.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh
index adae54be..a56aedec 100755
--- a/icons/copybreeze.sh
+++ b/icons/copybreeze.sh
@@ -35,7 +35,10 @@ wantedIcons = [
35 "checkbox.svg", 35 "checkbox.svg",
36 "edit-copy.svg", 36 "edit-copy.svg",
37 "password-show-on.svg", 37 "password-show-on.svg",
38 "password-show-off.svg" 38 "password-show-off.svg",
39 "format-text-bold-symbolic.svg",
40 "format-text-italic-symbolic.svg",
41 "format-text-underline-symbolic.svg"
39] 42]
40 43
41def ensure_dir(file_path): 44def ensure_dir(file_path):