Several fixes, patched dwmblocks so it shows spaces around the bar

This commit is contained in:
2025-09-30 13:42:23 +02:00
parent a250278454
commit 3f399b5c0e
10 changed files with 90 additions and 22 deletions

4
dwmblocks_scripts/dwm_date Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
DATE=$(date '+%b %d (%a) %I:%M:%S %p')
echo "$DATE"