diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 02:23:55 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 02:23:55 +0900 |
| commit | 3056d2060700d35b37b05634e226c734304a5efe (patch) | |
| tree | 8ecd99cdce93da4ef374a83739744cb75446e7a7 /config/hypr/UserScripts/Weather.py | |
| parent | 0088ba45b72b01314a8f1d9ec976874d4d2d9e5c (diff) | |
Added Searchable Keybinds using rofi
Default Keybind SUPER SHIFT K
Diffstat (limited to 'config/hypr/UserScripts/Weather.py')
| -rwxr-xr-x | config/hypr/UserScripts/Weather.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index c0a40fd7..eb81b9ea 100755 --- a/config/hypr/UserScripts/Weather.py +++ b/config/hypr/UserScripts/Weather.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# weather using python + import subprocess from pyquery import PyQuery # install using `pip install pyquery` import json |
