From 9a2e35220299c73c63251837eb356d26f2d9df35 Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Mon, 27 Jul 2026 12:16:49 -0400 Subject: [PATCH] Center icon badges properly and split wallpaper tile row to 2 per row --- ags/style.css | 7 ++++++- ags/widget/QuickSettings.tsx | 2 ++ ags/widget/WidgetCard.tsx | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ags/style.css b/ags/style.css index 31cf21f..b907c79 100644 --- a/ags/style.css +++ b/ags/style.css @@ -364,11 +364,16 @@ .widget-icon-badge { background-color: alpha(@accent, 0.18); border-radius: 8px; - padding: 8px 11px; + min-width: 32px; + min-height: 32px; color: @accent; font-size: 16px; } +.widget-icon-badge label { + padding: 0; +} + .widget-card-title { font-size: 13px; font-weight: bold; diff --git a/ags/widget/QuickSettings.tsx b/ags/widget/QuickSettings.tsx index bf84d99..4461563 100644 --- a/ags/widget/QuickSettings.tsx +++ b/ags/widget/QuickSettings.tsx @@ -144,6 +144,8 @@ function Toggles() { sh("omarchy-launch-bluetooth") }} /> + + - -