Port a few more options to zenity and separate dwm from the install script

This commit is contained in:
2024-08-05 20:11:02 +01:00
parent 1d39086d19
commit b622f39b92
232 changed files with 124 additions and 224 deletions

View File

@@ -0,0 +1,19 @@
html, body {
font-family: "JetBrainsMono NF", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: #ebdbb2;
text-align: center;
background: #282828;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.clock {
font-size: 8rem;
}
.date {
font-size: 2rem;
}