You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚒️ Simple customizible startpage in grid layout style.
🖌️ With 6 diffrent themes, 5 options to customize and custom css.
💡 Inspired by eww widgets for linux.
How to customize:
a little summary
you can edit custom css by clicking on the edit icon at right and there selecting custom css
now the easiest way is to copy the content of ./variables.css file in this repo and just paste it there, from this you can now customize anything you want
ps: it can overwrite the selected theme
customizing font
click on edit icon, then select customCss, there add
@importurl('https://fonts.googleapis.com/css2?family=<Your+Font>:wght@400;500&display=swap');
/* Font's each word should start with uppercased letter and use "+" as whitespace alternative */:root {
--font:"<YOUR FONT>", monospace; /* use monospace or sans-serif */
}