#!/bin/bash source config.sh info=`hyprctl activewindow` notify-send "$info" "Window Information" --icon=dialog-information -t 3000