dotfiles/config/polybar/panels/menu/ubuntu_gnome/message.rasi
2023-07-25 23:46:05 +02:00

25 lines
444 B
Text

/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: #FFFFFF;
text-color: #000000;
font: "Iosevka Nerd Font 10";
}
window {
width: 310px;
padding: 20px;
border: 0px;
border-radius: 10px;
border-color: @bd;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: #000000;
}