From c3dab78b04372b36fb0ccbcb7ecbd0b12a427246 Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 2 Apr 2026 23:30:52 +0200 Subject: [PATCH] cleanup most numerical radius values --- Modules/Notifications/Sidebar/NotifDock.qml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Modules/Notifications/Sidebar/NotifDock.qml b/Modules/Notifications/Sidebar/NotifDock.qml index 98b5cc5..34bbd93 100644 --- a/Modules/Notifications/Sidebar/NotifDock.qml +++ b/Modules/Notifications/Sidebar/NotifDock.qml @@ -171,7 +171,7 @@ Item { font.pointSize: Math.round(18 * 1.2) icon: "clear_all" padding: 8 - radius: Appearance.rounding.smallest + radius: Appearance.rounding.full onClicked: clearTimer.start() diff --git a/README.md b/README.md index 7d418b7..cbd083b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ A feature-rich desktop shell for [Hyprland](https://hypr.land/) built with [Quic ### 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 cmake -B build -G Ninja