diff --git a/de/home/.config/eww/scripts/bar/activewindow b/de/home/.config/eww/scripts/bar/activewindow index 91aaae7..e3dc5ad 100755 --- a/de/home/.config/eww/scripts/bar/activewindow +++ b/de/home/.config/eww/scripts/bar/activewindow @@ -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')