diff options
| author | awy <awy@awy.one> | 2025-08-06 03:01:59 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-08-06 03:01:59 +0300 |
| commit | 65e138bb143e4f11fb7cbc72fbfc9d846956b082 (patch) | |
| tree | 447d1e15c0fb9f08d13829eda963399ccb8d0b8c /.local/bin/statusbar/sb-clock | |
| parent | 36534e0d1fbe73fcbbf92558263ad85abe9ab6be (diff) | |
| download | hyprdots-65e138bb143e4f11fb7cbc72fbfc9d846956b082.tar.gz | |
gruvbox
Diffstat (limited to '.local/bin/statusbar/sb-clock')
| -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 3cac79c..dd6de18 100755 --- a/.local/bin/statusbar/sb-clock +++ b/.local/bin/statusbar/sb-clock @@ -10,4 +10,4 @@ case $BLOCK_BUTTON in 8) setsid -f "$TERMINAL" -e "$EDITOR" "$0" >/dev/null 2>&1 ;; esac -date "+%Y-%m-%d %H:%M:%S" +date "+%H:%M" |