better now
This commit is contained in:
parent
4f46de8d00
commit
358503f857
5010 changed files with 161 additions and 603699 deletions
7
scripts/currentWallpaperHyprlock.sh
Executable file
7
scripts/currentWallpaperHyprlock.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue