quickshell: move layerrules back to config table
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
46c10a7114
commit
76b8a00bb1
1 changed files with 7 additions and 6 deletions
|
|
@ -120,6 +120,13 @@ in
|
||||||
shadow.color = rgba c.base00 "99";
|
shadow.color = rgba c.base00 "99";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
layerrule = [
|
||||||
|
"blur, quickshell-bar"
|
||||||
|
"blur, quickshell-toast"
|
||||||
|
"ignorealpha 0.3, quickshell-bar"
|
||||||
|
"ignorealpha 0.3, quickshell-toast"
|
||||||
|
];
|
||||||
|
|
||||||
group = {
|
group = {
|
||||||
"col.border_active" = rgb c.base0D;
|
"col.border_active" = rgb c.base0D;
|
||||||
"col.border_inactive" = rgb c.base03;
|
"col.border_inactive" = rgb c.base03;
|
||||||
|
|
@ -219,12 +226,6 @@ in
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
-- Layer rules: blur behind bar and toasts
|
|
||||||
hl.keyword("layerrule", "blur, quickshell-bar")
|
|
||||||
hl.keyword("layerrule", "blur, quickshell-toast")
|
|
||||||
hl.keyword("layerrule", "ignorealpha 0.3, quickshell-bar")
|
|
||||||
hl.keyword("layerrule", "ignorealpha 0.3, quickshell-toast")
|
|
||||||
|
|
||||||
-- Environment
|
-- Environment
|
||||||
hl.env("XCURSOR_THEME", "Bibata-Modern-Ice")
|
hl.env("XCURSOR_THEME", "Bibata-Modern-Ice")
|
||||||
hl.env("XCURSOR_SIZE", "24")
|
hl.env("XCURSOR_SIZE", "24")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue