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