diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2025-03-15 14:46:54 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2025-03-15 14:46:54 +0100 |
| commit | d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240 (patch) | |
| tree | 8731b82a7d16240d3fea1175d02f55dd15e2abf2 /.local/bin/statusbar | |
| parent | 5f385da9f686ffb9ab61c194a46539cbe53357ea (diff) | |
| download | eibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.tar.gz eibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.tar.zst eibhear-d7c8b912e63c9a112d75f6b9e2e3f5d3c6975240.zip | |
Eibhear: Initial commit
Some file deletion, small changes, some addition
Diffstat (limited to '.local/bin/statusbar')
| -rwxr-xr-x | .local/bin/statusbar/sb-clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock index e9c2fe6..cab2116 100755 --- a/.local/bin/statusbar/sb-clock +++ b/.local/bin/statusbar/sb-clock @@ -26,4 +26,4 @@ case $BLOCK_BUTTON in 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -date "+%Y %b %d (%a) $icon%I:%M%p" +date "+%d %b %Y (%a) $icon%H:%M" |
