quickshell: fix layerrules to use hl.keyword in lua config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8c20fdf93c
commit
46c10a7114
1 changed files with 6 additions and 7 deletions
|
|
@ -120,13 +120,6 @@ 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;
|
||||||
|
|
@ -226,6 +219,12 @@ 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