Temp widg on panel left: window title

This commit is contained in:
Candifloss 2024-12-13 19:20:51 +05:30
parent 04d6b909e1
commit 3f63abe05d
3 changed files with 7 additions and 4 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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}"
) )
) )