diff --git a/.config/hypr/config/Startup_Apps.conf b/.config/hypr/config/Startup_Apps.conf index 82ccc77..eb26d97 100644 --- a/.config/hypr/config/Startup_Apps.conf +++ b/.config/hypr/config/Startup_Apps.conf @@ -27,6 +27,8 @@ exec-once = protonmail-bridge-core -n & exec-once = planify -b & exec-once = wal -R +exec-once = swww img "$HOME/.local/share/wallpapers/commit-less.jpg" && ln -s -f "$HOME/.local/share/wallpapers/commit-less.jpg" $HOME/.cache/wallpaper + # Starting hypridle to start hyprlock exec-once = hypridle & diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index c67f7e6..7f17a2b 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -19,4 +19,5 @@ + diff --git a/.gitignore b/.gitignore index 2575d19..5602c50 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ !/.local/share/scripts/ !/.local/share/light-mode.d/ !/.local/share/dark-mode.d/ +!/.local/share/wallpapers/ !/.zen/ /.zen/* diff --git a/.local/share/dark-mode.d/themes.sh b/.local/share/dark-mode.d/themes.sh index 74acc10..ec3639a 100755 --- a/.local/share/dark-mode.d/themes.sh +++ b/.local/share/dark-mode.d/themes.sh @@ -11,6 +11,3 @@ wal --theme base16-gruvbox-medium $HOME/.config/theming/compile.sh $HOME/.config/theming/update.sh - -swww img $WALLPAPER_PATH -ln -s -f $WALLPAPER_PATH $HOME/.cache/wallpaper diff --git a/.local/share/light-mode.d/themes.sh b/.local/share/light-mode.d/themes.sh index ec073cb..8827b78 100755 --- a/.local/share/light-mode.d/themes.sh +++ b/.local/share/light-mode.d/themes.sh @@ -7,8 +7,6 @@ gsettings set org.gnome.desktop.interface color-scheme 'prefer-light' gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Orange-Light" wal -l --theme base16-gruvbox-medium -swww img $WALLPAPER_PATH -ln -s -f $WALLPAPER_PATH $HOME/.cache/wallpaper $HOME/.config/theming/compile.sh $HOME/.config/theming/update.sh diff --git a/.local/share/wallpapers/README.md b/.local/share/wallpapers/README.md new file mode 100644 index 0000000..f04d1c8 --- /dev/null +++ b/.local/share/wallpapers/README.md @@ -0,0 +1,22 @@ +# jackb + +a_screenshot_of_a_video_game + +a_screenshot_of_a_computer_02 + +a_black_background_with_white_text + +a_screenshot_of_a_video_game_01 + +a_white_and_black_rectangle_with_x_marks + +a_screen_shot_of_a_computer + +a_screen_shot_of_a_computer_01 + +a_screenshot_of_a_computer + +a_screenshot_of_a_computer_01 + +a_group_of_white_symbols + diff --git a/.local/share/wallpapers/a_black_background_with_white_text.jpg b/.local/share/wallpapers/a_black_background_with_white_text.jpg new file mode 100644 index 0000000..257bbce Binary files /dev/null and b/.local/share/wallpapers/a_black_background_with_white_text.jpg differ diff --git a/.local/share/wallpapers/a_screen_shot_of_a_computer.jpg b/.local/share/wallpapers/a_screen_shot_of_a_computer.jpg new file mode 100644 index 0000000..f872f80 Binary files /dev/null and b/.local/share/wallpapers/a_screen_shot_of_a_computer.jpg differ diff --git a/.local/share/wallpapers/a_screenshot_of_a_computer.jpg b/.local/share/wallpapers/a_screenshot_of_a_computer.jpg new file mode 100644 index 0000000..2788249 Binary files /dev/null and b/.local/share/wallpapers/a_screenshot_of_a_computer.jpg differ diff --git a/.local/share/wallpapers/a_screenshot_of_a_computer_01.jpg b/.local/share/wallpapers/a_screenshot_of_a_computer_01.jpg new file mode 100644 index 0000000..2a7d68d Binary files /dev/null and b/.local/share/wallpapers/a_screenshot_of_a_computer_01.jpg differ diff --git a/.local/share/wallpapers/a_screenshot_of_a_video_game.jpg b/.local/share/wallpapers/a_screenshot_of_a_video_game.jpg new file mode 100644 index 0000000..0e5b3b7 Binary files /dev/null and b/.local/share/wallpapers/a_screenshot_of_a_video_game.jpg differ diff --git a/.local/share/wallpapers/a_screenshot_of_a_video_game_01.jpg b/.local/share/wallpapers/a_screenshot_of_a_video_game_01.jpg new file mode 100644 index 0000000..efac5cc Binary files /dev/null and b/.local/share/wallpapers/a_screenshot_of_a_video_game_01.jpg differ diff --git a/.local/share/wallpapers/a_white_and_black_rectangle_with_x_marks.jpg b/.local/share/wallpapers/a_white_and_black_rectangle_with_x_marks.jpg new file mode 100644 index 0000000..270f56d Binary files /dev/null and b/.local/share/wallpapers/a_white_and_black_rectangle_with_x_marks.jpg differ diff --git a/.local/share/wallpapers/commit-less.jpg b/.local/share/wallpapers/commit-less.jpg new file mode 100644 index 0000000..e271db7 Binary files /dev/null and b/.local/share/wallpapers/commit-less.jpg differ