1

Rename rofi config

This commit is contained in:
2023-04-24 20:07:29 +02:00
parent 95d5df8de8
commit f76ed79d26

View File

@ -1,5 +1,7 @@
/*See https://github.com/davatorium/rofi/blob/1.7.3/doc/rofi-theme.5.markdown#basic-structure-1*/
configuration{
modi: "drun";
modi: "run,drun,ssh,filebrowser";
lines: 5;
font: "Jetbrains Mono 14";
show-icons: true;
@ -9,8 +11,10 @@ configuration{
location: 0;
disable-history: false;
hide-scrollbar: true;
display-drun: " Apps ";
display-run: " Run ";
display-drun: " apps ";
display-run: " run ";
display-filebrowser: " file ";
display-ssh: " ssh ";
sidebar-mode: false;
}
@ -24,7 +28,7 @@ mode-switcher {
}
window {
height: 360px;
height: 500px;
width: 700px;
border-radius: 6px;
background-color: @accent-dark;
@ -34,6 +38,17 @@ mainbox {
background-color: @accent-dark;
}
message {
background-color: @accent-dark;
}
textbox {
background-color: @pastel-g;
padding: 6px;
margin: 20px 20px 0px 20px;
border-radius: 3;
}
inputbar {
children: [prompt,entry];
background-color: @accent-dark;