#!/bin/bash info=`hyprctl activewindow` notify-send "$info" 'This is an example' --icon=dialog-information -t 3000