gentoo-dots/.config/gtklock/style.css

19 lines
326 B
CSS
Raw Normal View History

@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;
}