snippetbashTip
eww — Implement your own custom widgets in any window manager. More information: <https://elkowar.github.i
Viewed 0 times
implementcommandwidgetsewwclicustomownyour
linux
Problem
How to use the
eww command: Implement your own custom widgets in any window manager. More information: <https://elkowar.github.io/eww/>.Solution
eww — Implement your own custom widgets in any window manager. More information: <https://elkowar.github.io/eww/>.Start the daemon:
eww daemonOpen a widget:
eww {{[-c|--config]}} {{path/to/source_code_directory}} open {{window_name}}Close a widget:
eww {{[-c|--config]}} {{path/to/source_code_directory}} close {{window_name}}Reload the configuration:
eww reloadKill the daemon:
eww killPrint and watch logs:
eww logsCode Snippets
Start the daemon
eww daemonOpen a widget
eww {{[-c|--config]}} {{path/to/source_code_directory}} open {{window_name}}Close a widget
eww {{[-c|--config]}} {{path/to/source_code_directory}} close {{window_name}}Reload the configuration
eww reloadKill the daemon
eww killContext
tldr-pages: linux/eww
Revisions (0)
No revisions yet.