From 93eaa3f044299cf0ac72558829bd71eeec21a4d4 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 3 Apr 2025 19:43:40 +0200 Subject: [PATCH] moved ip on eww bar to the right --- desktopenvs/hyprland/btop/btop.log | 5 +++++ desktopenvs/hyprland/eww/eww.yuck | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/btop/btop.log b/desktopenvs/hyprland/btop/btop.log index 3b84745..ad61107 100644 --- a/desktopenvs/hyprland/btop/btop.log +++ b/desktopenvs/hyprland/btop/btop.log @@ -44,3 +44,8 @@ 2025/04/03 (11:17:42) | ===> btop++ v.1.4.0 2025/04/03 (11:17:42) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported 2025/04/03 (11:17:42) | WARNING: Intel GPU: Failed to initialize PMU + +2025/04/03 (11:45:45) | ===> btop++ v.1.4.0 +2025/04/03 (11:45:45) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported +2025/04/03 (11:45:45) | WARNING: Intel GPU: Failed to initialize PMU +2025/04/03 (11:48:13) | ERROR: Stall in Runner thread, restarting! diff --git a/desktopenvs/hyprland/eww/eww.yuck b/desktopenvs/hyprland/eww/eww.yuck index a9c9f08..cb485a2 100644 --- a/desktopenvs/hyprland/eww/eww.yuck +++ b/desktopenvs/hyprland/eww/eww.yuck @@ -27,12 +27,12 @@ (box :class "music" {"${battery}"}) (workspaceWidget :monitor monitor) (box :onclick "scripts/windowswitcher" :class "music" {" ${activewindow}"}) - (box :class "music" {"󰛳 ${IP}"}) - ) + ) ) (defwidget sidestuff [] (box :class "sidestuff" :orientation "h" :space-evenly false :halign "end" + (box :class "music" {"󰛳 ${IP}"}) (metric :label "󰓃" :value volume :onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%")