Updated launcher.rasi

This commit is contained in:
edwark43 2023-11-21 15:08:49 +00:00
parent d0b6d13d76
commit c77a046f15

View File

@ -13,7 +13,7 @@ configuration {
/*****----- Global Properties -----*****/ /*****----- Global Properties -----*****/
* { * {
font: "JetBrainsMono Nerd Font Bold 9"; font: "Terminess Nerd Font Mono Bold 10";
background: #1f2329; background: #1f2329;
background-alt: #1f2329E0; background-alt: #1f2329E0;
foreground: #b8bfe5; foreground: #b8bfe5;
@ -51,10 +51,10 @@ mainbox {
listbox { listbox {
spacing: 10px; spacing: 10px;
padding: 10px 5px 10px 5px; padding: 15px 15px;
background-color: transparent; background-color: transparent;
orientation: vertical; orientation: vertical;
children: [ "message", "listview" ]; children: [ "listview" ];
} }
/*****----- Inputbar -----*****/ /*****----- Inputbar -----*****/
@ -69,8 +69,9 @@ inputbar {
textbox-prompt-colon { textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: ""; font: "JetBrainsMono Nerd Font Bold 9";
padding: 12px 15px; str: "";
padding: 12px 19px 0 15px;
border-radius: 8px; border-radius: 8px;
background-color: @background-alt; background-color: @background-alt;
text-color: inherit; text-color: inherit;
@ -78,7 +79,7 @@ textbox-prompt-colon {
entry { entry {
enabled: true; enabled: true;
expand: true; expand: true;
padding: 12px 16px; padding: 12px 12px;
border-radius: 8px; border-radius: 8px;
background-color: @background-alt; background-color: @background-alt;
text-color: inherit; text-color: inherit;
@ -86,10 +87,6 @@ entry {
placeholder: "Search"; placeholder: "Search";
placeholder-color: inherit; placeholder-color: inherit;
} }
dummy {
expand: true;
background-color: transparent;
}