variety4me@lemmy.zip to Unixporn@lemmy.mlEnglish · 3 months ago[niri] still scrollinglemmy.mlimagemessage-square20linkfedilinkarrow-up184arrow-down11file-text
arrow-up183arrow-down1image[niri] still scrollinglemmy.mlvariety4me@lemmy.zip to Unixporn@lemmy.mlEnglish · 3 months agomessage-square20linkfedilinkfile-text
minus-squareobnomus@lemmy.mllinkfedilinkEnglisharrow-up1·edit-23 months agoOp I need help like I’m using swww to set a random wallpaper at startup from my wallpaper folder, now I can’t understand how do I set the same wallpaper in overview.
minus-squarevariety4me@lemmy.zipOPlinkfedilinkEnglisharrow-up1·3 months agoI used 2 wallpaper applications to achieve this, swww and swaybg For Niri, set layet rule layer-rule { match namespace="^wallpaper$" place-within-backdrop true } Spawn at startup with niri swaybg -i .local/share/backgrounds/paint-blur.jpg & Independent of niri use swww to set wallpaper swww img .local/share/backgrounds/paint.jpg Hope this helps
minus-squarevariety4me@lemmy.zipOPlinkfedilinkEnglisharrow-up1·3 months agoyou could pick a random file from folader in a bash script… something like this: RANDOM_FILE=$(find "$SOURCE_FOLDER" -type f | shuf -n 1)
minus-squareobnomus@lemmy.mllinkfedilinkEnglisharrow-up1·3 months agoI’m doing it but, Idk how do I set the same random wallpaper in overview.
minus-squareobnomus@lemmy.mllinkfedilinkEnglisharrow-up1·3 months agoI used this but I’m choosing a random wallpaper from my wallpaper folder. Btw thanks for this.
Op I need help like I’m using swww to set a random wallpaper at startup from my wallpaper folder, now I can’t understand how do I set the same wallpaper in overview.
I used 2 wallpaper applications to achieve this, swww and swaybg
layer-rule { match namespace="^wallpaper$" place-within-backdrop true }swaybg -i .local/share/backgrounds/paint-blur.jpg &swww img .local/share/backgrounds/paint.jpgHope this helps
you could pick a random file from folader in a bash script… something like this:
RANDOM_FILE=$(find "$SOURCE_FOLDER" -type f | shuf -n 1)I’m doing it but, Idk how do I set the same random wallpaper in overview.
I used this but I’m choosing a random wallpaper from my wallpaper folder. Btw thanks for this.