mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Optimize displaying of github notifications.
This commit is contained in:
parent
e83a22ee6f
commit
f8239e7f32
1 changed files with 3 additions and 2 deletions
|
@ -1599,8 +1599,9 @@ mouse-3: Describe current input method")
|
|||
:v-adjust -0.0575
|
||||
:face 'doom-modeline-warning)
|
||||
(if doom-modeline-icon doom-modeline-vspc " ")
|
||||
(propertize (format "%s " doom-modeline--github-notifications-number)
|
||||
'face 'doom-modeline-warning))
|
||||
(propertize (number-to-string doom-modeline--github-notifications-number)
|
||||
'face 'doom-modeline-warning)
|
||||
" ")
|
||||
'help-echo "Github
|
||||
mouse-1: Show notifications
|
||||
mouse-3: Fetch notifications"
|
||||
|
|
Loading…
Reference in a new issue