mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/sway: WIP move to host-specific config
This commit is contained in:
parent
352a6cfd85
commit
2b15e1cf71
5 changed files with 14 additions and 4 deletions
|
|
@ -1 +1,5 @@
|
||||||
{ ... }: { }
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
./sway.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
|
||||||
1
hosts/samhain/home/sway.nix
Normal file
1
hosts/samhain/home/sway.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ ... }: {}
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
{ ... }: { }
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
./sway.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
|
||||||
1
hosts/yule/home/sway.nix
Normal file
1
hosts/yule/home/sway.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ ... }: {}
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
} -i DP-1:${
|
} -i DP-1:${
|
||||||
../../../private/files/wallpapers/left.jpg
|
../../../private/files/wallpapers/left.jpg
|
||||||
} -i DVI-D-1:${../../../private/files/wallpapers/right.jpg}' \
|
} -i DVI-D-1:${../../../private/files/wallpapers/right.jpg}' \
|
||||||
timeout 600 'swaymsg "output * dpms off"' \
|
#timeout 600 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
# resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep '${pkgs.swaylock}/bin/swaylock -f -i eDP-1:${
|
before-sleep '${pkgs.swaylock}/bin/swaylock -f -i eDP-1:${
|
||||||
../../../private/files/wallpapers/main.png
|
../../../private/files/wallpapers/main.png
|
||||||
} -i HDMI-A-1:${
|
} -i HDMI-A-1:${
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue