From 8359d2191af984804f435bd48eb291d6b7ccb7ad Mon Sep 17 00:00:00 2001 From: Byson94 Date: Thu, 31 Jul 2025 18:39:23 +0530 Subject: [PATCH] fix: replaced ewwii.lua -> ewwii.rhai --- copy/eww/src/opts.rs | 2 +- crates/ewwii/src/opts.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copy/eww/src/opts.rs b/copy/eww/src/opts.rs index 5124670..caeef43 100644 --- a/copy/eww/src/opts.rs +++ b/copy/eww/src/opts.rs @@ -39,7 +39,7 @@ pub(super) struct RawOpt { #[arg(long = "force-wayland", global = true)] force_wayland: bool, - /// override path to configuration directory (directory that contains ewwii.lua and eww.(s)css) + /// override path to configuration directory (directory that contains ewwii.rhai and eww.(s)css) #[arg(short, long, global = true)] config: Option, diff --git a/crates/ewwii/src/opts.rs b/crates/ewwii/src/opts.rs index b5a6595..9c39a2d 100644 --- a/crates/ewwii/src/opts.rs +++ b/crates/ewwii/src/opts.rs @@ -34,7 +34,7 @@ pub(super) struct RawOpt { #[arg(long = "force-wayland", global = true)] force_wayland: bool, - /// override path to configuration directory (directory that contains ewwii.lua and eww.(s)css) + /// override path to configuration directory (directory that contains ewwii.rhai and eww.(s)css) #[arg(short, long, global = true)] config: Option,