From 6662e740266ef5bbac566c4037e3421351b4e138 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Sun, 22 Jun 2025 23:45:08 -0700 Subject: [PATCH] feat: add change background of nixos icon --- astal/icons/nixos-3.svg | 1 + astal/style.scss | 2 +- astal/widget/Bar.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 astal/icons/nixos-3.svg diff --git a/astal/icons/nixos-3.svg b/astal/icons/nixos-3.svg new file mode 100644 index 0000000..fb26b80 --- /dev/null +++ b/astal/icons/nixos-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/astal/style.scss b/astal/style.scss index 7fe2579..08172ec 100644 --- a/astal/style.scss +++ b/astal/style.scss @@ -34,7 +34,7 @@ window.Bar { .nix-icon { font-size: 24px; padding: 0 2px; - background-color: #4169e1; + background-color: #003366; border-top-right-radius: 4px; border: none; } diff --git a/astal/widget/Bar.tsx b/astal/widget/Bar.tsx index b3d09fa..9e74079 100644 --- a/astal/widget/Bar.tsx +++ b/astal/widget/Bar.tsx @@ -140,7 +140,7 @@ export default function Bar(gdkmonitor: Gdk.Monitor) { - +