diff --git a/CHANGELOG b/CHANGELOG index 56ad96a..1535b82 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Version 2.8.1 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8 -------------------------------------------------------- General: +- New default wallpaper in Hyprland style - xarchiver and zip added for thunar - Rofi border width can be adjusted in dotfiles/.settings/rofi-border.rasi diff --git a/scripts/thunarterminal.sh b/scripts/thunarterminal.sh index b452cf3..9456190 100755 --- a/scripts/thunarterminal.sh +++ b/scripts/thunarterminal.sh @@ -10,7 +10,8 @@ if [ -f ~/dotfiles/.settings/terminal.sh ]; then echo "TerminalEmulator=$terminal" > ~/.config/xfce4/helpers.rc echo ":: $terminal defined as Thunar Terminal Emulator." else - echo "ERROR: ~/.config/xfce4 not found. Please check or create." + echo "ERROR: ~/.config/xfce4 not found. Please open Thunar once to create it." + echo "Then start this script again." fi else echo "ERROR: ~/dotfiles/.settings/terminal.sh not found" diff --git a/wallpapers/default.jpg b/wallpapers/default.jpg index 93e7249..518ff42 100644 Binary files a/wallpapers/default.jpg and b/wallpapers/default.jpg differ diff --git a/wallpapers/explorer_orange_sunset.jpg b/wallpapers/explorer_orange_sunset.jpg new file mode 100644 index 0000000..1fd8b92 Binary files /dev/null and b/wallpapers/explorer_orange_sunset.jpg differ