Updated/added wallpaper
This commit is contained in:
parent
590fb5075b
commit
5d29b0a7fb
|
@ -6,6 +6,7 @@ repos:
|
|||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
exclude_types: ["png"]
|
||||
- repo: https://github.com/kamadorueda/alejandra
|
||||
rev: 3.0.0
|
||||
hooks:
|
||||
|
|
|
@ -60,7 +60,7 @@ in {
|
|||
"${cfg.modifier}+c" = "kill";
|
||||
"${cfg.modifier}+p" = "exec ${cfg.menu}";
|
||||
"${cfg.modifier}+z" = "reload";
|
||||
"${cfg.modifier}+x" = "exec swaylock -i ${config.home.homeDirectory}/wallpaper.png";
|
||||
"${cfg.modifier}+x" = "exec swaylock -i ${config.home.homeDirectory}/dotfiles/users/alejandro/sway/wallpaper.png";
|
||||
|
||||
# Volume control
|
||||
"XF86AudioRaiseVolume" = " exec 'pamixer --increase 5'";
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
wallpaper = "${config.home.homeDirectory}/dotfiles/users/alejandro/sway/wallpaper.png";
|
||||
in {
|
||||
imports = [
|
||||
./keybindings.nix
|
||||
./waybar.nix
|
||||
|
@ -24,7 +26,7 @@
|
|||
timeouts = [
|
||||
{
|
||||
timeout = 300;
|
||||
command = "${pkgs.swaylock}/bin/swaylock -i ${config.home.homeDirectory}/wallpaper.png";
|
||||
command = "${pkgs.swaylock}/bin/swaylock -i ${wallpaper}";
|
||||
}
|
||||
{
|
||||
timeout = 600;
|
||||
|
@ -84,7 +86,7 @@
|
|||
focus.followMouse = false;
|
||||
|
||||
output = {
|
||||
"*".bg = "${config.home.homeDirectory}/wallpaper.png fill";
|
||||
"*".bg = "${wallpaper} fill";
|
||||
"eDP-1".scale = "1";
|
||||
|
||||
"Unknown ASUS VG24V 0x00007AAC" = {
|
||||
|
|
BIN
users/alejandro/sway/wallpaper.png
Normal file
BIN
users/alejandro/sway/wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 MiB |
Loading…
Reference in a new issue