diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-07 00:03:46 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-07 00:03:46 +0900 |
| commit | 66f449773a8691c553c8dbe102168be4b1eeb126 (patch) | |
| tree | 437771defb33ed948d5d6217d26bb31fb6c45795 /ar/.local/bin/statusbar/sb-clock | |
| parent | 2aa21ef38a65f1888b161dc36b7e8492d3b2aab2 (diff) | |
modified fontconfig/fonts.conf, modified htop/htoprc, modified statusbar/sb-clock, modified statusbar/sb-keyboard, modified statusbar/sb-repos
Diffstat (limited to 'ar/.local/bin/statusbar/sb-clock')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-clock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-clock b/ar/.local/bin/statusbar/sb-clock index a5992a5..d909326 100755 --- a/ar/.local/bin/statusbar/sb-clock +++ b/ar/.local/bin/statusbar/sb-clock @@ -1,7 +1,7 @@ #!/bin/sh # Get current hour and minute -calendar="🗓️" +calendar="🗓" hour=$(date '+%I') minute=$(date '+%M') |
