fix(waybar): retarget broken clicks in summer-day/night themes to nomarchy scripts
Some checks failed
Check / eval-and-lint (push) Has been cancelled

This commit is contained in:
Bernardo Magri
2026-05-31 16:42:31 +01:00
parent a9cc39f3fe
commit 395c839ed0
3 changed files with 9 additions and 7 deletions

View File

@@ -35,12 +35,11 @@
"custom/launcher": {
"interval": "once",
"format": "󰣇",
"on-click": "pkill wofi || wofi --show drun --term=kitty --width=20% --height=50% --columns 1 -I -s ~/.config/wofi/themes/everforest-light.css -o $MAIN_DISPLAY",
"on-click": "nomarchy-menu",
"tooltip": false
},
"backlight": {
"device": "nvidia_0",
"max-length": "4",
"format": "{icon}",
"tooltip-format": "{percent}%",
@@ -86,7 +85,7 @@
"format-wifi": " {signalStrength}%",
"format-ethernet": " {signalStrength}%",
"format-disconnected": "󰤭",
"on-click": "sh ~/.config/wofi/scripts/wifimenu.sh"
"on-click": "nomarchy-launch-wifi"
},
"battery": {
@@ -118,7 +117,7 @@
"custom/powermenu": {
"format": "",
"on-click": "pkill wofi || sh .config/wofi/scripts/powermenu.sh 'everforest-light' '--height=17% -o $MAIN_DISPLAY'",
"on-click": "nomarchy-menu power",
"tooltip": false
}
}

View File

@@ -159,7 +159,7 @@
"custom/powermenu": {
"format": "",
"on-click": "wlogout",
"on-click": "nomarchy-menu power",
"tooltip": false
}
}