1
0
Fork 0
dotfiles/rofi/config/askpass.rasi
2023-08-05 16:50:00 +02:00

24 lines
498 B
Text

@import "colors.rasi"
@import "font.rasi"
* {
background-color: @BG;
text-color: @FG;
}
window {
width: 250px;
padding: 20px;
border: 0px 0px 2px 0px;
border-radius: 8px;
border-color: @BDR;
location: 0;
x-offset: 0;
y-offset: -4%;
}
entry {
expand: true;
width: 150px;
text-color: @BDR;
}