better now

This commit is contained in:
RafayAhmad7548 2024-09-30 10:39:14 +05:00
parent 4f46de8d00
commit 358503f857
5010 changed files with 161 additions and 603699 deletions

View file

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