sway-config/config/nwg-bar/style.css

40 lines
638 B
CSS
Raw Normal View History

2023-01-10 12:48:24 -05:00
window {
background-color: rgba (0, 0, 0, 0.0)
}
/* Outer bar container, takes all the window width/height */
#outer-box {
margin: 0px
}
/* Inner bar container, surrounds buttons */
#inner-box {
background-color: @theme_base_color;
border-radius: 10px;
border-style: none;
border-width: 1px;
border-color: rgba (156, 142, 122, 0.7);
padding: 5px;
margin: 5px
}
button, image {
background: none;
border: none;
box-shadow: none
}
button {
padding-left: 10px;
padding-right: 10px;
margin: 5px
}
button:focus {
background-color: rgba (255, 255, 255, 0.1)
}
button:hover {
background-color: rgba (255, 255, 255, 0.1)
}