diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-22 14:01:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 14:01:21 +0900 |
| commit | 008cf215d3e02b3b86d81576b7672658c3c6533f (patch) | |
| tree | 3439930d02f50e182069030f05f9cb4aa92e13da | |
| parent | c1a2fc9dca16377cd53367f972c1e6ad17d5e26b (diff) | |
| parent | 277dc206a28a9d11fe93b1fdb9ea7926919f7e00 (diff) | |
Merge pull request #207 from JaKooLit/development
some bug fixes.. and changed default wallpaper
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 2 | ||||
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperRandom.sh | 2 | ||||
| -rwxr-xr-x | config/hypr/initial-boot.sh | 4 | ||||
| -rw-r--r-- | wallpapers/Anime-girl.jpg | bin | 0 -> 4562339 bytes | |||
| -rw-r--r-- | wallpapers/CuteCat.png | bin | 5090633 -> 0 bytes | |||
| -rw-r--r-- | wallpapers/Dark_Nature.png | bin | 0 -> 3670706 bytes | |||
| -rw-r--r-- | wallpapers/anime-girl-abyss.png | bin | 2931296 -> 0 bytes |
7 files changed, 4 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index da0e156d..6d047dce 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/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 diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh index acc50471..52fc819d 100755 --- a/config/hypr/UserScripts/WallpaperRandom.sh +++ b/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 diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index b8a7cd83..15fae8c8 100755 --- a/config/hypr/initial-boot.sh +++ b/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 diff --git a/wallpapers/Anime-girl.jpg b/wallpapers/Anime-girl.jpg Binary files differnew file mode 100644 index 00000000..092fe7c2 --- /dev/null +++ b/wallpapers/Anime-girl.jpg diff --git a/wallpapers/CuteCat.png b/wallpapers/CuteCat.png Binary files differdeleted file mode 100644 index cb1ded53..00000000 --- a/wallpapers/CuteCat.png +++ /dev/null diff --git a/wallpapers/Dark_Nature.png b/wallpapers/Dark_Nature.png Binary files differnew file mode 100644 index 00000000..c133fcc4 --- /dev/null +++ b/wallpapers/Dark_Nature.png diff --git a/wallpapers/anime-girl-abyss.png b/wallpapers/anime-girl-abyss.png Binary files differdeleted file mode 100644 index 6871f0e7..00000000 --- a/wallpapers/anime-girl-abyss.png +++ /dev/null |
