NOM=$(date +%X | dmenu) || exit
echo $NOM
test "$NOM" && i3-msg move container to workspace "$NOM" && i3-msg workspace "$NOM"
