dotfiles/.config/polybar/iscripts/current_date.sh

5 lines
80 B
Bash
Raw Normal View History

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