From ed2d36d59f60d91da4eeef3dfe8dbfa7d88d7805 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sun, 29 Mar 2020 14:42:21 -0300 Subject: [PATCH] rofi: new look --- rofi/.config/rofi/config.rasi | 52 +++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index ab1ab61..7757a8c 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -1,36 +1,48 @@ /* vim: filetype=css */ + configuration { - fullscreen: true; - show-icons: true; - modi: "drun"; - terminal: "termite"; - display-drun: "Iniciar: "; + /* fullscreen: true; */ + show-icons: true; + modi: "drun"; + terminal: "termite"; + display-drun: "Iniciar: "; } * { - // Default bg is transparent. - background-color: transparent; - // Default text is white - text-color: white; - spacing: 30; + // Default bg is transparent. + background-color: transparent; + // Default text is white + text-color: white; + spacing: 30; } #window { - font: "Roboto 16"; - fullscreen: true; - transparency: "background"; - background-color: #303030CC; - - children: [ dummy1, hdum, dummy2 ]; + font: "Roboto 16"; + fullscreen: false; + background-color: #202020; + height:80%; + width:50%; } -#hdum { - orientation: horizontal; - children: [ dummy3, mainbox, dummy4 ]; + +#inputbar { + margin:10px 0 -20px 10px; +} + +#listview { + fixed-height: 0; + border: 2px dash 0px 0px ; + border-color: @separatorcolor; + spacing: 0 ; +} + +#element{ + padding:10px; } #element selected { - text-color: #cc5757; + text-color: #cc5757; + background-color: #252525; }