rofi: small tweak to theme

This commit is contained in:
Vincent Bernat 2021-07-20 19:49:11 +02:00
parent cc226769d3
commit 802bac72a0
2 changed files with 12 additions and 10 deletions

View file

@ -10,6 +10,7 @@ opacity-rule = [
"100:fullscreen", "100:fullscreen",
"100:name = 'Zoom Meeting'", "100:name = 'Zoom Meeting'",
"100:name = 'zoom_linux_float_video_window'", "100:name = 'zoom_linux_float_video_window'",
"100:class_g = 'Rofi'",
"100:window_type = 'popup_menu'", "100:window_type = 'popup_menu'",
"100:window_type = 'dropdown_menu'", "100:window_type = 'dropdown_menu'",
"100:window_type = 'menu'", "100:window_type = 'menu'",

View file

@ -12,6 +12,7 @@ configuration {
* Author: Benjamin Stauss * Author: Benjamin Stauss
* User: me-benni * User: me-benni
* *
* With slight modifications to look like floating.
*/ */
* { * {
black: #000000; black: #000000;
@ -25,7 +26,7 @@ configuration {
text: #dfdfdf; text: #dfdfdf;
text-alt: #b2b2b2; text-alt: #b2b2b2;
fg: #abb2bf; fg: #abb2bf;
bg: #282c34; bg: #282c34cc;
spacing: 0; spacing: 0;
background-color: transparent; background-color: transparent;
@ -36,16 +37,13 @@ configuration {
window { window {
transparency: "real"; transparency: "real";
background-color: #282c34ff;
}
mainbox {
padding: 1%;
} }
inputbar { inputbar {
margin: 0px 0px 20px 0px; margin: 0px 0px 20px 0px;
padding: 1%;
children: [prompt, textbox-prompt-colon, entry, case-indicator]; children: [prompt, textbox-prompt-colon, entry, case-indicator];
background-color: @bg;
} }
prompt { prompt {
@ -63,9 +61,11 @@ entry {
} }
listview { listview {
padding: 1%;
spacing: 5px; spacing: 5px;
dynamic: true; dynamic: true;
scrollbar: false; scrollbar: false;
background-color: @bg;
} }
element { element {
@ -89,15 +89,16 @@ element active, element selected active {
} }
message, error-message { message, error-message {
padding: 5px; margin: 20px 0 40px;
padding: 1%;
border-radius: 5px; border-radius: 5px;
background-color: @emphasis; background-color: @emphasis;
border: 1px;
border-color: @cyan;
} }
error-message { error-message {
border-color: @red; margin: 0;
padding: 20px; padding: 20px;
border-color: @red;
border: 3px;
} }
mode-switcher { mode-switcher {
margin: 20px 0 0 0; margin: 20px 0 0 0;