From 92811eb6050c2f2971c6ab8998b18d448ded35a0 Mon Sep 17 00:00:00 2001 From: subh Date: Sat, 4 Apr 2026 10:34:46 +0530 Subject: Departure from catppuccin to gruvbox --- hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf | Bin 979356 -> 0 bytes .../Fonts/SF Pro Display/SF Pro Display Bold.otf | Bin 3203404 -> 0 bytes .../SF Pro Display/SF Pro Display Regular.otf | Bin 3123592 -> 0 bytes hyprlock/Scripts/songdetail.sh | 4 ++-- hyprlock/berserk.png | Bin 4454142 -> 8464979 bytes hyprlock/cat.jpg | Bin 0 -> 47798 bytes hyprlock/cat.png | Bin 335725 -> 0 bytes hyprlock/hyprlock.conf | 20 ++++++++++---------- hyprlock/hyprlock.png | Bin 22358833 -> 0 bytes hyprlock/vivek.png | Bin 200401 -> 0 bytes 10 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf delete mode 100755 hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf delete mode 100755 hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf create mode 100644 hyprlock/cat.jpg delete mode 100644 hyprlock/cat.png delete mode 100644 hyprlock/hyprlock.png delete mode 100644 hyprlock/vivek.png (limited to 'hyprlock') diff --git a/hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf b/hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf deleted file mode 100644 index f9f0185..0000000 Binary files a/hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf and /dev/null differ diff --git a/hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf b/hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf deleted file mode 100755 index ee79a7f..0000000 Binary files a/hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf and /dev/null differ diff --git a/hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf b/hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf deleted file mode 100755 index 120603c..0000000 Binary files a/hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf and /dev/null differ diff --git a/hyprlock/Scripts/songdetail.sh b/hyprlock/Scripts/songdetail.sh index 51745e6..f259d92 100755 --- a/hyprlock/Scripts/songdetail.sh +++ b/hyprlock/Scripts/songdetail.sh @@ -1,5 +1,5 @@ #!/bin/bash -song_info=$(playerctl metadata --format '{{title}}  {{artist}}') +song_info=$(mpc status --format "%title% - %artist%" | head -n1) -echo "$song_info" +echo "🎵 $song_info" diff --git a/hyprlock/berserk.png b/hyprlock/berserk.png index 651e3ac..4b1e9c1 100644 Binary files a/hyprlock/berserk.png and b/hyprlock/berserk.png differ diff --git a/hyprlock/cat.jpg b/hyprlock/cat.jpg new file mode 100644 index 0000000..b5f3c5d Binary files /dev/null and b/hyprlock/cat.jpg differ diff --git a/hyprlock/cat.png b/hyprlock/cat.png deleted file mode 100644 index 0216f9a..0000000 Binary files a/hyprlock/cat.png and /dev/null differ diff --git a/hyprlock/hyprlock.conf b/hyprlock/hyprlock.conf index d2c2a12..5995a00 100644 --- a/hyprlock/hyprlock.conf +++ b/hyprlock/hyprlock.conf @@ -19,10 +19,10 @@ general { # GREETINGS label { monitor = - text = cmd[update:1000] $(date +%H); if ((h<12)); then echo "Good morning!"; elif ((h<17)); then echo "Good afternoon!"; else echo "Good evening!"; fi + text = cmd[update:1000] if [ $(date +%H) -lt 12 ]; then echo "Good Morning!"; elif [ $(date +%H) -lt 17 ]; then echo "Good Afternoon!"; else echo "Good Night!"; fi color = rgba(216, 222, 233, .75) font_size = 55 - font_family = SF Pro Display Bold + font_family = Iosevka Nerdfont Propo position = 150, 320 halign = left valign = center @@ -34,7 +34,7 @@ label { text = cmd[update:1000] echo "$(date +"%I:%M")" color = rgba(216, 222, 233, .75) font_size = 40 - font_family = SF Pro Display Bold + font_family = Iosevka Nerdfont Propo position = 150, 240 halign = left valign = center @@ -43,10 +43,10 @@ label { # Day-Month-Date label { monitor = - text = cmd[update:1000] echo -e "$(date +"%A, %B %d")" + text = cmd[update:1000] date +"%A, %B %d" color = rgba(216, 222, 233, .75) font_size = 19 - font_family = SF Pro Display Bold + font_family = Iosevka Nerdfont Propo position = 150, 175 halign = left valign = center @@ -55,7 +55,7 @@ label { # Profie-Photo image { monitor = - path = ~/.config/hyprlock/cat.png + path = ~/.config/hyprlock/cat.jpg border_size = 2 border_color = rgba(255, 255, 255, .75) size = 95 @@ -94,7 +94,7 @@ label { dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = true font_size = 16 - font_family = SF Pro Display Bold + font_family = Iosevka Nerdfont Propo position = 275, -140 halign = left valign = center @@ -112,7 +112,7 @@ input-field { inner_color = rgba(255, 255, 255, 0.1) font_color = rgb(200, 200, 200) fade_on_empty = false - font_family = SF Pro Display Bold + font_family = Iosevka NerdFont Propo placeholder_text = 🔒 Enter Pass hide_input = false position = 160, -220 @@ -123,10 +123,10 @@ input-field { # CURRENT SONG label { monitor = - text = cmd[update:1000] echo "$(~/.config/hypr/Style-1/Scripts/songdetail.sh)" + text = cmd[update:1000] echo "$(~/.config/hyprlock/Scripts/songdetail.sh)" color = rgba(255, 255, 255, 0.65) font_size = 14 - font_family = JetBrains Mono Nerd, SF Pro Display Bold + font_family = Iosevka NerdFont Propo position = 210, 45 halign = left valign = bottom diff --git a/hyprlock/hyprlock.png b/hyprlock/hyprlock.png deleted file mode 100644 index d97b4bb..0000000 Binary files a/hyprlock/hyprlock.png and /dev/null differ diff --git a/hyprlock/vivek.png b/hyprlock/vivek.png deleted file mode 100644 index 5b9be9a..0000000 Binary files a/hyprlock/vivek.png and /dev/null differ -- cgit v1.2.3