diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index ac8fa28fa..f496f7bab 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -368,7 +368,7 @@ Singleton { } property JsonObject circle: JsonObject { property int strokeWidth: 6 - property int padding: 30 + property int padding: 10 } }