This website requires JavaScript.
Explore
Help
Sign In
q3aql
/
sway-wm
Watch
1
Star
1
Fork
0
You've already forked sway-wm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
sway-wm
/
.config
/
waybar
/
scripts
/
current_date.sh
5 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
Add waybar config
2025-08-03 15:07:48 +02:00
#!/bin/bash
current_date
=
$(
date
"+%d/%m/%Y %H:%M"
)
.config/waybar
2025-08-03 20:31:50 +02:00
echo
"
${
current_date
}
"
Reference in New Issue
Copy Permalink