Add cursor theme selection to the Style menu - #9539
Open
TheLinuxITGuy wants to merge 1 commit into
Open
Conversation
Add omarchy-cursor-set and omarchy-cursor-current to download and apply cursor themes (Bibata, Adwaita, Yaru), register the cursor command group, and expose a Style > Cursor submenu. The setter writes the theme into a managed hypr/cursor.lua and applies it via hyprctl and gsettings.
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a Style → Cursor submenu to choose and apply the system cursor theme.
omarchy-cursor-set <theme>— applies a cursor theme system-wide. If the theme is a Bibata variant (Bibata-Modern-*) that isn't installed yet, it downloads it from the Bibata Cursor GitHub release. It writes the chosen theme into a managed~/.config/hypr/cursor.lua(Hyprland env), updates the X.org default index, applies it viagsettingsandhyprctl setcursor, then fires thecursor-sethook.omarchy-cursor-current— prints the active cursor theme (used for the ✓ checkmark in the menu).cursorcommand group.config/hypr/cursor.luaand wiresrequire("hypr.cursor")into the user Hyprland config so the managed file is loaded on login;omarchy refresh hyprlandrefreshes it too.Why
Lets users change the cursor from the Omarchy Style menu, downloading Bibata cursors on demand instead of requiring manual installation.
Testing
./test/clipasses (command metadata, routing, group registration).MenuModel.omarchy-cursor-currentreports the active theme.Note: the shell/acceptance suites require a running graphical session and were not run in the contributing environment.