refactor: colors in calendar;
feat: no longer displaying mpd widget when playlist is empty
This commit is contained in:
@@ -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>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user