18 lines
326 B
CSS
18 lines
326 B
CSS
@import url("/home/n/.cache/wal/colors-waybar.css");
|
|
|
|
* {
|
|
color: @foreground;
|
|
background-color: @background;
|
|
font-family: "Roboto";
|
|
}
|
|
|
|
#window-box {
|
|
padding: 10px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
window {
|
|
background-image: url("/home/n/.cache/current_wallpaper.png");
|
|
background-position: center;
|
|
background-size: cover;
|
|
}
|