From 787d64ba6a758037c2ffdb4cffb24b9c38dc5d5d Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Wed, 17 Sep 2025 00:15:15 +0300 Subject: [PATCH] refactor: colors in calendar; feat: no longer displaying mpd widget when playlist is empty --- waybar/config.jsonc | 5 +++-- waybar/config2.jsonc | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 4f95084..67d1332 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -114,6 +114,7 @@ }, "tooltip-format": "MPD (connected)", "tooltip-format-disconnected": "MPD (disconnected)", + "format-stopped": "", "on-click": "mpc toggle --password kapuchinamusica" }, "idle_inhibitor": { @@ -140,10 +141,10 @@ "calendar": { "format": { // "months": "{}", - "days": "{}", + "days": "{}", "weeks": "W{}", "weekdays": "{}", - "today": "{}" + "today": "{}" } } }, diff --git a/waybar/config2.jsonc b/waybar/config2.jsonc index 8a9bc82..173b005 100644 --- a/waybar/config2.jsonc +++ b/waybar/config2.jsonc @@ -165,7 +165,8 @@ "format-alt": "{time} {icon}", // "format-good": "", // An empty format will hide the module // "format-full": "", - "format-icons": ["", "", "", "", ""] + "format-icons": ["", "", "", "", ""], + "on-click": "gnome-power-statistics" // doesn't work D: }, "battery#bat2": { "bat": "BAT2"