dotfiles/.config/conky/scripts/current_date.sh

5 lines
76 B
Bash
Raw Normal View History

2022-05-20 00:06:39 +02:00
#!/bin/bash
current_date=$(date "+%d/%m/%Y %H:%M")
echo "${current_date} "