Way to many changes, new start

This commit is contained in:
willifan 2024-04-01 15:24:03 +02:00
parent 63904bec07
commit a95d18c761
25 changed files with 1799 additions and 334 deletions

View file

@ -58,10 +58,10 @@
(label
:class {occupied > 0 ? "" : "unoccupiedWorkspace"}
:width 16
:text {id})
:text {matches(id, "special:") ? substring(id, 8, 1) : id })
(imageDPI
:visible {occupied > 0 ? true : false}
:image {icon}
:image "/usr/share/icons/Papirus-Dark/128x128/apps/${icon}"
:size "16")
(smallSpacer))))