mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/sway: konawall enablement
This commit is contained in:
parent
9cad77de86
commit
563a046710
7 changed files with 19 additions and 6 deletions
|
|
@ -9,17 +9,17 @@
|
|||
left = {
|
||||
res = "1920x1080";
|
||||
pos = "0 0";
|
||||
bg = "${../../../private/files/wallpapers/left.jpg} fill";
|
||||
#bg = "${../../../private/files/wallpapers/left.jpg} fill";
|
||||
};
|
||||
middle = {
|
||||
res = "1920x1080";
|
||||
pos = "1920 0";
|
||||
bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
#bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
};
|
||||
right = {
|
||||
res = "1920x1080";
|
||||
pos = "3840 0";
|
||||
bg = "${../../../private/files/wallpapers/right.jpg} fill";
|
||||
#bg = "${../../../private/files/wallpapers/right.jpg} fill";
|
||||
};
|
||||
in {
|
||||
"DP-1" = left;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
laptop = {
|
||||
res = "1920x1080";
|
||||
pos = "0 0";
|
||||
bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
#bg = "${../../../private/files/wallpapers/main.png} fill";
|
||||
};
|
||||
in { "eDP-1" = laptop; };
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
(sources.tf-nix + "/modules/home/secrets.nix")
|
||||
(import (sources.arc-nixexprs + "/modules")).home-manager.base16
|
||||
(import (sources.arc-nixexprs + "/modules")).home-manager.syncplay
|
||||
# (sources.arc-nixexprs + "/modules/home/base16-shell.nix")
|
||||
(import (sources.arc-nixexprs + "/modules")).home-manager.konawall
|
||||
(sources.arc-nixexprs + "/modules/home/weechat.nix")
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@ let
|
|||
hextorgba =
|
||||
(import ../lib/colorhelpers.nix { inherit (super) lib; }).hextorgba;
|
||||
|
||||
konawall = super.konawall.overide { swaySupport = true; };
|
||||
|
||||
ff-sponsorblock = self.callPackage ./ff-sponsorblock { };
|
||||
|
||||
kat-glauca-dns = self.callPackage ./kat-glauca-dns { };
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./waybar ./mako.nix ./sway.nix ./swayidle.nix ./gammastep.nix ];
|
||||
imports = [ ./waybar ./mako.nix ./sway.nix ./swayidle.nix ./gammastep.nix ./konawall.nix ];
|
||||
}
|
||||
|
|
|
|||
7
profiles/sway/home/konawall.nix
Normal file
7
profiles/sway/home/konawall.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.konawall = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -123,6 +123,10 @@ in {
|
|||
always = true;
|
||||
}
|
||||
{ command = "mkchromecast -t"; }
|
||||
{
|
||||
command = "systemctl --user restart konawall.service";
|
||||
always = true;
|
||||
}
|
||||
];
|
||||
|
||||
window = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue