Screenshot settings + ss search

This commit is contained in:
2026-05-12 22:56:46 +02:00
parent 611abdf028
commit 26bfa952d7
8 changed files with 245 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
import Quickshell.Io
JsonObject {
property real corner_radius: 12.0
property bool drop_shadow: true
property bool enable_pp: true
property string mode: "manual"
property bool rounded_corners: false
property real shadow_blur_radius: 22.0
property list<int> shadow_color: [0, 0, 0, 160]
property real shadow_offset_x: 5.0
property real shadow_offset_y: 5.0
}