Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyprcursor: add Bibata Modern Ice hyprcursor theme #1497

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hdm9527
Copy link
Contributor

@hdm9527 hdm9527 commented May 13, 2024

Pull Request

Description

Made Bibata Modern Ice hyprcursor theme. Use svg instead of png, cursor is clearer.

Type of change

Please put an x in the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (non-breaking change; modified files are limited to the documentations)
  • Technical debt (a code change that does not fix a bug or add a feature but makes something clearer for devs)
  • Other (provide details below)

Checklist

Please put an x in the boxes that apply:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My commit message follows the commit guidelines.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added a changelog entry.
  • I have added necessary comments/documentation to my code.
  • I have added tests to cover my changes.
  • I have tested my code locally and it works as expected.
  • All new and existing tests passed.

Screenshots

(if appropriate)

Additional context

Add any other context about the problem here.

@kRHYME7
Copy link
Collaborator

kRHYME7 commented May 13, 2024

Nice! I'm actually trying to do it. Cool! Do you need help setting this up?

@hdm9527
Copy link
Contributor Author

hdm9527 commented May 13, 2024

Nice! I'm actually trying to do it. Cool! Do you need help setting this up?

Cursor_BibataIce.tar.gz theme package extracted to ~/.icons or ~/.local/share/icons/

My cursor config

env = HYPRCURSOR_THEME,Bibata-Modern-Ice
env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME,Bibata-Modern-Ice
env = XCURSOR_SIZE,24

use hyprctl setcursor Bibata-Modern-Ice 24 command to take effect immediately, if it does not take effect, please logout or reboot

@kRHYME7
Copy link
Collaborator

kRHYME7 commented May 13, 2024

use hyprctl setcursor Bibata-Modern-Ice 24 command to take effect immediately, if it does not take effect, please logout or reboot

I'm a little bit confused as why hyprctl setcursor Bibata-Modern-Ice 24 is not working. I can make it work using the ENV. Is this same on your system?
But using env is not dynamic

@kRHYME7 kRHYME7 closed this May 13, 2024
@kRHYME7 kRHYME7 reopened this May 13, 2024
@kRHYME7
Copy link
Collaborator

kRHYME7 commented May 13, 2024

image

Ops, so this tarball is the functional one. lol I think this is perfect, let's request a review

@hdm9527
Copy link
Contributor Author

hdm9527 commented May 13, 2024

use hyprctl setcursor Bibata-Modern-Ice 24 command to take effect immediately, if it does not take effect, please logout or reboot

I'm a little bit confused as why hyprctl setcursor Bibata-Modern-Ice 24 is not working. I can make it work using the ENV. Is this same on your system? But using env is not dynamic

Maybe this is the reason, it has been executing

exec = hyprctl setcursor Bibata-Modern-Ice 20
exec = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'
exec = gsettings set org.gnome.desktop.interface cursor-size 20

@kRHYME7 kRHYME7 self-requested a review May 14, 2024 09:35
Copy link
Collaborator

@kRHYME7 kRHYME7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants