addet the right path for scripts..

This commit is contained in:
pika 2024-07-07 16:42:09 +02:00
parent b2de65b76a
commit 09feb624ba

View file

@ -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",