BOM weather interface

This commit is contained in:
BirDt_ 2025-11-29 16:45:33 +08:00
parent 6b8993703c
commit f43fc2430b
3 changed files with 167 additions and 2 deletions

View file

@ -113,7 +113,7 @@
("RSS" elfeed "r")
("Terminal" theurgy-bottom-shell "t")
("Gomuks" theurgy-gomuks-workspace "G")
("Weather" theurgy-show-weather "w")))))
("Weather" theurgy-weather "w")))))
:align center
:width 20))
(grid-make-box `(:content ,(concat
@ -144,7 +144,7 @@
(grid-make-column (list (grid-make-box `(:content ,(concat
(enlight-menu
'(("Userland"
("Dired" (dired "~") "d")
("Weather" theurgy-weather "w")
("RSS" elfeed "r")
("Terminal" theurgy-bottom-shell "t")
))))