All Projects → ful1e5 → BreezeX_Cursor

ful1e5 / BreezeX_Cursor

Licence: GPL-3.0 license
extended KDE cursor

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
Makefile
30231 projects

Projects that are alternatives of or similar to BreezeX Cursor

DiscordNight
An actual Dark/Nightmode Theme for Discord/BetterDiscord
Stars: ✭ 86 (+45.76%)
Mutual labels:  dark
hackmd-dark-theme
Dark theme for HackMD
Stars: ✭ 74 (+25.42%)
Mutual labels:  dark
Stylus-DeepDark
Write thy themes in the dark. May the dark be kinder on thine eyes. (Stylus dark theme)
Stars: ✭ 43 (-27.12%)
Mutual labels:  breeze
xXx dead xXx
b̶̡̪̬͒l̸̰̗̝̀ỏ̷̡̩g̴͇̑g̶̲̱̽͐i̵̹͗n̶̤̥͂̅̆g̴̮̾̅͜ ̷̧͎͆i̷̛͒͜͠n̸̥̺͒ ̶͚͚͊̿͜t̸̺͙̭̆̊̈́ḧ̶̟́̐e̸̱͔̟̓̓͝ ̶̨͔̾͛̑d̵̥̣̏ȧ̷̼̊r̷̰̝̥̅̌͝k̵̟̥̞̉̍͛
Stars: ✭ 19 (-67.8%)
Mutual labels:  dark
angr.vim
A pleasant, mild, dark (n)vim theme.
Stars: ✭ 53 (-10.17%)
Mutual labels:  dark
potato-dark
Dark and elegant blog theme for goHugo static site generator.
Stars: ✭ 21 (-64.41%)
Mutual labels:  dark
calamity-atom
A purple dark theme with medium to high contrast for the Atom editor ⚛️
Stars: ✭ 12 (-79.66%)
Mutual labels:  dark
mkdocs-windmill-dark
Outstanding mkdocs theme with a focus on navigation and usability
Stars: ✭ 24 (-59.32%)
Mutual labels:  dark
Kursor
Cursor style with javascript and css
Stars: ✭ 140 (+137.29%)
Mutual labels:  cursors
dark-plus-material
The default Dark+ theme, using Material's color palette.
Stars: ✭ 37 (-37.29%)
Mutual labels:  dark
stylez
dark css style overrides for sites i use
Stars: ✭ 38 (-35.59%)
Mutual labels:  dark
tabatha
New Tab Replacement for Chrome and Firefox - Sleek, Dark, and Minimal
Stars: ✭ 27 (-54.24%)
Mutual labels:  dark
JitPad
On the fly disassemble C# code based on JitDasm
Stars: ✭ 119 (+101.69%)
Mutual labels:  dark
substrata.nvim
A cold, dark color scheme for Neovim
Stars: ✭ 89 (+50.85%)
Mutual labels:  dark
aurora-future-vscode-theme
💜 A futuristic vscode theme.
Stars: ✭ 27 (-54.24%)
Mutual labels:  dark
Discourse-Dark
🏛️ Darken Discourse forums
Stars: ✭ 43 (-27.12%)
Mutual labels:  dark
northwind-demo
Breeze demo with .NET and NodeJS servers and Angular, Aurelia, React, and Vue clients
Stars: ✭ 23 (-61.02%)
Mutual labels:  breeze
keep-desktop
Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
Stars: ✭ 42 (-28.81%)
Mutual labels:  dark
darkyog
sqlyog dark theme customization like a darkula
Stars: ✭ 18 (-69.49%)
Mutual labels:  dark
GithubDarkTheme
Dark Theme for Github
Stars: ✭ 60 (+1.69%)
Mutual labels:  dark

BreezeX Cursor

Extended KDE Cursor theme, Highly inspired on KDE Breeze for Windows and Linux with HiDPi Support 🎉.

Build CodeFactor Twitter

Cursor Sizes

22 24 28 32 40 48 56 64 72 80 88 96

Colors

#4C4C4C #FFFFFF #000000

Quick install

Preview:

Check Figma file here


Dark BreezeX Cursors


Light BreezeX Cursors


Black BreezeX Cursors

Manual Install

Linux/X11

# extract `BreezeX.tar.gz`
tar -xvf BreezeX.tar.gz

# For local users
mv BreezeX-* ~/.icons/

# For all users
sudo mv BreezeX-* /usr/share/icons/

Windows

  1. unzip .zip file
  2. Open unzipped directory in Explorer, and right click on install.inf.
  3. Click 'Install' from the context menu, and authorize the modifications to your system.
  4. Open Control Panel > Personalization and Appearance > Change mouse pointers, and select BreezeX Cursors.
  5. Click 'Apply'.

Uninstall

Linux/X11

# From local users
rm -rf ~/.icons/BreezeX-*

# From all users
sudo rm -rf /usr/share/icons/BreezeX-*

Windows

  1. Go to Registry Editor by typing the same in the start search box.
  2. Expand HKEY_CURRENT_USER folder and expand Control Panel folder.
  3. Go to Cursors folder and click on Schemes folder - all the available custom cursors that are installed will be listed here.
  4. Right Click on the name of cursor file you want to uninstall; for eg.: _BreezeX Cursors_ and click Delete.
  5. Click 'yes' when prompted.

Dependencies

External Libraries

  • libxcursor
  • libx11
  • libpng (<=1.6)

Install External Libraries

macOS [WIP]
brew install --cask xquartz
brew install libpng
Debain/ubuntu
sudo apt install libx11-dev libxcursor-dev libpng-dev
ArchLinux/Manjaro
sudo pacman -S libx11 libxcursor libpng
Fedora/Fedora Silverblue/CentOS/RHEL
sudo dnf install libX11-devel libXcursor-devel libpng-devel

Build Dependencies

Node Packages

PyPi Packages

Build Dependencies

Node Packages

PyPi Packages

Build From Scratch

Auto Build (using GitHub Actions)

GitHub Actions is automatically runs on every push(on main and dev branches) and pull request(on main branch), You found theme resources in artifact section of build.GitHub Actions available inside .github/workflows directory.

Manual Build

make

Build XCursor theme

make unix

Customize XCursor size

make unix X_SIZES=22            # Only built '22px' pixel-size.
make unix X_SIZES=22 24 32      # Multiple sizes are provided with  ' '(Space)

Install XCursor theme

make install            # install as user
  # OR
sudo make install       # install as root

Build Windows theme

make windows

Customize Windows Cursor size

make windows WIN_SIZE=96            # Supports only one pixel-size

For installation follow these steps.

Bugs

Bugs should be reported here on the Github issues page.

Getting Help

You can create a issue, I will help you.

Contributing

Check CONTRIBUTING.md, any suggestions for features and contributions to the continuing code masterelopment can be made via the issue tracker or code contributions via a Fork & Pull requests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].