Description: This is a minimal design ... The main pieces are: side panel and on the top panel a button (toggle panel button) (https://store.kde.org/p/1269113/) to toggle its visibility.Last changelog:
Beautiful configuration, can I know what theme you use? How did you manage to set the right panel like this ... How about making a nice video tutorial;)
Thank you very much for your comments ... I hope this information is useful to you (sorry for the English ... I am using a translator):
1.- The theme is: Painting
2.- Icons: they are a modification and union of various themes
3.- for the side panel the following widgets are used:
- Fancy clock (https://store.kde.org/p/1174881/) modified: so that it can be displayed in a panel, modify the file:
.local/share/plasma/plasmoids/org.kde.fancyclock/contents/ui/main.qml // in line 55 or 56 I added this code:
Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation (I don't know if it's the correct approach but it works for me)
- Condensed Weather (https://store.kde.org/p/1353451/) modified: so that it can be displayed in a panel, modify the file
.local/share/plasma/plasmoids/com.github.zren.condensedweather/contents/ui/main.qml
Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation // line 20 or 21
and to control the height I did the following: lines 28-30
Layout.preferredWidth: 370 * units.devicePixelRatio
Layout.preferredHeight: 120 * units.devicePixelRatio
Layout.maximumHeight: 180 * units.devicePixelRatio
- plasma group plasmoid with these widguets:
- Plasma multimedia player
- Advanced Radio Playerk (https://store.kde.org/p/1313987/) modified: so that it can be displayed in a panel, modify the file
.local/share/plasma/plasmoids/org.kde.plasma.advancedradio/contents/ui/main.qml
Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation // on line 48 or 49
- Latte Separator
- plasma notification widguet
- Quick launch
- For clear sight, he replaced the notification plasmoid with:
Simple System Monitor (https://store.kde.org/p/1173509/) and its latest version (https://drive.google.com/open?id=1asqDgnvu-EU1ybaCfsQ497W0m85u75Ki)
I also made several modifications and using the "ByMe" style
Ratings & Comments
3 Comments
10 10 il migliore
Beautiful configuration, can I know what theme you use? How did you manage to set the right panel like this ... How about making a nice video tutorial;)
Thank you very much for your comments ... I hope this information is useful to you (sorry for the English ... I am using a translator): 1.- The theme is: Painting 2.- Icons: they are a modification and union of various themes 3.- for the side panel the following widgets are used: - Fancy clock (https://store.kde.org/p/1174881/) modified: so that it can be displayed in a panel, modify the file: .local/share/plasma/plasmoids/org.kde.fancyclock/contents/ui/main.qml // in line 55 or 56 I added this code: Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation (I don't know if it's the correct approach but it works for me) - Condensed Weather (https://store.kde.org/p/1353451/) modified: so that it can be displayed in a panel, modify the file .local/share/plasma/plasmoids/com.github.zren.condensedweather/contents/ui/main.qml Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation // line 20 or 21 and to control the height I did the following: lines 28-30 Layout.preferredWidth: 370 * units.devicePixelRatio Layout.preferredHeight: 120 * units.devicePixelRatio Layout.maximumHeight: 180 * units.devicePixelRatio - plasma group plasmoid with these widguets: - Plasma multimedia player - Advanced Radio Playerk (https://store.kde.org/p/1313987/) modified: so that it can be displayed in a panel, modify the file .local/share/plasma/plasmoids/org.kde.plasma.advancedradio/contents/ui/main.qml Plasmoid.preferredRepresentation: Plasmoid.fullRepresentation // on line 48 or 49 - Latte Separator - plasma notification widguet - Quick launch - For clear sight, he replaced the notification plasmoid with: Simple System Monitor (https://store.kde.org/p/1173509/) and its latest version (https://drive.google.com/open?id=1asqDgnvu-EU1ybaCfsQ497W0m85u75Ki) I also made several modifications and using the "ByMe" style