diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-22 12:49:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-22 12:49:47 +0900 |
| commit | 7ca1cc2089d50600b561d329af0c5d1a8e239e42 (patch) | |
| tree | 8d2ab37258d77fb1bb367a58a1e10cee7b7deb59 | |
| parent | e57aa261ce92e64a96bc2ccfd8656fee4c6a8e12 (diff) | |
updated env and default weather provider is now the python based weather app since it takes lat and long automatically. Thanks to latest MR
| -rw-r--r-- | config/hypr/UserConfigs/ENVariables.conf | 2 | ||||
| -rw-r--r-- | config/waybar/ModulesCustom | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index 7dde28c4..09ae1bdb 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -6,7 +6,7 @@ # environment-variables # Toolkit Backend Variables -env = GDK_BACKEND,wayland,x11 +env = GDK_BACKEND,wayland,x11,* env = QT_QPA_PLATFORM,wayland;xcb env = CLUTTER_BACKEND,wayland diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 06feedfe..9237af27 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -11,9 +11,9 @@ "format-alt-click": "click", "interval": 3600, "return-type": "json", - "exec": "$HOME/.config/hypr/UserScripts/Weather.sh", - //"exec": "$HOME/.config/hypr/UserScripts/Weather.py", - "exec-if": "ping wttr.in -c1", + "exec": "$HOME/.config/hypr/UserScripts/Weather.py", + //"exec": "$HOME/.config/hypr/UserScripts/Weather.sh", + //"exec-if": "ping wttr.in -c1", "tooltip": true, }, |
