dotfiles/.config/nwg-wrapper/style.css

18 lines
386 B
CSS
Raw Normal View History

2022-05-21 00:33:50 +02:00
window {
background-color: rgba (0, 0, 0, 0.0);
}
#box-outer {
/* Define attributes of the box surrounding icons here */
background-color: rgba (255, 255, 255, 0.0)
}
#box-inner {
background-color: rgba (23, 53, 63, 0.5);
border-radius: 5px;
border-style: dotted;
border-width: 1px;
border-color: rgba (156, 142, 122, 0.7);
padding: 10px
}