dotfiles/.config/polybar/hack/scripts/rofi/confirm.rasi

25 lines
430 B
Plaintext
Raw Normal View History

2021-03-31 04:01:21 +00:00
/* Confirm Dialog */
@import "colors.rasi"
* {
background-color: @bg;
text-color: @fg;
font: "Iosevka Nerd Font 10";
}
window {
width: 225px;
padding: 25px;
border: 1px;
border-radius: 0px;
border-color: @ac;
location: center;
y-offset: -2em;
}
entry {
expand: true;
text-color: @ac;
}