home: replace imv with swayimg

This commit is contained in:
Adithya 2024-07-20 02:24:51 +05:30
parent 66d21b4160
commit da1108caa8
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
3 changed files with 4 additions and 21 deletions

View file

@ -11,7 +11,6 @@
./git.nix ./git.nix
./gnupg.nix ./gnupg.nix
./helix.nix ./helix.nix
./imv.nix
./kitty.nix ./kitty.nix
./mpv.nix ./mpv.nix
./neovim.nix ./neovim.nix
@ -43,6 +42,7 @@
spotify spotify
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }) (steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; })
(steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }).run (steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }).run
swayimg
telegram-desktop telegram-desktop
transmission-remote-gtk transmission-remote-gtk
wl-clipboard wl-clipboard

View file

@ -1,17 +0,0 @@
{ pkgs, ... }: {
programs.imv = {
enable = true;
package = pkgs.imv.overrideAttrs (new: old: {
postInstall = old.postInstall + ''
rm $out/share/applications/imv.desktop
'';
});
settings = {
options = {
background = "282a36";
overlay_background_color = "44475a";
overlay_text_color = "f8f8f2";
};
};
};
}

View file

@ -120,9 +120,9 @@ in
"center,class:^(mpv)$" "center,class:^(mpv)$"
"dimaround,class:^(mpv)$" "dimaround,class:^(mpv)$"
"float,class:^(imv)$" "float,class:^(swayimg_.*)$"
"size 90% 90%,class:^(imv)$" "size 90% 90%,class:^(swayimg_.*)$"
"center,class:^(imv)$" "center,class:^(swayimg_.*)$"
"float,class:^(org.pwmt.zathura)$" "float,class:^(org.pwmt.zathura)$"
"size 90% 90%,class:^(org.pwmt.zathura)$" "size 90% 90%,class:^(org.pwmt.zathura)$"