Skip to content

Commit 76ee765

Browse files
committed
tweak(awqat): colorize the icon in modeline
1 parent 8c8d265 commit 76ee765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/me-lifestyle.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; calculation method, either by setting the right angles for Fajr and Isha,
1919
;; or by using one of the predefined presets (see `awqat' for more
2020
;; information).
21-
(awqat-mode-line-format (concat " " (nerd-icons-faicon "nf-fa-mosque") " ${prayer} (${hours}h${minutes}m) "))
21+
(awqat-mode-line-format (concat " " (nerd-icons-faicon "nf-fa-mosque" :face 'nerd-icons-dgreen) " ${prayer} (${hours}h${minutes}m) "))
2222
(awqat-update-interval 30.0))
2323

2424

0 commit comments

Comments
 (0)