From d1cc5e20ba31f6c8c011394aefa09357321efdb7 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 6 Apr 2025 11:20:10 -0400 Subject: [PATCH] sway --- style.scss | 10 +++++++++- widget/SwayNC.tsx | 3 +-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/style.scss b/style.scss index 1c2c082..bd4a40e 100644 --- a/style.scss +++ b/style.scss @@ -65,10 +65,18 @@ label { } } -.Tray > * { +.Tray { margin: 0 4px; } +.Tray > * { + margin: 0 6px; + + image { + -gtk-icon-size: 20px; + } +} + .Workspaces { background: $mantle; padding: 2px; diff --git a/widget/SwayNC.tsx b/widget/SwayNC.tsx index 057db28..17d3e6e 100644 --- a/widget/SwayNC.tsx +++ b/widget/SwayNC.tsx @@ -1,4 +1,3 @@ -import { bind } from "astal"; import { exec, Variable } from "astal"; import { Gdk } from "astal/gtk4"; @@ -38,7 +37,7 @@ const SwayNC = function () { ); };