waybar: Include CSS style for urgent (#2158)
Some checks failed
Label Merge Conflicts / conflicts (push) Has been cancelled
Some checks failed
Label Merge Conflicts / conflicts (push) Has been cancelled
Link: https://github.com/nix-community/stylix/pull/2158
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com
Reviewed-by: 0xda157 <da157@voidq.com>
(cherry picked from commit 861c3c92a9)
This commit is contained in:
parent
413e927522
commit
fe06391a1e
1 changed files with 6 additions and 0 deletions
|
|
@ -79,6 +79,12 @@ mkTarget {
|
||||||
.modules-${place} #workspaces button.active {
|
.modules-${place} #workspaces button.active {
|
||||||
border-bottom: 3px solid @base05;
|
border-bottom: 3px solid @base05;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modules-${place} #workspaces button.urgent {
|
||||||
|
border-bottom: 3px solid @base08;
|
||||||
|
background-color: @base08;
|
||||||
|
color: @base00;
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue