nixos/config/ags/style.css
2024-09-18 10:53:37 +04:00

46 lines
665 B
CSS

* {
border-radius: 0px;
}
window.bar {
background-color: ##531A76;
color: #FFFFFF;
}
button {
min-width: 0;
padding-top: 0;
padding-bottom: 0;
border: none;
background-color: transparent;
border-bottom: 3px solid transparent;
}
button:active {
background-color: @theme_selected_bg_color;
}
button:hover {
border-bottom: 3px solid @theme_fg_color;
}
label {
font-weight: bold;
}
.workspaces button.focused {
border-bottom: 3px solid @theme_selected_bg_color;
}
.client-title {
color: @theme_selected_bg_color;
}
.notification {
color: yellow;
}
levelbar block,
highlight {
min-height: 10px;
}