diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-19 23:18:39 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-19 23:18:39 +0200 |
commit | a88095755a848920d3fdcfb64cf98b8d2425c2d6 (patch) | |
tree | a00717fefd02e5c8672760c09bc9fdcea6491488 | |
parent | 41c18101ddef5ab28464220053e796f195cead96 (diff) | |
download | dotfiles-a88095755a848920d3fdcfb64cf98b8d2425c2d6.tar.gz |
-rw-r--r-- | waybar/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index 699e6d0..fa6759f 100644 --- a/waybar/config +++ b/waybar/config @@ -117,7 +117,8 @@ "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{capacity}% {icon}", - "format-icons": ["", "", "", "", ""] + "format-icons": ["", "", "", "", ""], + "format-time": "{H:02d}:{M:02d}", }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface |