dotfiles/home/ags/files/style.css

45 lines
625 B
CSS
Raw Normal View History

2024-07-05 14:06:21 +02:00
window.bar {
background-color: rgba(0, 0, 0, 0.2);
}
label {
font-weight: bold;
}
2024-07-05 15:10:53 +02:00
.client-title {
padding-left: 0.7em;
padding-right: 0.7em;
margin-right: 0.3em;
}
2024-07-05 14:06:21 +02:00
.client-title, .clock {
background: #1f2430;
border-radius: 0.3em;
2024-07-05 15:10:53 +02:00
}
.app-icon {
margin-right: 0.6em;
2024-07-05 14:06:21 +02:00
}
button {
background: #1f2430;
border:none;
padding: 0.2em;
border-radius: 0.3em;
}
button.focused, button:hover {
background: #023269;
}
.workspaces button {
padding-left: 0.4em;
padding-right: 0.4em;
margin-left: 0.2em;
margin-right: 0.2em;
}
.notification {
color: yellow;
}