From 33bd679037ce9bba7a11cd202053f671a4d0414c Mon Sep 17 00:00:00 2001 From: fuggy <45698918+nonetrix@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:17:51 -0500 Subject: [PATCH] Status bars: add short intro what Eww is (#697) Co-authored-by: Mihai Fufezan --- pages/Useful Utilities/Status-Bars.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/Useful Utilities/Status-Bars.md b/pages/Useful Utilities/Status-Bars.md index ec63189..47636fc 100644 --- a/pages/Useful Utilities/Status-Bars.md +++ b/pages/Useful Utilities/Status-Bars.md @@ -77,6 +77,10 @@ configuration: ## Eww +[Eww](https://github.com/elkowar/eww) (ElKowar's Wacky Widgets) is a widget system made in Rust, which lets you +create your own widgets similarly to how you can in AwesomeWM. The key difference +is that it is independent of your window manager/compositor. + In order to use [Eww](https://github.com/elkowar/eww), you first have to install it, either using your distro's package manager, by searching `eww-wayland`, or by manually compiling. In the latter case, you can follow the