hyprland: remove hyprchroma

a
This commit is contained in:
Charlie Root 2024-10-22 19:30:50 +02:00
commit 0010081a9f
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 1 additions and 47 deletions

39
flake.lock generated
View file

@ -413,27 +413,6 @@
"type": "github" "type": "github"
} }
}, },
"hyprchroma": {
"inputs": {
"hyprland": [
"hyprland"
],
"nix-filter": "nix-filter"
},
"locked": {
"lastModified": 1729227619,
"narHash": "sha256-6l7rNESQY5LeS6BSMBTk7quSqDkgPSf7yFD4yiST3cw=",
"owner": "alexhulbert",
"repo": "hyprchroma",
"rev": "a741598975d9a10bb1cbed44470ca8d68dfd9277",
"type": "github"
},
"original": {
"owner": "alexhulbert",
"repo": "hyprchroma",
"type": "github"
}
},
"hyprcursor": { "hyprcursor": {
"inputs": { "inputs": {
"hyprlang": [ "hyprlang": [
@ -886,21 +865,6 @@
} }
}, },
"nix-filter": { "nix-filter": {
"locked": {
"lastModified": 1710156097,
"narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=",
"owner": "numtide",
"repo": "nix-filter",
"rev": "3342559a24e85fc164b295c3444e8a139924675b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
"nix-filter_2": {
"locked": { "locked": {
"lastModified": 1693833173, "lastModified": 1693833173,
"narHash": "sha256-hlMABKrGbEiJD5dwUSfnw1CQ3bG7KKwDV+Nx3bEZd7U=", "narHash": "sha256-hlMABKrGbEiJD5dwUSfnw1CQ3bG7KKwDV+Nx3bEZd7U=",
@ -2830,7 +2794,6 @@
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"helix": "helix", "helix": "helix",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprchroma": "hyprchroma",
"hyprland": "hyprland", "hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins", "hyprland-plugins": "hyprland-plugins",
"hyprsplit": "hyprsplit", "hyprsplit": "hyprsplit",
@ -2970,7 +2933,7 @@
"hyprland": [ "hyprland": [
"hyprland" "hyprland"
], ],
"nix-filter": "nix-filter_2" "nix-filter": "nix-filter"
}, },
"locked": { "locked": {
"lastModified": 1729443896, "lastModified": 1729443896,

View file

@ -43,11 +43,6 @@
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
}; };
hyprchroma = {
url = "github:alexhulbert/hyprchroma";
inputs.hyprland.follows = "hyprland";
};
hyprsplit = { hyprsplit = {
url = "github:shezdy/hyprsplit"; url = "github:shezdy/hyprsplit";
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";

View file

@ -64,8 +64,6 @@ in {
"size 70% 70%, class:^(code), title: ^(Open*)" "size 70% 70%, class:^(code), title: ^(Open*)"
"center, class: ^(code), title: ^(Open*)" "center, class: ^(code), title: ^(Open*)"
"float, class:^(org.keepassxc.KeePassXC)$" "float, class:^(org.keepassxc.KeePassXC)$"
"plugin:chromakey,fullscreen:0"
# "chromakey_background = rgb(07121b)"
]; ];
}; };
}; };

View file

@ -8,7 +8,6 @@
cfg = config.modules.usrEnv.desktops.hyprland; cfg = config.modules.usrEnv.desktops.hyprland;
inherit (config.meta.mainUser) username; inherit (config.meta.mainUser) username;
inherit (inputs'.hyprsplit.packages) hyprsplit; inherit (inputs'.hyprsplit.packages) hyprsplit;
hyprchroma = inputs'.hyprchroma.packages.default;
inherit (lib) mkIf mkDefault; inherit (lib) mkIf mkDefault;
in { in {
imports = [ imports = [
@ -49,7 +48,6 @@ in {
# Split-monitor-workspaces provides awesome-like workspace behaviour # Split-monitor-workspaces provides awesome-like workspace behaviour
plugins = [ plugins = [
hyprsplit hyprsplit
hyprchroma
]; ];
# Xwayland for X applications # Xwayland for X applications