aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-13 12:52:49 +0900
committersefidel <contact@sefidel.net>2022-02-13 12:52:49 +0900
commite2b164807b208cb9c099c0b024646fcdde96d3d9 (patch)
tree0c1d1cd3d829e053459da4df5b6f302e63d64b88
parentd6b6cad9cc2976230a575d38c798311c330ae2dc (diff)
downloadnixrc-e2b164807b208cb9c099c0b024646fcdde96d3d9.zip
feat(home/base): use static grey for bg
-rw-r--r--flake.lock20
-rw-r--r--flake.nix2
-rw-r--r--home/modules/misc/neotheme/default.nix7
-rw-r--r--home/profiles/base/config/sway.nix2
-rw-r--r--home/profiles/base/default.nix2
5 files changed, 2 insertions, 31 deletions
diff --git a/flake.lock b/flake.lock
index c338b89..5b0ade9 100644
--- a/flake.lock
+++ b/flake.lock
@@ -152,8 +152,7 @@
"neovim": "neovim",
"nixpkgs-2111": "nixpkgs-2111",
"unstable": "unstable",
- "unstable-small": "unstable-small",
- "wallpapers": "wallpapers"
+ "unstable-small": "unstable-small"
}
},
"unstable": {
@@ -187,23 +186,6 @@
"repo": "nixpkgs",
"type": "github"
}
- },
- "wallpapers": {
- "flake": false,
- "locked": {
- "lastModified": 1640758054,
- "narHash": "sha256-8IvQ1AesvQrLQtyWCrHd7vk8c/jmMhG/YIbLHUPQVK8=",
- "ref": "main",
- "rev": "18971eabeb7dda1585b138f9099629aa446a7f60",
- "revCount": 4,
- "type": "git",
- "url": "https://git.sr.ht/~boppy/wall"
- },
- "original": {
- "ref": "main",
- "type": "git",
- "url": "https://git.sr.ht/~boppy/wall"
- }
}
},
"root": "root",
diff --git a/flake.nix b/flake.nix
index b2bbcf1..e534018 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,8 +17,6 @@
# https://github.com/NixOS/nix/pull/5342
chaotic-nixpkgs.url = "git+https://git.sr.ht/~boppy/chaotic-nixpkgs?ref=main";
chaotic-nixpkgs.inputs.nixpkgs.follows = "unstable";
-
- wallpapers = { url = "git+https://git.sr.ht/~boppy/wall?ref=main"; flake = false; };
};
outputs = { self, ... } @ inputs:
diff --git a/home/modules/misc/neotheme/default.nix b/home/modules/misc/neotheme/default.nix
index 8db17d4..01c05bb 100644
--- a/home/modules/misc/neotheme/default.nix
+++ b/home/modules/misc/neotheme/default.nix
@@ -51,12 +51,5 @@ in
"bright6"
"bright7"
]);
-
- wallpaper = mkOption {
- type = types.str;
- default = "";
- description = "path for wallpaper image file";
- example = "/weird/dir/wallpaper.png";
- };
};
}
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix
index e9c7c72..9d971b8 100644
--- a/home/profiles/base/config/sway.nix
+++ b/home/profiles/base/config/sway.nix
@@ -187,7 +187,7 @@ with neotheme.colors;
client.focused_inactive $muted $muted $color0 $color5
client.unfocused $muted $muted $color7 $color5
client.urgent $color10 $color10 $color0 $color5
- output "*" bg ${neotheme.wallpaper} fill
+ output "*" bg #545454 solid_color
output "*" scale 1
output "*" scale_filter nearest
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 5fcfd3d..fd34090 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -60,8 +60,6 @@ in
bright6 = "8ec0be";
bright7 = "e4e4db";
};
-
- wallpaper = "${inputs.wallpapers}/nixos/nix-glow-fg-d4ae80.png";
};
home.keyboard.layout = "us";