eww is now purdier

This commit is contained in:
Chris Cochrun 2023-02-27 05:44:07 -06:00
parent 7e188e685e
commit 27b6d336ee
3 changed files with 42 additions and 55 deletions

View file

@ -7,6 +7,7 @@ icontheme=$(grep "gtk-icon-theme-name" "$HOME"/.config/gtk-3.0/settings.ini | cu
workspaces() {
if [[ ${1:0:12} == "activewindow" ]]; then #set focused workspace
string=${1:14}
echo $string
export title=$(echo $string | sed 's/.*,//')
class="${string/,*/}"
# export title=${string/,/, }