Merge branch 'main' of ssh://git.pogmom.me:1022/pogmommy/dotfiles

This commit is contained in:
Penelope Gwen 2025-03-06 17:45:12 -08:00
commit d06cab5194

View file

@ -2,8 +2,8 @@
#declare -A titles
#declare -A icons
titles=(" — Alacritty" " — LibreWolf" " — LibreOffice Calc" " — LibreOffice Writer" " — LibreOffice Draw" " — LibreOffice Math" " - KeePassXC" " — Dolphin")
icons=(" " " " " " " " " " " " " " " ")
titles=(" — Alacritty" " — LibreWolf" " — LibreOffice Calc" " — LibreOffice Writer" " — LibreOffice Draw" " — LibreOffice Math" " - KeePassXC" " — Dolphin" " — Tokodon")
icons=(" " " " " " " " " " " " " " " " "")
function get_window_name() {
output=$(swaymsg -t get_tree | jq -r '.. | (.nodes? // empty)[] | select(.focused==true).name')