From dd00aee82134d4f1b41463c5371f1ee943a9ec7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 5 May 2025 22:30:27 +0300 Subject: waybar: make clock text bold Since Sarasa's default weight is just too light. --- dotfiles/.config/waybar/modules.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/.config/waybar/modules.json b/dotfiles/.config/waybar/modules.json index 548847b..7f0f591 100644 --- a/dotfiles/.config/waybar/modules.json +++ b/dotfiles/.config/waybar/modules.json @@ -19,12 +19,12 @@ }, "clock": { "locale": "ja_JP.UTF-8", - "format": "{:L%Y年%m月%d日(%a)%H:%M:%S}", - "format-alt": "{:%H:%M:%S}", + "format": "{:L%Y年%m月%d日(%a)%H:%M:%S}", + "format-alt": "{:%H:%M:%S}", "tooltip-format": "{calendar}", "calendar": { - "mode" : "month", - "on-scroll" : 1, + "mode": "month", + "on-scroll": 1, "format": { "months": "{}", "weekdays": "{}", -- cgit v1.2.3