From 1d3cb278e46cc86492e4bfc7e674ac1b884441ac Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 9 Jun 2025 20:20:52 +0530 Subject: [PATCH] feat: add os icon --- .../hicolor/scalable/devices/nix-symbolic.svg | 1 + widgets/bar/launcher.tsx | 22 ++++++------------- 2 files changed, 8 insertions(+), 15 deletions(-) create mode 100644 assets/icons/hicolor/scalable/devices/nix-symbolic.svg diff --git a/assets/icons/hicolor/scalable/devices/nix-symbolic.svg b/assets/icons/hicolor/scalable/devices/nix-symbolic.svg new file mode 100644 index 0000000..ffe9f1e --- /dev/null +++ b/assets/icons/hicolor/scalable/devices/nix-symbolic.svg @@ -0,0 +1 @@ + diff --git a/widgets/bar/launcher.tsx b/widgets/bar/launcher.tsx index 7118140..d186aea 100644 --- a/widgets/bar/launcher.tsx +++ b/widgets/bar/launcher.tsx @@ -1,21 +1,13 @@ -import { App, Gtk } from "astal/gtk4"; -import { Gio } from "astal"; -import { Picture } from "../common"; +import { App } from "astal/gtk4"; import { WINDOW_NAME } from "../app-launcher"; export const Launcher = () => { return ( - - - + ); };