diff options
Diffstat (limited to 'hyprlock')
| -rw-r--r-- | hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf | bin | 979356 -> 0 bytes | |||
| -rwxr-xr-x | hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf | bin | 3203404 -> 0 bytes | |||
| -rwxr-xr-x | hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf | bin | 3123592 -> 0 bytes | |||
| -rwxr-xr-x | hyprlock/Scripts/songdetail.sh | 4 | ||||
| -rw-r--r-- | hyprlock/berserk.png | bin | 4454142 -> 8464979 bytes | |||
| -rw-r--r-- | hyprlock/cat.jpg | bin | 0 -> 47798 bytes | |||
| -rw-r--r-- | hyprlock/cat.png | bin | 335725 -> 0 bytes | |||
| -rw-r--r-- | hyprlock/hyprlock.conf | 20 | ||||
| -rw-r--r-- | hyprlock/hyprlock.png | bin | 22358833 -> 0 bytes | |||
| -rw-r--r-- | hyprlock/vivek.png | bin | 200401 -> 0 bytes |
10 files changed, 12 insertions, 12 deletions
diff --git a/hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf b/hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf Binary files differdeleted file mode 100644 index f9f0185..0000000 --- a/hyprlock/Fonts/JetBrains/JetBrains Mono Nerd.ttf +++ /dev/null diff --git a/hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf b/hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf Binary files differdeleted file mode 100755 index ee79a7f..0000000 --- a/hyprlock/Fonts/SF Pro Display/SF Pro Display Bold.otf +++ /dev/null diff --git a/hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf b/hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf Binary files differdeleted file mode 100755 index 120603c..0000000 --- a/hyprlock/Fonts/SF Pro Display/SF Pro Display Regular.otf +++ /dev/null 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 Binary files differindex 651e3ac..4b1e9c1 100644 --- a/hyprlock/berserk.png +++ b/hyprlock/berserk.png diff --git a/hyprlock/cat.jpg b/hyprlock/cat.jpg Binary files differnew file mode 100644 index 0000000..b5f3c5d --- /dev/null +++ b/hyprlock/cat.jpg diff --git a/hyprlock/cat.png b/hyprlock/cat.png Binary files differdeleted file mode 100644 index 0216f9a..0000000 --- a/hyprlock/cat.png +++ /dev/null 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 "<span>$(date +"%I:%M")</span>" 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 = <i><span foreground="##ffffff99">🔒 Enter Pass</span></i> 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 Binary files differdeleted file mode 100644 index d97b4bb..0000000 --- a/hyprlock/hyprlock.png +++ /dev/null diff --git a/hyprlock/vivek.png b/hyprlock/vivek.png Binary files differdeleted file mode 100644 index 5b9be9a..0000000 --- a/hyprlock/vivek.png +++ /dev/null |
