diff --git a/oni-org/icons/bx-cog.svg b/oni-org/icons/bx-cog.svg
new file mode 100644
index 0000000..3431235
--- /dev/null
+++ b/oni-org/icons/bx-cog.svg
@@ -0,0 +1 @@
+
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 815fda4..ddb54cc 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse
;; Keywords: local
-;; Version: 2022.0925.164622
+;; Version: 2022.0928.004858
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti form-feed)
;; This program is free software; you can redistribute it and/or modify
@@ -570,7 +570,8 @@ also move point to the start of the heading."
(,(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 "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)))))
+ (,(rx string-start "comm" string-end) ,(expand-file-name "bs-telephone-fill.svg" oni-org-icons-dir) ,@svg)
+ (,(rx string-start "config" string-end) ,(expand-file-name "bx-cog.svg" oni-org-icons-dir) ,@svg)))))
(setq org-agenda-files
(cons oni-org-todo-main-file