Enz0jacco wrote: ↑Friday 20 November 2020 0:35
okay number 1 is fixed by just inserting a new image in the img/garbage folder with the new color.
still looking to get rid of the colon:P
For the colon:
In latest beta there is a new garbage block parameter to configure the date separator.
/* This will give the block a red border if trash collection is collected for today */
.trash.trashtoday {
border-color: red
}
/* This will give the block a green border if trash collection is collected for tomorrow*/
.trash.trashtomorrow {
border-color: green
}
/* This will reduce the opacity in case no trash is scheduled for today or tomorrow */
.trash:not(.trashtoday):not(.trashtomorrow) .dt_state {
opacity: 0.2 !important;
}
/* This will increase the font of the trash row that is scheduled for today */
.dt_state .trashtoday {
font-size: 20px
}
Thanks for this option. I'll see tomorrow if the garbage icon and info changes.
Edit: works great!
Last edited by HansieNL on Tuesday 24 November 2020 6:55, edited 1 time in total.
Enz0jacco wrote: ↑Friday 20 November 2020 0:35
okay number 1 is fixed by just inserting a new image in the img/garbage folder with the new color.
still looking to get rid of the colon:P
For the colon:
In latest beta there is a new garbage block parameter to configure the date separator.
Enz0jacco wrote: ↑Friday 20 November 2020 0:35
okay number 1 is fixed by just inserting a new image in the img/garbage folder with the new color.
still looking to get rid of the colon:P
For the colon:
In latest beta there is a new garbage block parameter to configure the date separator.
I read thru the topic - but could find any pointer. can someone tell me how i can:
1 change the date/time/format ? (my other calenders/home agenda is displayed correctly but not the 'afvalwijzer'/den bosch region)
2 the locale is on nl-NL but i see still as well the english names.
with the new update my break line between the trash type and date is not working anymore. I tried to put the line break in the date separator but that just gives me a </br>.
any other way to get the trash type on top and the date on the bottom?
Enz0jacco wrote: ↑Wednesday 09 December 2020 9:00
with the new update my break line between the trash type and date is not working anymore. I tried to put the line break in the date separator but that just gives me a </br>.
any other way to get the trash type on top and the date on the bottom?
thnx!
You should get the 'old' behavior if you add 'layout: 0' to your block definition.
(but then of course you'll loose the table formatting)
poweredge wrote: ↑Wednesday 09 December 2020 8:16
Untitled.png
I read thru the topic - but could find any pointer. can someone tell me how i can:
1 change the date/time/format ? (my other calenders/home agenda is displayed correctly but not the 'afvalwijzer'/den bosch region)
2 the locale is on nl-NL but i see still as well the english names.
config['calendarlanguage'] = 'nl_NL'; did the trick - date format now correct and language adjusted as well .. already had the datatimeformatting OK but not this one ... appreciated
Enz0jacco wrote: ↑Wednesday 09 December 2020 9:00
with the new update my break line between the trash type and date is not working anymore. I tried to put the line break in the date separator but that just gives me a </br>.
any other way to get the trash type on top and the date on the bottom?
thnx!
You should get the 'old' behavior if you add 'layout: 0' to your block definition.
(but then of course you'll loose the table formatting)