diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-24 23:05:56 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-24 23:05:56 +0000 |
commit | 655c8504bf91ac57b833156bc2ce06691f0aac2e (patch) | |
tree | dfe2a8646bb44a702fb6c120a79c6e084e4f3a84 /doom.d | |
parent | f0996b5fb24fa00a0c36ba2cd9f5a3ffe0564281 (diff) | |
download | dotfiles-655c8504bf91ac57b833156bc2ce06691f0aac2e.tar.gz dotfiles-655c8504bf91ac57b833156bc2ce06691f0aac2e.tar.bz2 dotfiles-655c8504bf91ac57b833156bc2ce06691f0aac2e.zip |
~using wicons for the weather dashboard item
It's a rain symbol, more fitting I think
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 716df47..9421572 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -199,7 +199,7 @@ My docsets are stored in .docsets for ease of use :icon (all-the-icons-octicon "book" :face 'font-lock-keyword-face) :action oreodave/goto-books) ("Check the weather" - :icon (all-the-icons-octicon "globe" :face 'font-lock-keyword-face) + :icon (all-the-icons-wicon "rain" :face 'font-lock-keyword-face) :action oreodave/weather) ("Jump to bookmark" :icon (all-the-icons-octicon "bookmark" :face 'font-lock-keyword-face) |