This commit is contained in:
Stephan Raabe 2024-03-20 09:14:36 +01:00
parent 79193eaade
commit 8c10acf039
7 changed files with 16 additions and 4 deletions

View File

@ -7,7 +7,6 @@ packagesPacman=(
"wget"
"unzip"
"alacritty"
"rofi"
"chromium"
"dunst"
"starship"
@ -59,4 +58,5 @@ packagesYay=(
"bibata-cursor-theme"
"trizen"
"pacseek"
"rofi-lbonn-wayland"
);

View File

@ -1,5 +1,12 @@
#!/bin/bash
# Remove Rofi
if [[ $(_isInstalledPacman "rofi") == 0 ]]; then
sudo pacman --noconfirm -Rns rofi
echo ":: rofi removed"
echo
fi
# Remove Swayidle
if [[ $(_isInstalledPacman "swayidle") == 0 ]]; then
sudo pacman --noconfirm -Rns swayidle

View File

@ -1 +1 @@
2.8.3.1
2.8.3.2

View File

@ -1,3 +1,8 @@
Version 2.8.3.2
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.2
--------------------------------------------------------
- Replace rofi with rofi-lbonn-wayland to get rofi wayland support
Version 2.8.3.1
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.3.1
--------------------------------------------------------

Binary file not shown.

View File

@ -49,7 +49,7 @@ case $1 in
selected=$( find "$HOME/wallpaper" -type f \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" \) -exec basename {} \; | sort -R | while read rfile
do
echo -en "$rfile\x00icon\x1f$HOME/wallpaper/${rfile}\n"
done | rofi -dmenu -replace -config ~/dotfiles/rofi/config-wallpaper.rasi)
done | $(sleep 0.2; rofi -dmenu -replace -config ~/dotfiles/rofi/config-wallpaper.rasi))
if [ ! "$selected" ]; then
echo "No wallpaper selected"
exit

View File

@ -46,7 +46,7 @@ done
# Show rofi dialog
# -----------------------------------------------------
listNames=${listNames::-2}
choice=$(echo -e "$listNames" | rofi -dmenu -i -replace -config ~/dotfiles/rofi/config-themes.rasi -no-show-icons -width 30 -p "Themes" -format i)
choice=$(echo -e "$listNames" | $(sleep 0.2; rofi -dmenu -replace -config ~/dotfiles/rofi/config-themes.rasi -no-show-icons -width 30 -p "Themes" -format i))
# -----------------------------------------------------
# Set new theme by writing the theme information to ~/.cache/.themestyle.sh