Skip to content

RasserCode/HyprCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyprCalculator

A simple, tiny, floating, always-focused calculator built in Rust for Arch Linux + Hyprland.

Perfect for quick math without leaving your workflow.


HyprCalculator Screenshot


Features

  • Enter = calculate
  • Esc = clear
  • Ctrl+C = copy result
  • Parentheses supported ((2+3)*4)
  • Big, bright orange result
  • Auto-focus on open
  • Zero dependencies — just run the binary

Download Binary

Linux x86_64 only (statically linked)

wget https://github.com/yourusername/HyprCalculator/releases/latest/download/HyprCalculator
chmod +x HyprCalculator

Or grab it from Releases


How to Run

./HyprCalculator

Or install globally:

sudo mv HyprCalculator /usr/local/bin/HyprCalculator

Now run with:

HyprCalculator

Hyprland Setup

Add to ~/.config/hypr/hyprland.conf:

# Floating Calculator
bind = SUPER, C, exec, HyprCalculator

Reload Hyprland (usually Hyprland auto-reloads):

hyprctl reload

Now press Super + C → instant calculator.


Build from Source (Optional)

git clone https://github.com/yourusername/HyprCalculator.git
cd HyprCalculator
cargo run --release

Binary will be in target/release/HyprCalculator


Disclaimer

Use at your own risk.
I take no responsibility for anything this does or doesn't do.
It’s a simple calculator made in a few hours. That’s it.


Made With

  • Rust
  • egui

Enjoy fast math.

About

HyprCalculator – simple, floating calculator for Hyprland

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages