From dc946a1c3967eb987719dd43ea9420389bfc73cb Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 11 Mar 2026 17:02:31 +0100 Subject: [PATCH] working on eww --- Droidnix/assets/system/conf/eww/eww.scss | 2 +- Droidnix/assets/system/conf/eww/eww.yuck | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Droidnix/assets/system/conf/eww/eww.scss b/Droidnix/assets/system/conf/eww/eww.scss index 1c3f440da..ae459f48b 100644 --- a/Droidnix/assets/system/conf/eww/eww.scss +++ b/Droidnix/assets/system/conf/eww/eww.scss @@ -36,7 +36,7 @@ } window { - background-color: rgba(30, 30, 46, 0.9); /* --base with transparency */ + background-color: rgba(30, 30, 46, 0.9); border-radius: 8px; padding: 0; margin: 0; diff --git a/Droidnix/assets/system/conf/eww/eww.yuck b/Droidnix/assets/system/conf/eww/eww.yuck index 84c701e2b..b47fd4311 100644 --- a/Droidnix/assets/system/conf/eww/eww.yuck +++ b/Droidnix/assets/system/conf/eww/eww.yuck @@ -1,6 +1,6 @@ ;; Main bar widget (defwidget bar [] - (box :class "bar" :orientation "h" :space-evenly false + (box :class "bar" :orientation "h" :space-evenly false :font "FiraCode Nerd Font 10" ;; Left: Workspaces (Hyprland) (box :class "workspaces" :orientation "h" (label :class "workspace" :id "workspace_1" :text "1") @@ -10,6 +10,8 @@ (label :class "workspace" :id "workspace_5" :text "5") ) + + ;; Center: Empty (placeholder for alignment) (box :halign "center" :hexpand true) @@ -63,7 +65,7 @@ (if (string-empty? network-essid) (eww update network_label="Disconnected !eww reload ") - (eww update network_label=(strfmt " ({}%)" network-essid))) + (eww update network_label=(strfmt "W ({}%)" network-essid))) ;; Update clock (eww update clock_label=(strftime "%a, %d %b %Y - %H:%M"))