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 ( - - - + ); };