mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
050125
This commit is contained in:
6
.scripts/dwmblocks/date
Executable file
6
.scripts/dwmblocks/date
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/env bash
|
||||
colors_path=$HOME/.cache/wal/colors.sh
|
||||
if [ -f "$colors_path" ]; then
|
||||
source $colors_path
|
||||
echo "^c$color0^^b$color1^$(date +" %d") ^d^^c$color0^^b$color8^$(date +" %I:%M%p") ^d^ ^d^ "
|
||||
fi
|
||||
Reference in New Issue
Block a user