Add waybar rewrite for btop, fix inset shadow colour
This commit is contained in:
parent
040b2a3702
commit
93996e514a
|
@ -56,6 +56,7 @@
|
|||
"hyprland/window" = {
|
||||
rewrite = {
|
||||
"(.*) - GNU Emacs(.*)" = " $1";
|
||||
"btop" = " System monitoring";
|
||||
"(.*) - Chromium" = " $1";
|
||||
"Nyxt - (.*)" = " $1";
|
||||
"NoMachine - (.*)" = " $1";
|
||||
|
|
|
@ -8,7 +8,7 @@ window { background: transparent; }
|
|||
window > box {
|
||||
color: #c0caf5;
|
||||
background: alpha(#1a1b26, 0.5);
|
||||
box-shadow: inset 0 0 0 1px alpha(#c0caf5, 0.1), 0 0 0 1px alpha(#1a1b26, 0.5);
|
||||
box-shadow: inset 0 0 0 1px alpha(#bb9af7, 0.1), 0 0 0 1px alpha(#1a1b26, 0.5);
|
||||
margin: 10px 10px 0px;
|
||||
padding: 0px;
|
||||
border: 1px solid #bb9af7;
|
||||
|
|
Loading…
Reference in a new issue