From 3f63abe05d6c821cd3d195616389c0c9ae2bfebf Mon Sep 17 00:00:00 2001 From: candifloss Date: Fri, 13 Dec 2024 19:20:51 +0530 Subject: [PATCH] Temp widg on panel left: window title --- eww.css | 2 +- scss/panel/_panel.scss | 3 ++- yuck/panel/panel_sections/panel_widg_left.yuck | 6 ++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/eww.css b/eww.css index 5d21952..8c8b34f 100644 --- a/eww.css +++ b/eww.css @@ -126,7 +126,7 @@ tooltip { background-color: rgba(128, 128, 128, 0.4); } .panel_widg .panel_left { - background-color: rgba(221, 128, 128, 0.856); + padding-left: 5px; } /* Panel widgets */ .panel_mini_widg { diff --git a/scss/panel/_panel.scss b/scss/panel/_panel.scss index 8880ce6..cf27fdd 100644 --- a/scss/panel/_panel.scss +++ b/scss/panel/_panel.scss @@ -7,7 +7,8 @@ background-color: $panel_bg_col; .panel_left { - background-color: $panel_right_bg_col; + //background-color: $panel_right_bg_col; + padding-left: 5px; } .panel_cen { //background-color: $panel_cen_bg_col; // For testing diff --git a/yuck/panel/panel_sections/panel_widg_left.yuck b/yuck/panel/panel_sections/panel_widg_left.yuck index 2b37cea..c62fb13 100644 --- a/yuck/panel/panel_sections/panel_widg_left.yuck +++ b/yuck/panel/panel_sections/panel_widg_left.yuck @@ -3,9 +3,11 @@ :class "panel_side panel_left" :halign "start" :height 28 - :width 300 + ;:width 300 :active true + :hexpand false + :vexpand false - "--panel_left--" + "${leftwm_state.window_title}" ) ) \ No newline at end of file