diff options
-rwxr-xr-x | sway/status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/status.sh b/sway/status.sh index 6bbbd63..eb68f81 100755 --- a/sway/status.sh +++ b/sway/status.sh @@ -9,7 +9,7 @@ temp() { done } bat="BAT $(cat /sys/class/power_supply/BAT*/capacity | tr '\n' ' ')" -time="$(date '+KW %W %a %Y-%m-%d %H:%M')" +time="$(date '+KW %V %a %Y-%m-%d %H:%M')" echo "| $(temp)| ${bat}| ${time} |" |