Skip to content

Commit

Permalink
hyprland: add clock to hyprlock
Browse files Browse the repository at this point in the history
  • Loading branch information
storvik committed Jun 27, 2024
1 parent f497278 commit 6b787a9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion modules/hm-modules/desktop-hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,22 @@ in
}
];

label = {
monitor = "";
text = "cmd[update:1000] date +'%H:%M:%S'";
color = "rgb(202, 211, 245)";
font_size = 120;
position = "0, 0";
halign = "center";
valign = "center";
};

input-field = [
{
size = "800, 100";
position = "0, -80";
position = "0, -200";
halign = "center";
valign = "center";
monitor = "";
dots_center = true;
fade_on_empty = false;
Expand Down

0 comments on commit 6b787a9

Please sign in to comment.