Temp widg on panel left: window title
This commit is contained in:
parent
04d6b909e1
commit
3f63abe05d
2
eww.css
2
eww.css
@ -126,7 +126,7 @@ tooltip {
|
|||||||
background-color: rgba(128, 128, 128, 0.4);
|
background-color: rgba(128, 128, 128, 0.4);
|
||||||
}
|
}
|
||||||
.panel_widg .panel_left {
|
.panel_widg .panel_left {
|
||||||
background-color: rgba(221, 128, 128, 0.856);
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
/* Panel widgets */
|
/* Panel widgets */
|
||||||
.panel_mini_widg {
|
.panel_mini_widg {
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
background-color: $panel_bg_col;
|
background-color: $panel_bg_col;
|
||||||
|
|
||||||
.panel_left {
|
.panel_left {
|
||||||
background-color: $panel_right_bg_col;
|
//background-color: $panel_right_bg_col;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
.panel_cen {
|
.panel_cen {
|
||||||
//background-color: $panel_cen_bg_col; // For testing
|
//background-color: $panel_cen_bg_col; // For testing
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
:class "panel_side panel_left"
|
:class "panel_side panel_left"
|
||||||
:halign "start"
|
:halign "start"
|
||||||
:height 28
|
:height 28
|
||||||
:width 300
|
;:width 300
|
||||||
:active true
|
:active true
|
||||||
|
:hexpand false
|
||||||
|
:vexpand false
|
||||||
|
|
||||||
"--panel_left--"
|
"${leftwm_state.window_title}"
|
||||||
)
|
)
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user