diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 391217e..8608233 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modi: "drun"; /*font: "Ubuntu Nerd Fonts 13";*/ - theme: "themes/meli-adwaita-pink"; } +@theme "themes/meli-adwaita-pink" diff --git a/rofi/.config/rofi/themes/meli-adwaita-pink.rasi b/rofi/.config/rofi/themes/meli-adwaita-pink.rasi index fae2e84..58e0671 100644 --- a/rofi/.config/rofi/themes/meli-adwaita-pink.rasi +++ b/rofi/.config/rofi/themes/meli-adwaita-pink.rasi @@ -2,17 +2,10 @@ Title: Meli Adwaita Pink Author: Meliurwen Docs: https://github.com/davatorium/rofi/blob/next/doc/rofi-theme.5.markdown - Rofi version: 1.6.1 - Note: compatible also with rofi 1.5.4 + Rofi version: 1.7.1 */ -configuration { - display-drun: ""; - show-icons: true; -} - * { - transparent: #00000000; background: #282a36F0; foreground: #f8f8f2; selected-color: #c5457b; @@ -38,16 +31,18 @@ configuration { } #mainbox { - background-color: @transparent; + background-color: transparent; children: [inputbar, message, listview]; } #inputbar { background-color: inherit; - children: [prompt, entry]; + children: [textbox-prompt-colon, entry]; } -#prompt { +#textbox-prompt-colon { + expand: false; + str: ""; background-color: inherit; text-color: @foreground; padding: 0px 2px 0px 2px; @@ -92,10 +87,13 @@ configuration { } #element-icon { - size:25px; + background-color: transparent; + size: 25px; } #element-text { + background-color: transparent; + text-color: @foreground; } #element normal.normal { @@ -151,4 +149,3 @@ configuration { background-color: inherit; text-color: @foreground; } -