ZXGWQ2XANWUMPZ3WKAG37WCK5PGJFEFGOGPOO4J6Q74I5VWNBNHAC IBNPMUOIC6ZWL5D2YK5HNBQ23FSLCKGDD4B7B77VDXHHW4E7FY3AC 5G7WRBMWKG6DMCOHE6WQHTYZACUHO2UPBZRWN72CFH7P45NN5E7QC I4HWXLAAKJHZUQFV23XBAAEW6VTCOXO2F3AB5R6RTOHHZBZLK2VAC DLMU5B7JBMU5J7HSRMPD7OYA7AY5OCT2ZWUKKF2X3SFHE6OTV6TAC RXJH46XLP6AFSIZZD4WEQA5A5YZLKHZ54ZUGCRH7TRAOH2Z4Q2VQC JV2GDHIK5NPTIRUWEV5QY3FSBJTDDNMDA345ASZJY4CE4TIB63GAC A37EX5BA3RZLCLLCB7I2Q7WJBD4OPC3LVI3TSYFTBNAUOUA5RU6QC JBBBMPVW7KFVIU4WN2WCLN4GUYF2VNMSZ7Y5Z7NF3AKS2PHJMMWAC OUPAW7IENNTRLHI5ET2ZV4235FCCHNPVRGRE5HGQNDHIK63IMK6QC def print-notify [message: string] {print $"[Theme Switch]: ($message)"if (which dunstify | is-not-empty) {if ($message | str downcase | str contains "error") {^dunstify --appname="Theme Switch" --urgency=critical --timeout=30000 "Error" $"($message)"} else {^dunstify --appname="Theme Switch" "Status" $"($message)"}}}
print_notify "Light mode activated."}print_notify($"Theme switch to ($new_theme) completed!")}def print_notify [message: string] {print $"[Theme Switcher]: ($message)"if (which dunstify | is-not-empty) {^dunstify "[Theme Switcher]" $"($message)"
print-notify "Light mode activated."