Skip to content

Extended

Khing edited this page Dec 18, 2024 · 1 revision

title: Extended description: Extending HyDE capabilities

HyDE is a lightweight, modular dotfiles repository. This guide explains how to extend HyDE to support additional tools.

Note

For theming and styling, HyDE uses wallbash scripts. Navigate to wallbash for more information.

SwayOSD

SwayOSD is already supported by HyDE. You just need to manually add the daemon for it to work.

Configuration for SwayOSD
exec-once = swayosd-server # enable swayosd service
exec-once = $(pkexec swayosd-libinput-backend) # swayosd service for keyboard input (requires to be run in a subshell)
Clone this wiki locally