moved ip on eww bar to the right
parent
fb970fee06
commit
93eaa3f044
|
|
@ -44,3 +44,8 @@
|
||||||
2025/04/03 (11:17:42) | ===> btop++ v.1.4.0
|
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: 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: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!
|
||||||
|
|
|
||||||
|
|
@ -27,12 +27,12 @@
|
||||||
(box :class "music" {"${battery}"})
|
(box :class "music" {"${battery}"})
|
||||||
(workspaceWidget :monitor monitor)
|
(workspaceWidget :monitor monitor)
|
||||||
(box :onclick "scripts/windowswitcher" :class "music" {" ${activewindow}"})
|
(box :onclick "scripts/windowswitcher" :class "music" {" ${activewindow}"})
|
||||||
(box :class "music" {" ${IP}"})
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defwidget sidestuff []
|
(defwidget sidestuff []
|
||||||
(box :class "sidestuff" :orientation "h" :space-evenly false :halign "end"
|
(box :class "sidestuff" :orientation "h" :space-evenly false :halign "end"
|
||||||
|
(box :class "music" {" ${IP}"})
|
||||||
(metric :label ""
|
(metric :label ""
|
||||||
:value volume
|
:value volume
|
||||||
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%")
|
:onchange "pactl set-sink-volume @DEFAULT_SINK@ {}%")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue