|
|
|
@ -27,9 +27,9 @@ window {
|
|
|
|
|
location: northeast;
|
|
|
|
|
anchor: northeast;
|
|
|
|
|
fullscreen: false;
|
|
|
|
|
width: 50px;
|
|
|
|
|
x-offset: -10px;
|
|
|
|
|
y-offset: 30px;
|
|
|
|
|
width: 40px;
|
|
|
|
|
x-offset: -5px;
|
|
|
|
|
y-offset: 40px;
|
|
|
|
|
|
|
|
|
|
/* properties for all widgets */
|
|
|
|
|
enabled: true;
|
|
|
|
@ -45,7 +45,7 @@ window {
|
|
|
|
|
/*****----- Main Box -----*****/
|
|
|
|
|
mainbox {
|
|
|
|
|
enabled: true;
|
|
|
|
|
spacing: 15px;
|
|
|
|
|
spacing: 10px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
border: 0px solid;
|
|
|
|
@ -58,7 +58,7 @@ mainbox {
|
|
|
|
|
/*****----- Inputbar -----*****/
|
|
|
|
|
inputbar {
|
|
|
|
|
enabled: true;
|
|
|
|
|
spacing: 15px;
|
|
|
|
|
spacing: 10px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
border: 0px;
|
|
|
|
@ -77,7 +77,7 @@ textbox-prompt-colon {
|
|
|
|
|
enabled: true;
|
|
|
|
|
expand: false;
|
|
|
|
|
str: "";
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
padding: 10px 10px;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
background-color: @urgent;
|
|
|
|
|
text-color: @background;
|
|
|
|
@ -157,7 +157,7 @@ element {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
element-text {
|
|
|
|
|
font: "feather bold 16";
|
|
|
|
|
font: "feather bold 14";
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-color: inherit;
|
|
|
|
|
cursor: inherit;
|
|
|
|
|