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