This commit is contained in:
death916 2025-11-05 01:09:42 -08:00
parent 31c4192055
commit 48d87c74cd

View file

@ -233,9 +233,9 @@
];
"custom/wttrbar" = {
"format" = "{text}";
"format" = "{text}°";
"return-type" = "json";
"exec" = "wttrbar -l Sacramento";
"exec" = "wttrbar --location Sacramento";
"interval" = 3600;
};
@ -414,6 +414,11 @@
#pulseaudio.muted {
background-color: @surface1;
}
#custom-wttrbar {
background-color: @sky;
color: @crust;
}
'';
};