- Modularize Hyprland config into hyprland.d/ - Implement infinitely scalable monitor/workspace logic using templates and loop-based data structures - Consolidate host-specific configs (hyprlock, hyprpaper, waybar) into single templates - Resolve waybar symlink conflict and fix template execution errors - Integrate chezmoi data variables for scale, resolution, and peripherals
1.2 KiB
Here is a list of known working tray applets.
NetworkManager
NetworkManager is a program for providing detection and configuration for systems to automatically connect to networks. NetworkManager's functionality can be useful for both wireless and wired networks. For wireless networks, NetworkManager prefers known wireless networks and has the ability to switch to the most reliable network. NetworkManager-aware applications can switch from online and offline mode. NetworkManager also prefers wired connections over wireless ones, has support for modem connections and certain types of VPN.
To use this applet install networkmanager, enable systemctl enable NetworkManager.service, and add this to your sway config
exec --no-startup-id 'nm-applet --indicator'
Blueman
Blueman is a full featured Bluetooth manager written in GTK.
To use this applet enable the bluetooth daemon, install blueman, and add this to your sway config.
exec --no-startup-id 'blueman-applet'
Electron Apps
Apps like slack, telegram, caprine, and discord should just work.