waybar ws opaque
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, pkgs, user, rice, ... }: let
|
{ pkgs, rice, ... }: let
|
||||||
sep = " ";
|
sep = " ";
|
||||||
in {
|
in {
|
||||||
home.packages =
|
home.packages =
|
||||||
@@ -207,7 +207,7 @@ in {
|
|||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: rgb(${f background});
|
color: rgb(${f background});
|
||||||
background-color: rgba(${f accent.base},${builtins.toString rice.transparency});
|
background-color: rgb(${f accent.base});
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user