outlined todo and added weather functionality such as forecast and radar

nvim
spinach 2 years ago
parent 9e66b34e0f
commit a96be1e0db

@ -1,4 +1,4 @@
# dotfiles # dotfiles
### TODO ### TODO
- Need to correct the ST linking of configs to have 1 repo and then link in config.h as needed - Add main polybar file and create bar as needed from modules

@ -1 +1 @@
Subproject commit 18b85395d32e235128b85a059dd60b562f9dbfe1 Subproject commit 038e3a6ca59f11b3bb6a94087c1792322d1a1d5c

@ -1 +1 @@
Subproject commit 2febbe1f00be04f16daa6464cb39214a8566ec4b Subproject commit 62f42f013d866139fa23068ac2651b3f7e05a56f

@ -1 +1 @@
Subproject commit 9e64fc1ab60b2e97d39410482b64289dbbaf4eda Subproject commit 63e79baca1c645ab6997fbc9f04ef0ecdda29645

@ -1 +1 @@
Subproject commit b8607084b324ab0c98892ca20f78433904aecef5 Subproject commit 3a9180f1d2cc984fe24bc7afaf9d4d00b3e4c20a

@ -77,6 +77,10 @@ type = custom/script
exec = weather -pd exec = weather -pd
interval = 30 interval = 30
; left click returns forecast
click-left = weather -f
; right click returns radar
click-right = weather -r
[module/memory] [module/memory]
type = internal/memory type = internal/memory

@ -1 +1 @@
Subproject commit b8e65a696157e1e8c407ed1f3aac768368bc4e55 Subproject commit e9cb9b4cf663b9b85906b4c98d6bd1c0513a699c
Loading…
Cancel
Save