From 09feb624baddc81654b234fc016528f88ae0e573 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 7 Jul 2024 16:42:09 +0200 Subject: [PATCH] addet the right path for scripts.. --- config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.jsonc b/config.jsonc index ed2c60d..0f57a77 100644 --- a/config.jsonc +++ b/config.jsonc @@ -107,7 +107,7 @@ }, "hyprland/window": { "format": " {title}", - "on-click-right": "$HOME/.config/hypr/scripts/screenshot_area", + "on-click-right": "$HOME/.config/hypr/.scripts/screenshot_area", "rewrite": { "(.*) - NVIM": " NeoVim", "(.*) — Mozilla Firefox": "󰈹 Firefox", @@ -136,7 +136,7 @@ }, "clock": { "format": "{:%H:%M}", - "on-click-right": "$HOME/.config/hypr/scripts/screenshot_area", + "on-click-right": "$HOME/.config/hypr/.scripts/screenshot_area", "tooltip": true }, "custom/weather": { @@ -150,7 +150,7 @@ "network": { "interval": 30, "on-click": "wl-copy $(ip address show up scope global | grep inet | head -n1 | cut -d/ -f 1 | tr -d [:space:] | cut -c5-)", - "on-click-right": "foot $HOME/.config/hypr/scripts/wlan.sh", + "on-click-right": "foot $HOME/.config/hypr/.scripts/wlan.sh", "format-wifi": "󰤨 {essid}", "format-ethernet": "󰈀 Wired", "fomat-disconnected": "󰤯 Disconnected",