fix(polybar): correct path to notification-toggle script

Amolith created

Change summary

dot_config/polybar/config.ini.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_config/polybar/config.ini.tmpl 🔗

@@ -248,7 +248,7 @@ env-color_foreground = ${colors.foreground}
 [module/notifications]
 type = custom/script
 exec = ~/.config/polybar/notification-toggle.sh
-click-left = ~/.config/polybar/notifications.sh toggle
+click-left = ~/.config/polybar/notification-toggle.sh toggle
 interval = 1
 
 env-color_background = ${colors.background}