Home Gen145 @ 2024-04-28-19:34
This commit is contained in:
parent
bf40f22d7f
commit
1bc42a8643
@ -3,43 +3,55 @@
|
|||||||
location = "center";
|
location = "center";
|
||||||
allow_images = true;
|
allow_images = true;
|
||||||
allow_markup = true;
|
allow_markup = true;
|
||||||
|
key_expand = "Tab";
|
||||||
|
key_up = "Control_L-k";
|
||||||
|
key_down = "Control_L-j";
|
||||||
|
key_left = "Control_L-h";
|
||||||
|
key_right = "Control_L-l";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.wofi.style = ''
|
programs.wofi.style = ''
|
||||||
window {
|
window {
|
||||||
margin: 5px;
|
background-color: #3B4252;
|
||||||
border: 2px solid red;
|
|
||||||
background-color: red;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: 2px solid blue;
|
border-radius: 0px;
|
||||||
background-color: blue;
|
border: none;
|
||||||
|
background-color: #3B4252;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
margin: 5px;
|
background-color: #383C4A;
|
||||||
border: 2px solid yellow;
|
|
||||||
background-color: yellow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 5px;
|
margin: 2px;
|
||||||
border: 2px solid green;
|
padding: 10px;
|
||||||
background-color: green;
|
background-color: #383C4A;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scroll {
|
#scroll {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: 2px solid orange;
|
|
||||||
background-color: orange;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
padding: 4px;
|
||||||
border: 2px solid cyan;
|
color: white;
|
||||||
background-color: cyan;
|
}
|
||||||
|
|
||||||
|
#entry:nth-child(even){
|
||||||
|
background-color: #404552;
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: #4C566A;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text:selected {
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user