wm-logs/home/config/rofi/password.rasi

52 lines
763 B
Plaintext
Raw Normal View History

2023-07-10 13:45:42 +08:00
configuration {
show-icons: false;
}
@import "./colors.rasi"
window {
transparency: "real";
width: 360px;
border-radius: 4px;
background-color: @bg;
}
mainbox {
padding: 24px;
children: [ "inputbar", "entry", "listview"];
2023-07-10 13:45:42 +08:00
}
inputbar {
spacing: 10px;
background-color: transparent;
children: [ "textbox-prompt-colon", "prompt" ];
}
textbox-prompt-colon {
expand: false;
str: "";
padding: 12px 14px;
border-radius: 50%;
background-color: @blue;
}
prompt {
padding: 12px 16px;
border-radius: 24px;
background-color: @grey;
text-color: @fg;
vertical-align: 0.5;
}
entry {
margin: 16px 0 0 0;
2023-07-10 13:45:42 +08:00
padding: 12px;
border-radius: 6px;
font: "Menlo 18px";
background-color: @grey;
}
listview {
enabled: false;
2023-07-10 13:45:42 +08:00
}