diff --git a/flake.lock b/flake.lock index 3c079aa..6737220 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ "nixpkgs": ["nixpkgs"] }, "locked": { - "lastModified": 1737038063, - "narHash": "sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk=", + "lastModified": 1738148035, + "narHash": "sha256-KYOATYEwaKysL3HdHdS5kbQMXvzS4iPJzJrML+3TKAo=", "owner": "nix-community", "repo": "disko", - "rev": "bf0abfde48f469c256f2b0f481c6281ff04a5db2", + "rev": "18d0a984cc2bc82cf61df19523a34ad463aa7f54", "type": "github" }, "original": { @@ -374,11 +374,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1737885589, - "narHash": "sha256-Zf0hSrtzaM1DEz8//+Xs51k/wdSajticVrATqDrfQjg=", + "lastModified": 1738142207, + "narHash": "sha256-NGqpVVxNAHwIicXpgaVqJEJWeyqzoQJ9oc8lnK9+WC4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "852ff1d9e153d8875a83602e03fdef8a63f0ecf8", + "rev": "9d3ae807ebd2981d593cddd0080856873139aa40", "type": "github" }, "original": { @@ -615,11 +615,11 @@ "nvf": "nvf" }, "locked": { - "lastModified": 1737843787, - "narHash": "sha256-yaKvNCce9DXpKprTyGHJ6awL6RClPvUkMuNPgqWs5lE=", + "lastModified": 1738191670, + "narHash": "sha256-9FdrtLQvXKKsWwu1jLQrV0UnC54+9HBkfs1h2a8XlcM=", "ref": "master", - "rev": "759b991556e9dae56b40816f1a55014bf50bbc9b", - "revCount": 19, + "rev": "dbc066fed939618282f1f079ddc5b4d5e89c39a7", + "revCount": 20, "type": "git", "url": "https://codeberg.org/amadaluzia/painless-neovim.git" }, @@ -636,11 +636,11 @@ "parts": "parts" }, "locked": { - "lastModified": 1738081671, - "narHash": "sha256-LqtxGoX3ncH1cfq1E0ZG8M1Rjdv42EOE/eYAS6rs3TE=", + "lastModified": 1738101653, + "narHash": "sha256-c5AsUms0/xj9ucFqchn8EhITRHWEyTLcmCanbY4wDgM=", "ref": "main", - "rev": "0c281f506d32502127ca04b4aa762ca61eb12201", - "revCount": 86, + "rev": "322949b010ecc8e6a1d3ab3784758aca26f0e0ab", + "revCount": 88, "type": "git", "url": "https://codeberg.org/amadaluzia/pankomacs.git" }, @@ -3444,15 +3444,16 @@ "systems": "systems_3" }, "locked": { - "lastModified": 1733570646, - "narHash": "sha256-pZwvuOMtelkLmcG+dbedSlFaTomf3SNtYrPfZN41lXY=", - "owner": "notashelf", + "lastModified": 1738194066, + "narHash": "sha256-9Ln3yGBnYSHUN6PHuqmxykcPzlCMgwfLFHkN0qQwONk=", + "owner": "amadaluzia", "repo": "wallpkgs", - "rev": "e5a34ff48313b6ae38ac72da02f889ed8985d76b", + "rev": "dda2f7e4e32e508a827accc32920ccc8182ac401", "type": "github" }, "original": { - "owner": "notashelf", + "owner": "amadaluzia", + "ref": "nord", "repo": "wallpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 17dd18c..3690c7f 100644 --- a/flake.nix +++ b/flake.nix @@ -33,8 +33,9 @@ }; wallpkgs = { type = "github"; - owner = "notashelf"; + owner = "amadaluzia"; repo = "wallpkgs"; + ref = "nord"; inputs.nixpkgs.follows = "nixpkgs"; }; pankomacs = { diff --git a/hosts/python/apps.nix b/hosts/python/apps.nix index f53057a..45e3926 100644 --- a/hosts/python/apps.nix +++ b/hosts/python/apps.nix @@ -22,7 +22,7 @@ programs = { swaybg = { enable = true; - wallpaper = "${inputs.wallpkgs.packages.${pkgs.system}.nature}/share/wallpapers/nature/07.jpg"; + wallpaper = inputs.wallpkgs.wallpapers.nord-03.path; }; libvirt.enable = true; direnv.enable = true; diff --git a/hosts/python/users/configs/waybar/style.scss b/hosts/python/users/configs/waybar/style.scss index 8e541ec..04cfa09 100644 --- a/hosts/python/users/configs/waybar/style.scss +++ b/hosts/python/users/configs/waybar/style.scss @@ -16,38 +16,38 @@ $base0E: #b48ead; $base0F: #5e81ac; * { - all: unset; - font-size: 18px; - color: $base06; + all: unset; + font-size: 15px; + color: $base06; } window#waybar { - background: $base00; + background: $base00; } tooltip { - background: $base01; + background: $base01; } .modules-left, .modules-right { - background: $base01; - padding: 0px 12px; + background: $base01; + padding: 0px 8px; } .modules-center { - background: $base01; + background: $base01; } #workspaces button { - padding: 8px 16px; - transition: 0.2s; + padding: 6px 12px; + transition: 0.2s; } #workspaces button:hover { - padding: 8px 28px; + padding: 6px 22px; } #workspaces button.focused { - background: $base02; + background: $base02; } diff --git a/hosts/shared/swaybg.nix b/hosts/shared/swaybg.nix index e80d710..1a759c7 100644 --- a/hosts/shared/swaybg.nix +++ b/hosts/shared/swaybg.nix @@ -35,10 +35,8 @@ in { after = ["graphical-session-pre.target"]; partOf = ["graphical-session.target"]; - script = lib.getExe' cfg.package "swaybg"; - scriptArgs = "-i ${cfg.wallpaper} -m ${cfg.mode}"; - serviceConfig = { + ExecStart = "${lib.getExe' cfg.package "swaybg"} -i ${cfg.wallpaper} -m ${cfg.mode}"; Restart = "always"; RestartSec = "5"; };