Compare commits
No commits in common. "2d716a990b73c60114c35de85414c0824d9cb17f" and "6d606f95be075524d4ba01fb3f1b72e039311a70" have entirely different histories.
2d716a990b
...
6d606f95be
2 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ $# -lt 1 ]] || [[ ! $1 = @(daemon|change) ]]; then
|
if [[ $# -lt 1 ]] || [[ ! $1 = @(daemon|change) ]]; then
|
||||||
echo "Usage:
|
echo "Usage:
|
||||||
|
|
|
@ -20,11 +20,6 @@
|
||||||
source = ../../bin/togglescreen;
|
source = ../../bin/togglescreen;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
# Wallpaperctl script
|
|
||||||
".local/bin/wallpaperctl" = {
|
|
||||||
source = ../../bin/wallpaperctl;
|
|
||||||
executable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
Loading…
Reference in a new issue