Saner box color

This commit is contained in:
MitchMarq42 2023-04-07 09:15:49 -08:00
parent 2a1b5cf708
commit aa8bc0f5d1

View File

@ -31,7 +31,7 @@
(defvar notibox-width 40) ; characters
(defvar notibox-height 4) ; characters
(defvar notibox-border-color "green")
(defvar notibox-border-color "#808080")
(defvar notibox-corner 'bottomright)
(defvar notibox-padding 30)
(defun notibox--get-position ()