Daniel Glez-Peña
Daniel Glez-Peña
Ok, if it is a superset of OSX BitBar, I think that we can go forward. Given your explanation about shell scripts parameter splitting, you have convinced me (although I...
The truncate is, in fact, a BitBar feature (`length` attribute) I have not implemented yet. Maybe this could be the solution. PD: Adding Tooltips to this version of QML is...
Added in cbc60680a5ff0db64430c598a77ecef963742ce7 This establishes a fixed **text** width in pixels, which is the variable part (the icons and the buttons are additional width. If icons of rotating items have...
Cannot reproduce it. (1) is correct. (2) is not correct, the dropdown should not start like (1), it should be always visible from start. In my case, this is the...
I'm not python expert, I get ``` File "./script.py", line 15 lead = f"{5 - surplus}→" if surplus else '' ^ SyntaxError: invalid syntax ```
When: - dropdown always visible: `false` - There are dropdown items (lines after `---`) The dropdown button appears and displaces other widgets. The only alternative is an always visible dropdown...
Ok, I have tested it. I've set Dropdown always visible to `true`. I addition, I did ```bash killall plasmashell plasmashell ``` And the dropdown button appears from the very beginning....