diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-17 23:10:28 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-17 23:10:28 +0100 |
| commit | 3e7f5b25dbdba42fd42bb34e89d61f9c4e844b24 (patch) | |
| tree | 6e2aebd4d3519af4fa8138726918cf1b11dfaa6d | |
| parent | af2b0f9c9f58ad81e69e0d51dc431132b6cd90e1 (diff) | |
Update hyprlock for new hyprlock version
| -rw-r--r-- | hyprland/21-rules.conf | 2 | ||||
| -rw-r--r-- | hyprland/hyprlock.conf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hyprland/21-rules.conf b/hyprland/21-rules.conf index a6deb81..76b52d0 100644 --- a/hyprland/21-rules.conf +++ b/hyprland/21-rules.conf @@ -1,7 +1,7 @@ # Window Rules # # Workspaces -windowrulev2 = workspace special:shadowplay, title:(gpu-screen-recorder-gtk) +windowrulev2 = workspace special:shadowplay, class:(gpu-screen-recorder-gtk) windowrulev2 = workspace special:spotify, initialTitle:(Spotify Premium) # Float diff --git a/hyprland/hyprlock.conf b/hyprland/hyprlock.conf index 9250479..0cb4ef9 100644 --- a/hyprland/hyprlock.conf +++ b/hyprland/hyprlock.conf @@ -68,7 +68,7 @@ label { color = rgba(255, 255, 255, 0.8) font_size = 120 font_family = Iosevka Nerd Font ExtraBold - position = 0, 50 + position = 0, 100 halign = center valign = center } @@ -95,7 +95,7 @@ label { color = rgba(255, 255, 255, 0.6) font_size = 18 font_family = Iosevka Nerd Font ExtraBold - position = 0, 0 + position = 0, 120 halign = center valign = bottom } @@ -106,7 +106,7 @@ label { color = rgba(255, 160, 6, 0.6) font_size = 14 font_family = Iosevka Nerd Font ExtraBold - position = 0, 60 + position = 0, 180 halign = center valign = bottom } |
