fix(ahrc-pc/hyprland): forgor ';'
This commit is contained in:
parent
73ce9d8f58
commit
b5285979c5
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
"$col_accentdark" = "rgb(9933ff)"
|
||||
"$col_accentlight" = "rgb(d966ff)"
|
||||
"$col_inactive" = "rgba(80808080)"
|
||||
"$col_accentdark" = "rgb(9933ff)";
|
||||
"$col_accentlight" = "rgb(d966ff)";
|
||||
"$col_inactive" = "rgba(80808080)";
|
||||
|
||||
animations.enabled = true;
|
||||
decoration = {
|
||||
|
|
Loading…
Reference in a new issue