diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-11 19:19:55 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-11 19:19:55 -0700 |
| commit | 59991e65c440a8c78634ea517fb37b8f339bf62f (patch) | |
| tree | ae275c76bd5be6e07c45b7a0c90a921921a6f62e /modules/home | |
| parent | 3e745df545120845858d78402a76dcf2e0a1535a (diff) | |
Remove pywal
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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 = { |