mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
rofi: small tweak to theme
This commit is contained in:
parent
cc226769d3
commit
802bac72a0
2 changed files with 12 additions and 10 deletions
|
@ -10,6 +10,7 @@ opacity-rule = [
|
|||
"100:fullscreen",
|
||||
"100:name = 'Zoom Meeting'",
|
||||
"100:name = 'zoom_linux_float_video_window'",
|
||||
"100:class_g = 'Rofi'",
|
||||
"100:window_type = 'popup_menu'",
|
||||
"100:window_type = 'dropdown_menu'",
|
||||
"100:window_type = 'menu'",
|
||||
|
|
|
@ -12,6 +12,7 @@ configuration {
|
|||
* Author: Benjamin Stauss
|
||||
* User: me-benni
|
||||
*
|
||||
* With slight modifications to look like floating.
|
||||
*/
|
||||
* {
|
||||
black: #000000;
|
||||
|
@ -25,7 +26,7 @@ configuration {
|
|||
text: #dfdfdf;
|
||||
text-alt: #b2b2b2;
|
||||
fg: #abb2bf;
|
||||
bg: #282c34;
|
||||
bg: #282c34cc;
|
||||
|
||||
spacing: 0;
|
||||
background-color: transparent;
|
||||
|
@ -36,16 +37,13 @@ configuration {
|
|||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: #282c34ff;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
padding: 1%;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
margin: 0px 0px 20px 0px;
|
||||
padding: 1%;
|
||||
children: [prompt, textbox-prompt-colon, entry, case-indicator];
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
prompt {
|
||||
|
@ -63,9 +61,11 @@ entry {
|
|||
}
|
||||
|
||||
listview {
|
||||
padding: 1%;
|
||||
spacing: 5px;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
element {
|
||||
|
@ -89,15 +89,16 @@ element active, element selected active {
|
|||
}
|
||||
|
||||
message, error-message {
|
||||
padding: 5px;
|
||||
margin: 20px 0 40px;
|
||||
padding: 1%;
|
||||
border-radius: 5px;
|
||||
background-color: @emphasis;
|
||||
border: 1px;
|
||||
border-color: @cyan;
|
||||
}
|
||||
error-message {
|
||||
border-color: @red;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
border-color: @red;
|
||||
border: 3px;
|
||||
}
|
||||
mode-switcher {
|
||||
margin: 20px 0 0 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue