From 2219dc9510fc4356b2901be78db1f0a8c142aff8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:36:21 +0400 Subject: [PATCH] its over --- config/ags/style.scss | 5 +++++ config/ags/widget/Bar.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/ags/style.scss b/config/ags/style.scss index 0aad4926..ab37e528 100644 --- a/config/ags/style.scss +++ b/config/ags/style.scss @@ -38,6 +38,7 @@ window.Bar { .Workspaces { background-color: $bg; + color: $fg; } .right { @@ -49,6 +50,10 @@ window.Bar { background-color: $accent; } + .Workspaces .inactive label { + opacity: 0.5; + } + .FocusedClient { color: $accent; } diff --git a/config/ags/widget/Bar.tsx b/config/ags/widget/Bar.tsx index b4726d99..03bf4461 100644 --- a/config/ags/widget/Bar.tsx +++ b/config/ags/widget/Bar.tsx @@ -86,7 +86,7 @@ function Workspaces() { return {workspaceButtons.map (workspace => )}