Skip to content

Commit

Permalink
update hyprutils
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmanishere committed Aug 18, 2024
1 parent e6ee6c0 commit 19a3b1c
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 32 deletions.
114 changes: 91 additions & 23 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
}: {
# make pkgs available to all `perSystem` functions
legacyPackages.homeConfigurations."luqman@alya" = self.nixos-flake.lib.mkHomeConfiguration pkgs {
imports = [
imports = [
self.homeModules.luqman-alya
];
};
];
};
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
overlays = [
Expand Down Expand Up @@ -152,10 +152,10 @@
inputs.nixpkgs.follows = "nixpkgs"; # MESA/OpenGL HW workaround
};
hypridle = {
url = "github:hyprwm/hypridle/4395339a2dc410bcf49f3e24f9ed3024fdb25b0a";
url = "github:hyprwm/hypridle/96d51ec2a749a928cb9d48b1fc0ea4898e73a335";
};
hyprlock = {
url = "github:hyprwm/hyprlock/2ae79757d5e5c48de2f4284992a6bfa265853a2d";
url = "github:hyprwm/hyprlock/9393a3e94d837229714e28041427709756033f5a";
};
wayper.url = "github:luqmanishere/wayper";
hyprrdrop.url = "github:luqmanishere/hyprrdrop";
Expand Down
8 changes: 5 additions & 3 deletions home/wayland-shell/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ in {
"SUPER, P, pseudo"
"SUPERSHIFT, P, pin"
"SUPER, F, fullscreen"
"SUPERSHIFT, F, fakefullscreen"
"SUPERSHIFT, F, fullscreen, 1"
"SUPERSHIFT, Q, exit"
"SUPER, J, togglefloating"
"SUPERSHIFT, O, exec, hyprctl setprop active opaque toggle"
Expand Down Expand Up @@ -257,6 +257,7 @@ in {

programs.hyprlock = {
enable = true;
package = inputs.hyprlock.packages.${pkgs.system}.hyprlock;
settings = {
general = {
disable_loading_bar = false;
Expand All @@ -265,11 +266,11 @@ in {
{
monitor = "eDP-1";
# path = "/home/luqman/wallpapers/notseiso/horizontal/suisei-member-july.png";
color = "color = rgba(25, 20, 20, 1.0)";
color = "rgba(25, 20, 20, 1.0)";
}
{
monitor = "DP-1";
color = "color = rgba(25, 20, 20, 1.0)";
color = "rgba(25, 20, 20, 1.0)";
}
];
input-field = [
Expand Down Expand Up @@ -301,6 +302,7 @@ in {
'';
in {
enable = true;
package = inputs.hypridle.packages.${pkgs.system}.hypridle;
settings = {
general = {
lock_cmd = "pidof hyprlock || ${inputs.hyprlock.packages.${pkgs.system}.hyprlock}/bin/hyprlock";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/maple-mono.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}:
stdenv.mkDerivation rec {
inherit pname;
version = "7.0-beta23";
version = "7.0-beta24";
src = fetchurl {
url = "https://github.com/subframe7536/Maple-font/releases/download/v${version}/${pname}.zip";
inherit sha256;
Expand Down

0 comments on commit 19a3b1c

Please sign in to comment.