typegen: Pipewire and related support changes
- Added enum singleton support
This commit is contained in:
parent
57ba1768f8
commit
ff5da84a8b
9 changed files with 208 additions and 75 deletions
12
Justfile
12
Justfile
|
@ -14,8 +14,10 @@ clean:
|
|||
rm -rf content/docs/types/Quickshell.Wayland
|
||||
rm -rf data/modules/Quickshell.DBusMenu
|
||||
rm -rf content/docs/types/Quickshell.DBusMenu
|
||||
rm -rf data/modules/Quickshell.Service.SystemTray
|
||||
rm -rf content/docs/types/Quickshell.Service.SystemTray
|
||||
rm -rf data/modules/Quickshell.Services.SystemTray
|
||||
rm -rf content/docs/types/Quickshell.Services.SystemTray
|
||||
rm -rf data/modules/Quickshell.Services.PipeWire
|
||||
rm -rf content/docs/types/Quickshell.Services.PipeWire
|
||||
rm -rf data/modules/Quickshell.Hyprland
|
||||
rm -rf content/docs/types/Quickshell.Hyprland
|
||||
|
||||
|
@ -28,13 +30,15 @@ typedocs: clean buildtypegen
|
|||
{{typegen_bin}} gentypes {{src_path}}/io/module.md build/types/types/Quickshell.Io.json
|
||||
{{typegen_bin}} gentypes {{src_path}}/wayland/module.md build/types/types/Quickshell.Wayland.json
|
||||
{{typegen_bin}} gentypes {{src_path}}/dbus/dbusmenu/module.md build/types/types/Quickshell.DBusMenu.json
|
||||
{{typegen_bin}} gentypes {{src_path}}/services/status_notifier/module.md build/types/types/Quickshell.Service.SystemTray.json
|
||||
{{typegen_bin}} gentypes {{src_path}}/services/status_notifier/module.md build/types/types/Quickshell.Services.SystemTray.json
|
||||
{{typegen_bin}} gentypes {{src_path}}/services/pipewire/module.md build/types/types/Quickshell.Services.PipeWire.json
|
||||
{{typegen_bin}} gentypes {{src_path}}/wayland/hyprland/module.md build/types/types/Quickshell.Hyprland.json
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/core/module.md data/modules/Quickshell content/docs/types/Quickshell types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/io/module.md data/modules/Quickshell.Io content/docs/types/Quickshell.Io types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/wayland/module.md data/modules/Quickshell.Wayland content/docs/types/Quickshell.Wayland types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/dbus/dbusmenu/module.md data/modules/Quickshell.DBusMenu content/docs/types/Quickshell.DBusMenu types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/services/status_notifier/module.md data/modules/Quickshell.Service.SystemTray content/docs/types/Quickshell.Service.SystemTray types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/services/status_notifier/module.md data/modules/Quickshell.Services.SystemTray content/docs/types/Quickshell.Services.SystemTray types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/services/pipewire/module.md data/modules/Quickshell.Services.PipeWire content/docs/types/Quickshell.Services.PipeWire types/* build/types/types/*'
|
||||
sh -c '{{typegen_bin}} gendocs {{src_path}}/wayland/hyprland/module.md data/modules/Quickshell.Hyprland content/docs/types/Quickshell.Hyprland types/* build/types/types/*'
|
||||
|
||||
serve: typedocs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue