addet the right path for scripts..
This commit is contained in:
parent
b2de65b76a
commit
09feb624ba
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue