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": {
|
"hyprland/window": {
|
||||||
"format": " {title}",
|
"format": " {title}",
|
||||||
"on-click-right": "$HOME/.config/hypr/scripts/screenshot_area",
|
"on-click-right": "$HOME/.config/hypr/.scripts/screenshot_area",
|
||||||
"rewrite": {
|
"rewrite": {
|
||||||
"(.*) - NVIM": " NeoVim",
|
"(.*) - NVIM": " NeoVim",
|
||||||
"(.*) — Mozilla Firefox": " Firefox",
|
"(.*) — Mozilla Firefox": " Firefox",
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%H:%M}",
|
"format": "{:%H:%M}",
|
||||||
"on-click-right": "$HOME/.config/hypr/scripts/screenshot_area",
|
"on-click-right": "$HOME/.config/hypr/.scripts/screenshot_area",
|
||||||
"tooltip": true
|
"tooltip": true
|
||||||
},
|
},
|
||||||
"custom/weather": {
|
"custom/weather": {
|
||||||
|
@ -150,7 +150,7 @@
|
||||||
"network": {
|
"network": {
|
||||||
"interval": 30,
|
"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": "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-wifi": " {essid}",
|
||||||
"format-ethernet": " Wired",
|
"format-ethernet": " Wired",
|
||||||
"fomat-disconnected": " Disconnected",
|
"fomat-disconnected": " Disconnected",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue