1
0
Fork 0

add rofies

This commit is contained in:
cătălin 2023-08-05 16:50:00 +02:00
commit a64c93a520
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
15 changed files with 1289 additions and 0 deletions

24
rofi/config/askpass.rasi Normal file
View file

@ -0,0 +1,24 @@
@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;
}