refactor: colors in calendar;

feat: no longer displaying mpd widget when playlist is empty
This commit is contained in:
2025-09-17 00:15:15 +03:00
parent 5519a34ffe
commit c085a471f3
2 changed files with 5 additions and 3 deletions

View File

@@ -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": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"days": "<span color='#ac8699'><b>{}</b></span>",
"weeks": "<span color='#BC4056'><b>W{}</b></span>",
"weekdays": "<span color='#F8B5CE'><b>{}</b></span>",
"today": "<span color='#d14781'><b><u>{}</u></b></span>"
"today": "<span color='#FFFFFF'><b><u>{}</u></b></span>"
}
}
},

View File

@@ -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"