This is what I have on 20.04:
This is a clean install of 20.04 (full version) in a VM and fully updated.
I obtained the button with Get New Widgets choosing v0.2.
Then, by right-clicking on the Desktop and choosing Customize Layout > Add widgets, I dragged the button widget on to the panel. I've found that a bit tricky! Sometimes, a dragged widget is invisible!!!
In the following images:
1 is before installing the widget
2 is immediately after installing it without turning on transparency. The top yellow box has the button. The bottom yellow box shows that the panel is in "configure/edit/unlocked" mode.
3 is after turning on transparency. The panel background is gone and the button looks different but the bottom icon is still there showing that the panel is still in "configure/edit/unlocked" mode.
4. Now the button is invisible and the bottom icon is gone. I did that by closing the small panel that appears by right-clicking on the Desktop and choosing Customize Layout.
Code:
dkb@dkb-kuff:~/.local/share/plasma/plasmoids$ ls -lR .: total 4 drwxrwxr-x 3 dkb dkb 4096 Jan 23 22:16 org.kde.paneltransparencybutton ./org.kde.paneltransparencybutton: total 36 -rw-rw-r-- 1 dkb dkb 191 Jan 23 22:16 CHANGELOG.md drwxrwxr-x 4 dkb dkb 4096 Jan 23 22:16 contents -rw-rw-r-- 1 dkb dkb 18092 Jan 23 22:16 LICENSE -rw-rw-r-- 1 dkb dkb 527 Jan 23 22:16 metadata.desktop -rw-rw-r-- 1 dkb dkb 1235 Jan 23 22:16 README.md ./org.kde.paneltransparencybutton/contents: total 8 drwxrwxr-x 2 dkb dkb 4096 Jan 23 22:16 config drwxrwxr-x 2 dkb dkb 4096 Jan 23 22:16 ui ./org.kde.paneltransparencybutton/contents/config: total 4 -rw-rw-r-- 1 dkb dkb 457 Jan 23 22:16 main.xml ./org.kde.paneltransparencybutton/contents/ui: total 8 -rw-rw-r-- 1 dkb dkb 4533 Jan 23 22:16 main.qml dkb@dkb-kuff:~/.local/share/plasma/plasmoids$
I obtained the button with Get New Widgets choosing v0.2.
Then, by right-clicking on the Desktop and choosing Customize Layout > Add widgets, I dragged the button widget on to the panel. I've found that a bit tricky! Sometimes, a dragged widget is invisible!!!
Code:
dkb@dkb-kuff:~/.local/share/plasma/plasmoids/org.kde.paneltransparencybutton$ cat CHANGELOG.md ### CHANGELOG #### Version 0.2 * support only Plasma Desktop>=5.18 #### Version 0.1 * use Switch element for activating/disabling panel transparency * hide when plasma widgets are locked dkb@dkb-kuff:~/.local/share/plasma/plasmoids/org.kde.paneltransparencybutton$
1 is before installing the widget
2 is immediately after installing it without turning on transparency. The top yellow box has the button. The bottom yellow box shows that the panel is in "configure/edit/unlocked" mode.
3 is after turning on transparency. The panel background is gone and the button looks different but the bottom icon is still there showing that the panel is still in "configure/edit/unlocked" mode.
4. Now the button is invisible and the bottom icon is gone. I did that by closing the small panel that appears by right-clicking on the Desktop and choosing Customize Layout.
Comment