From db01c4d31c3abf459c9a050e59fda70e05881549 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 17 Jun 2025 05:43:54 +0530 Subject: [PATCH] style: increase icon and font size --- widgets/app-launcher/index.tsx | 3 +-- widgets/app-launcher/style.scss | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/widgets/app-launcher/index.tsx b/widgets/app-launcher/index.tsx index fc084e9..4d3ac56 100644 --- a/widgets/app-launcher/index.tsx +++ b/widgets/app-launcher/index.tsx @@ -1,7 +1,6 @@ -import { Variable, Gio } from "astal"; +import { Variable } from "astal"; import { App, Astal, Gdk, Gtk, hook } from "astal/gtk4"; import AstalApps from "gi://AstalApps"; -import { Picture } from "../common"; export const WINDOW_NAME = "app-launcher"; const apps = new AstalApps.Apps(); diff --git a/widgets/app-launcher/style.scss b/widgets/app-launcher/style.scss index 4f2a606..f6c9f3c 100644 --- a/widgets/app-launcher/style.scss +++ b/widgets/app-launcher/style.scss @@ -2,6 +2,7 @@ window.app-launcher { background: $bg-color; border-radius: $rounded; padding: 10px; + font-size: 1.2rem; .search { min-width: 300px; @@ -25,6 +26,10 @@ window.app-launcher { &:focus { background: $inactive-color; } + + image { + -gtk-icon-size: 2rem; + } } .name {