From 59991e65c440a8c78634ea517fb37b8f339bf62f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 11 May 2024 19:19:55 -0700 Subject: Remove pywal --- modules/home/i3.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/home/i3.nix b/modules/home/i3.nix index 3295fc7..27556ae 100644 --- a/modules/home/i3.nix +++ b/modules/home/i3.nix @@ -94,7 +94,6 @@ { command = "polybar"; always = true; notification = false; } { command = "systemctl --user restart picom"; always = true; notification = false; } { command = "${pkgs.feh}/bin/feh --bg-fill ~/Pictures/bg/${config.theme.background}"; always = true; notification = false; } -# { command = "${pkgs.pywal}/bin/wal -ne -b 000000 -i ~/Pictures/bg/${config.theme.background}"; always = true; notification = false; } ]; keybindings = { -- cgit v1.2.3