diff --git a/oni-org/icons/bs-telephone-fill.svg b/oni-org/icons/bs-telephone-fill.svg
new file mode 100644
index 0000000..efc72c0
--- /dev/null
+++ b/oni-org/icons/bs-telephone-fill.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/oni-org/icons/bs-tools.svg b/oni-org/icons/bs-tools.svg
new file mode 100644
index 0000000..b60ce10
--- /dev/null
+++ b/oni-org/icons/bs-tools.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 362b781..705a94c 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -433,7 +433,9 @@ also move point to the start of the heading."
(,(rx string-start "moving" string-end) ,(expand-file-name "bxs-truck.svg" oni-org-icons-dir) ,@svg)
(,(rx string-start "security" string-end) ,(expand-file-name "mat-security.svg" oni-org-icons-dir) ,@svg)
(,(rx string-start "website" string-end) ,(expand-file-name "mat-web.svg" oni-org-icons-dir) ,@svg)
- (,(rx string-start "desktop" string-end) ,(expand-file-name "bx-desktop.svg" oni-org-icons-dir) ,@svg)))))
+ (,(rx string-start "desktop" string-end) ,(expand-file-name "bx-desktop.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "maint" string-end) ,(expand-file-name "bs-tools.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "comm" string-end) ,(expand-file-name "bs-telephone-fill.svg" oni-org-icons-dir) ,@svg)))))
(setq org-agenda-files
(cons org-default-notes-file