summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-09 12:44:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-09 12:44:51 +0000
commitabef02c8b9885708e9275c6d61baa1878602f41e (patch)
tree273c5981204dae2b33a707b22bb79e5264cb4196 /x11-themes
parent052b97439331f21b170d858acfe00a87cf77d472 (diff)
x11-themes/redcore-theme-sddm : revision bump
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/redcore-theme-sddm/files/redcore/Main.qml16
-rw-r--r--x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r3.ebuild (renamed from x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r2.ebuild)0
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-themes/redcore-theme-sddm/files/redcore/Main.qml b/x11-themes/redcore-theme-sddm/files/redcore/Main.qml
index 986bc3d7..ab5c5dd7 100644
--- a/x11-themes/redcore-theme-sddm/files/redcore/Main.qml
+++ b/x11-themes/redcore-theme-sddm/files/redcore/Main.qml
@@ -202,28 +202,28 @@ PlasmaCore.ColorScope {
actionItems: [
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/suspend_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/suspend_primary.svgz"
text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel","Suspend to RAM","Sleep")
onClicked: sddm.suspend()
enabled: sddm.canSuspend
visible: !inputPanel.keyboardActive
},
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/restart_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/restart_primary.svgz"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Restart")
onClicked: sddm.reboot()
enabled: sddm.canReboot
visible: !inputPanel.keyboardActive
},
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/shutdown_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/shutdown_primary.svgz"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Shut Down")
onClicked: sddm.powerOff()
enabled: sddm.canPowerOff
visible: !inputPanel.keyboardActive
},
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/switch_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/switch_primary.svgz"
text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "For switching to a username and password prompt", "Other...")
onClicked: mainStack.push(userPromptComponent)
enabled: true
@@ -381,28 +381,28 @@ PlasmaCore.ColorScope {
actionItems: [
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/suspend_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/suspend_primary.svgz"
text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel","Suspend to RAM","Sleep")
onClicked: sddm.suspend()
enabled: sddm.canSuspend
visible: !inputPanel.keyboardActive
},
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/restart_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/restart_primary.svgz"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Restart")
onClicked: sddm.reboot()
enabled: sddm.canReboot
visible: !inputPanel.keyboardActive
},
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/shutdown_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/shutdown_primary.svgz"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Shut Down")
onClicked: sddm.powerOff()
enabled: sddm.canPowerOff
visible: !inputPanel.keyboardActive
},
ActionButton {
- iconSource: "/usr/share/sddm/themes/Orchis/assets/switch_primary.svgz"
+ iconSource: "/usr/share/sddm/themes/redcore/assets/switch_primary.svgz"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","List Users")
onClicked: mainStack.pop()
visible: !inputPanel.keyboardActive
diff --git a/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r2.ebuild b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r3.ebuild
index e79d5853..e79d5853 100644
--- a/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r2.ebuild
+++ b/x11-themes/redcore-theme-sddm/redcore-theme-sddm-314-r3.ebuild