Skip to content

Commit

Permalink
Rename app and related files from PointerSense to SensiMouse
Browse files Browse the repository at this point in the history
  • Loading branch information
rEl1cx committed Mar 25, 2023
1 parent fb96cba commit e0293d4
Show file tree
Hide file tree
Showing 27 changed files with 36 additions and 38 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# PointerSense
# SensiMouse

<p align="center">
<img src="./public/icon.png" height="180" />
<img src="./public/icon.png" height="128" />
</p>

> Cursor icons created by [Freepik - Flaticon](https://www.flaticon.com/free-icons/cursor)
## What is SensiMouse?

## What is PointerSense?

PointerSense is a macOS app that allows you to easily change the system-wide mouse sensitivity and acceleration settings without requiring accessibility permission.
SensiMouse is a macOS app that allows you to easily change the system-wide mouse sensitivity and acceleration settings without requiring accessibility permission.

## Benefits

Expand All @@ -19,7 +17,7 @@ PointerSense is a macOS app that allows you to easily change the system-wide mou

## Releases

Download the latest release from [here](https://github.com/Nicify/pointer-sense/releases)
Download the latest release from [here](https://github.com/Nicify/sensi-mouse/releases)

## License

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PointerSense</title>
<title>SensiMouse</title>
</head>
<body>
<div id="app"></div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pointer-sense",
"name": "sensi-mouse",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/core": "7.21.3",
"@tauri-apps/cli": "1.2.3",
"@types/node": "18.15.7",
"@types/node": "18.15.8",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pointer-sense"
name = "sensi-mouse"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
Expand All @@ -10,11 +10,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "pointer-sense"
name = "sensi-mouse"
path = "src/main.rs"

# [lib]
# name = "pointer-sense_lib"
# name = "sensi-mouse_lib"
# path = "src/lib/lib.rs"

[build-dependencies]
Expand Down
Binary file modified src-tauri/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/128x128@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square107x107Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square142x142Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square150x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square284x284Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square30x30Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square310x310Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square44x44Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square71x71Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/Square89x89Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/icon.icns
Binary file not shown.
Binary file modified src-tauri/icons/icon.ico
Binary file not shown.
Binary file modified src-tauri/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src-tauri/icons/setting.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"withGlobalTauri": false
},
"package": {
"productName": "PointerSense",
"productName": "SensiMouse",
"version": "0.0.3"
},
"tauri": {
Expand All @@ -33,7 +33,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "me.relicx.pointer-sense",
"identifier": "me.relicx.sensi-mouse",
"longDescription": "",
"macOS": {
"entitlements": null,
Expand Down Expand Up @@ -61,7 +61,7 @@
"windows": [
{
"label": "main",
"title": "PointerSense",
"title": "SensiMouse",
"fullscreen": false,
"width": 300,
"height": 200,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Main = () => {

return (
<SC.Container>
<SC.Header>PointerSense</SC.Header>
<SC.Header>SensiMouse</SC.Header>
<SC.Content>
<Input.Wrapper label="Sensitivity">
<SC.xSlider
Expand Down

0 comments on commit e0293d4

Please sign in to comment.