2025-03-14 21:59:59 -06:00
|
|
|
# eww
|
|
|
|
|
|
|
|
|
|
> Implement your own custom widgets in any window manager.
|
|
|
|
|
> More information: <https://elkowar.github.io/eww>.
|
|
|
|
|
|
|
|
|
|
- Start the daemon:
|
|
|
|
|
|
|
|
|
|
`eww daemon`
|
|
|
|
|
|
|
|
|
|
- Open a widget:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`eww {{[-c|--config]}} {{path/to/source_code_directory}} open {{window_name}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Close a widget:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`eww {{[-c|--config]}} {{path/to/source_code_directory}} close {{window_name}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Reload the configuration:
|
|
|
|
|
|
|
|
|
|
`eww reload`
|
|
|
|
|
|
|
|
|
|
- Kill the daemon:
|
|
|
|
|
|
|
|
|
|
`eww kill`
|
|
|
|
|
|
|
|
|
|
- Print and watch logs:
|
|
|
|
|
|
|
|
|
|
`eww logs`
|