Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 13, 2024
1 parent a9c4141 commit 6314f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions home/hypr/hyprlock.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,13 @@ label {
text = cmd[update:1000] echo "$(date +"%-I:%M")"
color = rgba(242, 243, 244, 0.75)
font_size = 95
font_family = SF Pro Text
font_family = Intel One Mono Medium
position = 0, 200
halign = center
valign = center
}



# Profile Picture
image {
monitor =
Expand Down
2 changes: 2 additions & 0 deletions modules/hysteria.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ in
LimitNPROC = 512;
LimitNOFILE = "infinity";
Restart = "always";
RestartSec = 1;
StartLimitIntervalSec = 0;
};
}
) (lib.filterAttrs (_: v: v.enable) cfg.instances);
Expand Down

0 comments on commit 6314f0b

Please sign in to comment.