
USwitch
Mod
Source (link to git-repo or to original if based on someone elses unmodified work): https://gitlab.com/divinae/uswitch
1.2.4 9 days ago
Use rounded avatar
1.2.3 15 days ago
Add icon and name layout option
Change suspend and leave icons
1.2.2 1 year ago
Change system monitor icon
1.2.1 2 years ago
New method to launch custom apps
1.2 3 years ago
-Add option to set icon
-Change suspend icon
1.1.2 3 years ago
Show only settings icon change
1.1 3 years ago
- System info and system settings icon change to works with Breeze
1.0 3 years ago
- initial import
- added System info, system settings and suspend buttons
- some layout modifications
sadi
1 year ago
Add icon for "New Session" ("system-switch-user"), change the icon for "Suspend" to "system-suspend", change "Leave..." to "Log Out.." (as well as its icon), and finall also add "Reboot" and "Shutdown" items (with corresponding icons), then you have 100% perfection. Thanks to open source I have achieved this already. ;-)
Thank you very much!
Report
diVinae
1 year ago
Report
sadi
1 year ago
Report
sadi
1 year ago
Report
sadi
1 year ago
Report
diVinae
1 year ago
I think showing additional buttons (reboot...) should be optional - with some setting to enable
Report
sadi
1 year ago
Simple Menu widget displays these two icons only, even without tooltip - which is extreme. ;-)
Report
palacio
1 year ago
Report
sadi
1 year ago
2. Modify this line as follows: + suspendButton.height + leaveButton.height + rebootButton.height + shutdownButton.height
2. Finally modify the following last lines, save the file, log out and back in:
ListDelegate {
id: leaveButton
text: i18nc("Show a dialog with options to logout/shutdown/restart", "Leave...")
highlight: delegateHighlight
icon: "system-log-out"
onClicked: pmEngine.performOperation("requestShutDown")
}
ListDelegate {
id: rebootButton
text: i18nc("Reboot the computer", "Restart")
highlight: delegateHighlight
icon: "system-reboot"
onClicked: {
executable.exec("qdbus org.kde.ksmserver /KSMServer logout 0 1 3");
}
}
ListDelegate {
id: shutdownButton
text: i18nc("Shutdown the computer", "Shutdown")
highlight: delegateHighlight
icon: "system-shutdown"
onClicked: {
executable.exec("qdbus org.kde.ksmserver /KSMServer logout 0 2 3");
}
}
}
}
}
Report
palacio
1 year ago
Report
stroum
1 year ago
Report
frag
1 year ago
Report
diVinae
1 year ago
Report
frag
1 year ago
Report
jcmljunior
2 years ago
I would like to translate this add-on to my language. how can I do this?
thanks!
Report
diVinae
2 years ago
Unfortunately i have no time to work on translations support :/
Report
no1cares
2 years ago
Report
joergister
2 years ago
Report
andreyorst
3 years ago
Ability to set custom icon instead of showing settings icon would be nice.
Report
diVinae
3 years ago
It is not perfect, but should be better.
Report
joergister
2 years ago
Report