feat(i3status): day-of-week

This commit is contained in:
TheK4n 2023-10-27 10:34:57 +03:00
parent 9c4c89b64f
commit f87057b053
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ cpu_temperature 0 {
} }
tztime local { tztime local {
format = "%Y-%m-%d %H:%M" format = "%Y-%m-%d %a %H:%M"
} }
volume master { volume master {

View File

@ -52,6 +52,7 @@ alias mcdtmp='cd "$(mktemp -d)"'
# time # time
alias now='date +"%T"' alias now='date +"%T"'
alias nowdate='date +"%d-%m-%Y"' alias nowdate='date +"%d-%m-%Y"'
alias cal='cal -m'
# vim # vim
alias svi="sudo -E nvim" alias svi="sudo -E nvim"