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