hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 8d06dd7594742daa19306b30b0bca03c96747f04
parent b3feaa625d77f245f9388c076c3b524abe3b3944
Author: awy <awy@awy.one>
Date:   Sun, 25 May 2025 16:18:42 +0300

sb-clock

Diffstat:
M.local/bin/statusbar/sb-clock | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/statusbar/sb-clock b/.local/bin/statusbar/sb-clock @@ -26,4 +26,4 @@ case $1 in 8) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -date "+%Y %b %d (%a) $icon%I:%M%p" +date "+$icon %H:%M"