Browse Source

some bug fixes.. and changed default wallpaper

pull/207/head
JaKooLit 2 years ago
parent
commit
eac4771709
  1. 2
      config/hypr/UserConfigs/Startup_Apps.conf
  2. 2
      config/hypr/UserScripts/WallpaperRandom.sh
  3. 4
      config/hypr/initial-boot.sh
  4. BIN
      wallpapers/Anime-girl.jpg
  5. BIN
      wallpapers/CuteCat.png
  6. BIN
      wallpapers/Dark_Nature.png
  7. BIN
      wallpapers/anime-girl-abyss.png

2
config/hypr/UserConfigs/Startup_Apps.conf

@ -42,7 +42,7 @@ exec-once = swayidle -w timeout 900 '$lock'
#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
# Here are list of features available but disabled by default
#exec-once = swww query || swww swww-daemon --format xrgb && 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 swww-daemon --format xrgb && swww img ${RANDOMPICS} $SWWW_PARAMS
swww query || swww-daemon --format xrgb && swww img ${RANDOMPICS} $SWWW_PARAMS
${scriptsDir}/PywalSwww.sh

4
config/hypr/initial-boot.sh

@ -7,7 +7,7 @@
# Variables
scriptsDir=$HOME/.config/hypr/scripts
wallpaper=$HOME/Pictures/wallpapers/Fantasy-Landscape.png
wallpaper=$HOME/Pictures/wallpapers/Dark_Nature.png
waybar_style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css"
kvantum_theme="Catppuccin-Mocha"
@ -20,7 +20,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then
# Initialize pywal and wallpaper
if [ -f "$wallpaper" ]; then
wal -i $wallpaper -s -t > /dev/null
swww init && $swww $wallpaper $effect
swww-daemon --format xrgb && $swww $wallpaper $effect
"$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 &
fi

BIN
wallpapers/Anime-girl.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

BIN
wallpapers/CuteCat.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 MiB

BIN
wallpapers/Dark_Nature.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

BIN
wallpapers/anime-girl-abyss.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Loading…
Cancel
Save