Skip to content

Commit

Permalink
tweak(awqat): colorize the icon in modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 21, 2024
1 parent 8c8d265 commit 76ee765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-lifestyle.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
;; calculation method, either by setting the right angles for Fajr and Isha,
;; or by using one of the predefined presets (see `awqat' for more
;; information).
(awqat-mode-line-format (concat " " (nerd-icons-faicon "nf-fa-mosque") " ${prayer} (${hours}h${minutes}m) "))
(awqat-mode-line-format (concat " " (nerd-icons-faicon "nf-fa-mosque" :face 'nerd-icons-dgreen) " ${prayer} (${hours}h${minutes}m) "))
(awqat-update-interval 30.0))


Expand Down

0 comments on commit 76ee765

Please sign in to comment.