From 02c1947e1579b453259c79a94e0ab076db9b8700 Mon Sep 17 00:00:00 2001 From: fuggy <45698918+nonetrix@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:07:16 -0500 Subject: [PATCH] Add short intro what Eww is --- 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..4192aff 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! Or for us your Wayland 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