Compare commits

..

2 commits

Author SHA1 Message Date
GaspardCulis
2d716a990b fix(bin -> wallpaperctl): Fixed shebang 2024-09-21 12:42:54 +02:00
GaspardCulis
d891f676a8 fix(hypr): Fixed "wallpaperctl" script not being linked by HM 2024-09-21 12:41:12 +02:00
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [[ $# -lt 1 ]] || [[ ! $1 = @(daemon|change) ]]; then
echo "Usage:

View file

@ -20,6 +20,11 @@
source = ../../bin/togglescreen;
executable = true;
};
# Wallpaperctl script
".local/bin/wallpaperctl" = {
source = ../../bin/wallpaperctl;
executable = true;
};
};
home.packages = [