diff options
author | listout <listout@protonmail.com> | 2021-12-21 23:33:38 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-12-21 23:33:38 +0530 |
commit | 5a8b6f5ea12c4bf75585904c14f1d653ef855930 (patch) | |
tree | ac9795ce87417124a90a48d9e32925133ff15749 /.config | |
parent | 04641d29345f85ccbaee6bdc217dca12870a8d22 (diff) |
changing config, part 2
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 13e7f2d..2d3977f 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -62,8 +62,8 @@ override-redirect = false font-0="Mono:size=9;1" font-1="Symbols Nerd Font:size=9;1" -modules-right=memory cpu temperature pulseaudio date -modules-left=battery network +modules-right=cpu temperature pulseaudio date +modules-left=battery network memory modules-center=bspwm ;--------; @@ -109,12 +109,12 @@ format-full=<label-full> [module/date] type=internal/date interval=1.0 -date=%d-%m-%Y% -time= %I:%M +date=%A %d +time=%I:%M time-alt= %I:%M:%S %A, %d %B %Y format=<label> -label=%time% %date% +label=%date% %time% [module/temperature] type=internal/temperature |