normal update

This commit is contained in:
RafayAhmad7548 2026-03-13 01:11:46 +05:00
parent cff1deb93f
commit 8137ce7e25
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
10 changed files with 48 additions and 88 deletions

View file

@ -1,8 +1,9 @@
#!/bin/bash
currentWallpaper=$(hyprctl hyprpaper listactive)
currentWallpaper=${currentWallpaper:8}
configFile=${currentWallpaper: -5:1}
configFile="/home/rafayahmad/.config/hypr/hyprlock/${configFile}.conf"
# currentWallpaper=$(hyprctl hyprpaper listactive)
# currentWallpaper=${currentWallpaper:8}
# configFile=${currentWallpaper: -5:1}
# configFile="/home/rafayahmad/.config/hypr/hyprlock/${configFile}.conf"
currentWallpaper=/home/rafayahmad/dotfiles/bgs/2.png
export currentWallpaper
echo "$configFile"
hyprlock -c "$configFile"
# echo "$configFile"
hyprlock -c /home/rafayahmad/dotfiles/.config/hypr/hyprlock/2.conf