Browse Source

reverted back the --format xrgb for swww as still not published the fix

pull/221/head
JaKooLit 2 years ago
parent
commit
c5ec8c40bf
  1. 4
      config/hypr/UserConfigs/Startup_Apps.conf
  2. 2
      config/hypr/UserScripts/WallpaperRandom.sh
  3. 2
      config/hypr/UserScripts/WallpaperSelect.sh
  4. 0
      config/hypr/v2.2.8

4
config/hypr/UserConfigs/Startup_Apps.conf

@ -9,7 +9,7 @@ $lock = $scriptsDir/LockScreen.sh
$SwwwRandom = $UserScripts/WallpaperAutoChange.sh
# wallpaper stuff / More wallpaper options below
exec-once = swww query || swww-daemon
exec-once = swww query || swww-daemon --format xrgb
exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes
# Startup
@ -38,7 +38,7 @@ exec-once = $UserScripts/RainbowBorders.sh
exec-once = hypridle
# Here are list of features available but disabled by default
# exec-once = swww query || swww-daemon && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper
# exec-once = swww query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper
#gnome polkit for nixos
#exec-once = $scriptsDir/Polkit-NixOS.sh

2
config/hypr/UserScripts/WallpaperRandom.sh

@ -17,7 +17,7 @@ BEZIER=".43,1.19,1,.4"
SWWW_PARAMS="--transition-fps $FPS --transition-type $TYPE --transition-duration $DURATION --transition-bezier $BEZIER"
swww query || swww-daemon && swww img ${RANDOMPICS} $SWWW_PARAMS
swww query || swww-daemon --format xrgb && swww img ${RANDOMPICS} $SWWW_PARAMS
${scriptsDir}/PywalSwww.sh

2
config/hypr/UserScripts/WallpaperSelect.sh

@ -40,7 +40,7 @@ menu() {
printf "$RANDOM_PIC_NAME\n"
}
swww query || swww-daemon
swww query || swww-daemon --format xrgb
main() {
choice=$(menu | ${rofi_command})

0
config/hypr/v2.2.9 → config/hypr/v2.2.8

Loading…
Cancel
Save