aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2024-04-28 13:46:17 +0900
committerGitHub <noreply@github.com>2024-04-28 13:46:17 +0900
commit8cda78812d9c70d83fff37d19c1d8362e07efb10 (patch)
treeac172f4025ebcd9ba719fdc499914f7f1860da18 /config/hypr
parent2851f4999eb5777d5422870f30e2b0e5f9890793 (diff)
parenta1826d356c750197ad62e511ac2cabb0efc738fd (diff)
Merge pull request #221 from JaKooLit/development
Development
Diffstat (limited to 'config/hypr')
-rw-r--r--config/hypr/hyprlock.conf18
1 files changed, 11 insertions, 7 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf
index 7e8c1845..94590739 100644
--- a/config/hypr/hyprlock.conf
+++ b/config/hypr/hyprlock.conf
@@ -4,14 +4,18 @@
source = $HOME/.cache/wal/colors-hyprland
+# wallpaper and picture variables # supports png, jpg, webp (no animations, though)
+$wallpaper = $HOME/.config/rofi/.current_wallpaper
+$picture = $HOME/.config/rofi/.current_wallpaper
+
general {
- grace = 1
+ grace = 0.5
}
background {
monitor =
path = screenshot # screenshot of your desktop
- # path = $HOME/.config/rofi/.current_wallpaper # NOTE only png supported for now
+ #path = $wallpaper # set the picture path above
color = $color7
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
@@ -75,7 +79,7 @@ label {
# text = cmd[update:1000] echo "<b><big> $(date +"%I:%M:%S %p") </big></b>" # AM/PM
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
color = $color7
- font_size = 94
+ font_size = 90
font_family = JetBrains Mono Nerd Font 10
position = 0, -150
@@ -87,7 +91,7 @@ label {
monitor =
text =  $USER
color = $color7
- font_size = 18
+ font_size = 24
font_family = Inter Display Medium
position = 0, 200
@@ -119,10 +123,10 @@ label {
image {
monitor =
- path = $HOME/.config/rofi/.current_wallpaper
+ path = $picture # set the picture path above
size = 230
- rounding = -1
- border_size = 4
+ rounding = -2
+ border_size = 1
border_color = $color12
rotate = 0
reload_time = -1
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage