Compare commits

..

No commits in common. "d6859dc8b8bcd7d3e913c3fbf0100a23b105f334" and "3132e9ce0d8b6d7d275ba0b3670431b7fd425162" have entirely different histories.

2 changed files with 3 additions and 15 deletions

View File

@ -1,10 +0,0 @@
. "$HOME/.cargo/env"
# Added by Toolbox App
export PATH="$PATH:$HOME/.local/share/JetBrains/Toolbox/scripts"
export PATH="$HOME:$PATH"
export QT_STYLE_OVERRIDE=kvantum
export MOZ_ENABLE_WAYLAND=1

View File

@ -30,7 +30,7 @@ if [[ "$1" == "--launch" ]]; then
if [[ "$id" != "" ]]; then if [[ "$id" != "" ]]; then
gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Extensions/Windows --method org.gnome.Shell.Extensions.Windows.Activate $id gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell/Extensions/Windows --method org.gnome.Shell.Extensions.Windows.Activate $id
else else
xterm -geometry 120x40 -fa 'FiraCode Nerd Font' -fs 11 -T "SOFI" -e "bash -c '$HOME/.sofi.sh'" xterm -geometry 120x40 -fa 'Monospaced' -fs 10 -T "SOFI" -e "bash -c '$HOME/.sofi.sh'"
fi fi
# st -e bash -c '$HOME/.sofi.sh'" # st -e bash -c '$HOME/.sofi.sh'"
fi fi
@ -63,9 +63,7 @@ read_apps() {
} }
read_snap_apps() { read_snap_apps() {
if command -v snap &> /dev/null; then snap list | tail -n +2 | awk '{print "snp " $1}'
snap list | tail -n +2 | awk '{print "snp " $1}'
fi
} }
open_app() { open_app() {
@ -109,7 +107,7 @@ fi
choice="$(cat \ choice="$(cat \
<(system_info) \ <(system_info) \
<(windows) \ <(windows) \
<($HOME/.rofi-list-git-repos.py --no-icon) \ <("$HOME/.rofi-list-git-repos.py") \
<(read_apps) \ <(read_apps) \
<(read_snap_apps) \ <(read_snap_apps) \
<(list_files) \ <(list_files) \