diff options
author | Julian T <julian@jtle.dk> | 2023-02-06 20:50:11 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-02-06 21:33:55 +0100 |
commit | 265b3b7b976732ab00e57aa064f06857b547b2b0 (patch) | |
tree | a298676cf535cadd5602d8aefa110abd3687e996 /scripts/Scripts | |
parent | e9d6b42be25ac756a7cc9c44e1a34b78919dfec2 (diff) |
Create new setwall script in rust
Diffstat (limited to 'scripts/Scripts')
-rwxr-xr-x | scripts/Scripts/lc | 2 | ||||
-rwxr-xr-x | scripts/Scripts/setwall_old (renamed from scripts/Scripts/setwall) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc index 8b9fbcd..dba58f0 100755 --- a/scripts/Scripts/lc +++ b/scripts/Scripts/lc @@ -42,7 +42,7 @@ handle_stuff() { fi if [ "$1" = "wall" ]; then - $HOME/Scripts/setwall -A + setwall --config $WALLCONFIG fi if [ "$1" = "remember" ]; then diff --git a/scripts/Scripts/setwall b/scripts/Scripts/setwall_old index 86214a6..86214a6 100755 --- a/scripts/Scripts/setwall +++ b/scripts/Scripts/setwall_old |