From 9b7597fc7439ad4ca3ef702bfd2a2f17dae6ab05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 5 May 2025 13:41:21 +0300 Subject: waybar: use Sarasa font for clock/calendar So that kanji weekdays are properly aligned. Also, the clock with a different font looks nice. --- dotfiles/.config/waybar/modules.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/.config/waybar/modules.json b/dotfiles/.config/waybar/modules.json index 0d3cb9f..548847b 100644 --- a/dotfiles/.config/waybar/modules.json +++ b/dotfiles/.config/waybar/modules.json @@ -19,15 +19,15 @@ }, "clock": { "locale": "ja_JP.UTF-8", - "format": "{:L%Y年%m月%d日(%a)%H:%M:%S}", - "format-alt": "{:%H:%M:%S}", - "tooltip-format": "{calendar}", + "format": "{:L%Y年%m月%d日(%a)%H:%M:%S}", + "format-alt": "{:%H:%M:%S}", + "tooltip-format": "{calendar}", "calendar": { "mode" : "month", "on-scroll" : 1, "format": { - "months": "{}", - "weekdays": "{}", + "months": "{}", + "weekdays": "{}", "today": "{}" } }, -- cgit v1.2.3