https://github.com/mikaelfangel/eww-widgets
Collection of my eww widgets ✨
https://github.com/mikaelfangel/eww-widgets
eww eww-widgets
Last synced: 4 months ago
JSON representation
Collection of my eww widgets ✨
- Host: GitHub
- URL: https://github.com/mikaelfangel/eww-widgets
- Owner: MikaelFangel
- License: mit
- Created: 2023-10-25T14:10:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T08:17:08.000Z (about 1 year ago)
- Last Synced: 2025-02-16T10:35:42.038Z (5 months ago)
- Topics: eww, eww-widgets
- Language: SCSS
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EWW Widgets
A collection of my EWW widgets all written to work on Wayland with a focus of integration with Hyprland.## Pop-up/Dialogs
### Brightness IndicatorA Hyprland themed brightness indicator

#### Dependencies
* brightnessctl### How To
Add the following window to you main `eww.yuck` file and map shortcuts that updates the variable whether it is shown or not
```
(include "./modules/eww-settings/metric-indicator/eww.yuck")(defvar show_curbright false)
(defwindow brightness-indicator
:monitor 0
:geometry (
geometry
:anchor "center"
:x "0"
:y "0"
:width "0%"
:height "0%"
):stacking "fg"
:exclusive "false"
:focusable "false"(_metric :value curbright :icon " " :show_indicator show_curbright)
)
```
AND! Don't forget to import the eww.scss in you main eww.scss file.### Volume Indicator
A Hyprland themed volume indicator

#### Dependencies
* wpctl## Tray icons