custom dmenu replacement
This commit is contained in:
parent
c4b4300e3c
commit
3199b4ecaf
@ -1,7 +1,10 @@
|
||||
|
||||
/*****----- Configuration -----*****/
|
||||
configuration {
|
||||
modi: "filebrowser";
|
||||
show-icons: true;
|
||||
display-filebrowser: "";
|
||||
filebrowser-display-format: "{name}";
|
||||
}
|
||||
|
||||
/*****----- Global Properties -----*****/
|
||||
@ -11,6 +14,8 @@ configuration {
|
||||
/*****----- Main Window -----*****/
|
||||
window {
|
||||
transparency: "real";
|
||||
location: north;
|
||||
anchor: north;
|
||||
fullscreen: false;
|
||||
width: 750px;
|
||||
x-offset: 0px;
|
||||
@ -58,7 +63,6 @@ prompt {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
textbox-prompt-colon {
|
||||
enabled: true;
|
||||
expand: false;
|
||||
@ -71,7 +75,7 @@ entry {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
cursor: text;
|
||||
placeholder: "Select Background";
|
||||
placeholder: "Search";
|
||||
placeholder-color: inherit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user