Commit 8bacdc2c authored by Dylan Araps's avatar Dylan Araps

DE: Fix empty var

parent 0b188d7c
...@@ -539,7 +539,7 @@ get_de() { ...@@ -539,7 +539,7 @@ get_de() {
(( wm_run != 1 )) && get_wm (( wm_run != 1 )) && get_wm
if [[ "$XDG_CURRENT_DESKTOP" ]]; then if [[ "$XDG_CURRENT_DESKTOP" ]]; then
de="${de/'X-'}" de="${XDG_CURRENT_DESKTOP/'X-'}"
de="${de/Budgie:GNOME/Budgie}" de="${de/Budgie:GNOME/Budgie}"
elif [[ "$DESKTOP_SESSION" ]]; then elif [[ "$DESKTOP_SESSION" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment