Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions HyprV/waybar/scripts/baraction
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ fi

#set the xfce and GTK theme
if [ $VER == "v4" ]; then
xfconf-query -c xsettings -p /Net/IconThemeName -s "Papirus-Dark"
gsettings set org.gnome.desktop.interface icon-theme "Papirus-Dark"
if [[ $THEMEIS == "dark.css" ]]; then
xfconf-query -c xsettings -p /Net/IconThemeName -s "Papirus"
gsettings set org.gnome.desktop.interface icon-theme "Papirus"
else
xfconf-query -c xsettings -p /Net/IconThemeName -s "Papirus-Dark"
gsettings set org.gnome.desktop.interface icon-theme "Papirus-Dark"
fi
else
xfconf-query -c xsettings -p /Net/IconThemeName -s "Adwaita$SWITCHTO"
gsettings set org.gnome.desktop.interface icon-theme "Adwaita$SWITCHTO"
Expand Down Expand Up @@ -69,4 +74,4 @@ waybar &

if [[ $VER == "v4" ]]; then
waybar --config ~/.config/HyprV/waybar/conf/v4-config-bottom.jsonc
fi
fi