waybar ws opaque

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-19 22:06:32 +01:00
parent 0fbb54a04a
commit 73339cfc50

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, user, rice, ... }: let
{ pkgs, rice, ... }: let
sep = " ";
in {
home.packages =
@@ -207,7 +207,7 @@ in {
#workspaces button.active {
color: rgb(${f background});
background-color: rgba(${f accent.base},${builtins.toString rice.transparency});
background-color: rgb(${f accent.base});
}
#workspaces button:hover {