sway-wm/.config/waybar/scripts/current_date.sh

5 lines
81 B
Bash
Raw Normal View History

2025-08-03 15:07:48 +02:00
#!/bin/bash
current_date=$(date "+%d/%m/%Y %H:%M")
2025-08-11 14:53:51 +02:00
echo "󱛡 ${current_date} "