Skip to content

Commit

Permalink
Wifi widget: on right click, open network settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wiki-Bird committed Aug 20, 2023
1 parent a2a8d31 commit 8d9718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ widgets:
- "\udb82\udd28" # 76-100% strength. Alternate theming: \uf1eb
callbacks:
on_middle: "do_nothing"
on_right: "exec explorer.exe shell:Appsfolder\\Microsoft.WindowsAlarms_8wekyb3d8bbwe!App"
on_right: "exec cmd.exe /c start ms-settings:network"


# Some custom widgets
Expand Down

0 comments on commit 8d9718b

Please sign in to comment.