add rofies
This commit is contained in:
parent
90179c1037
commit
a64c93a520
15 changed files with 1289 additions and 0 deletions
24
rofi/config/askpass.rasi
Normal file
24
rofi/config/askpass.rasi
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue