commit 761418f81c70ab366b2c8fc486086a5254ca0f92
parent ff07d8b362f3f8cdbaa23a759d732c9036191afb
Author: Sven Möller <sven-moeller@outlook.de>
Date: Mon, 13 Dec 2021 20:54:38 +0100
Font size + time format
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
@@ -3,6 +3,7 @@
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
+font pixelsize=18
### Variables
#
@@ -210,7 +211,7 @@ bar {
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
- status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
+ status_command while date +'%Y-%m-%d %H:%M'; do sleep 1; done
colors {
statusline #ffffff