2024-11-18 10:23:12 -07: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-04-20 00:21:53 +03:00
|
|
|
`eww {{[-c|--config]}} {{path/to/source_code_directory}} open {{window_name}}`
|
2024-11-18 10:23:12 -07:00
|
|
|
|
|
|
|
- Close a widget:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`eww {{[-c|--config]}} {{path/to/source_code_directory}} close {{window_name}}`
|
2024-11-18 10:23:12 -07:00
|
|
|
|
|
|
|
- Reload the configuration:
|
|
|
|
|
|
|
|
`eww reload`
|
|
|
|
|
|
|
|
- Kill the daemon:
|
|
|
|
|
|
|
|
`eww kill`
|
|
|
|
|
|
|
|
- Print and watch logs:
|
|
|
|
|
|
|
|
`eww logs`
|