Clock widget and more copypasta

This commit is contained in:
2025-08-28 04:44:25 +02:00
committed by Arif Hasanic
parent b1adbe74de
commit 42419e2e3b
11 changed files with 119 additions and 20 deletions

View File

@@ -1,14 +1,15 @@
.container {
height: 35px;
display: flex;
flex-direction: row;
justify-content: flex-start;
justify-content: space-between;
align-items: center;
gap: 20px;
gap: 10px;
margin: 2px;
}
.taskbar {
font-weight: bold;
height: 35px;
display: flex;
flex-direction: row;
text-align: left;
@@ -21,8 +22,8 @@
width: 100px;
border-top: 2px solid white;
border-left: 2px solid white;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid #828282;
border-right: 2px solid #828282;
}
.startIcon {
@@ -35,8 +36,8 @@
height: 25px;
border-top: 2px solid white;
border-left: 2px solid white;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid #828282;
border-right: 2px solid #828282;
}
.windows {
@@ -52,8 +53,8 @@
align-items: center;
border-top: 2px solid white;
border-left: 2px solid white;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid #828282;
border-right: 2px solid #828282;
}
.newsticker {
@@ -62,8 +63,8 @@
align-items: center;
border-top: 2px solid white;
border-left: 2px solid white;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid #828282;
border-right: 2px solid #828282;
}
.info {