dotfiles/home/ags/files/style.css

37 lines
541 B
CSS

window.bar {
background-color: rgba(0, 0, 0, 0.2);
}
label {
font-weight: bold;
}
.client-title, .clock {
background: #1f2430;
border-radius: 0.3em;
padding-left: 0.7em;
padding-right: 0.7em;
}
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;
}