cleanup most numerical radius values
This commit is contained in:
@@ -171,7 +171,7 @@ Item {
|
|||||||
font.pointSize: Math.round(18 * 1.2)
|
font.pointSize: Math.round(18 * 1.2)
|
||||||
icon: "clear_all"
|
icon: "clear_all"
|
||||||
padding: 8
|
padding: 8
|
||||||
radius: Appearance.rounding.smallest
|
radius: Appearance.rounding.full
|
||||||
|
|
||||||
onClicked: clearTimer.start()
|
onClicked: clearTimer.start()
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,9 @@ A feature-rich desktop shell for [Hyprland](https://hypr.land/) built with [Quic
|
|||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
|
|
||||||
For arch-based distros, there is a pkgbuild available at
|
For arch-based distros, there is a pkgbuild available [here](https://git.zach-dev.cc/zach/zshell-PKGBUILD)
|
||||||
|
|
||||||
|
### Manual install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cmake -B build -G Ninja
|
cmake -B build -G Ninja
|
||||||
|
|||||||
Reference in New Issue
Block a user