Files
dotfiles/.config/waybar/scripts/clock.sh
2025-05-10 10:18:28 +03:00

5 lines
120 B
Bash
Executable File

#!/usr/bin/bash
TEXT=$(date +'%-d %a %R')
ALT=$(date +'%a/%b %-d.%m.%Y %R')
echo '{"text": "'$TEXT'", "alt": "'$ALT'"}'