Testing new script
This commit is contained in:
+307
-305
File diff suppressed because it is too large
Load Diff
@@ -1728,7 +1728,8 @@ in
|
||||
recursive = true;
|
||||
};
|
||||
# Workspace listener script (no wpaperd config needed)
|
||||
xdg.configFile."${scriptRel}".text = ''
|
||||
xdg.configFile."${scriptRel}" = {
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
ROOT="${userAbsRoot}"
|
||||
@@ -1792,7 +1793,8 @@ in
|
||||
handle_line "$line" || true
|
||||
done
|
||||
'';
|
||||
xdg.configFile."${scriptRel}".executable = true;
|
||||
executable = true;
|
||||
};
|
||||
# Start wpaperd
|
||||
systemd.user.services.wpaperd = {
|
||||
Unit = {
|
||||
|
||||
@@ -17,7 +17,8 @@ in
|
||||
recursive = true;
|
||||
};
|
||||
# Workspace listener script (no wpaperd config needed)
|
||||
xdg.configFile."${scriptRel}".text = ''
|
||||
xdg.configFile."${scriptRel}" = {
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
ROOT="${userAbsRoot}"
|
||||
@@ -81,7 +82,8 @@ in
|
||||
handle_line "$line" || true
|
||||
done
|
||||
'';
|
||||
xdg.configFile."${scriptRel}".executable = true;
|
||||
executable = true;
|
||||
};
|
||||
# Start wpaperd
|
||||
systemd.user.services.wpaperd = {
|
||||
Unit = {
|
||||
|
||||
Reference in New Issue
Block a user