From 3056d2060700d35b37b05634e226c734304a5efe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 20 Sep 2024 02:23:55 +0900 Subject: Added Searchable Keybinds using rofi Default Keybind SUPER SHIFT K --- config/hypr/UserScripts/Weather.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/hypr/UserScripts/Weather.py') 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 -- cgit v1.2.3