diff options
Diffstat (limited to 'x11-themes/redcore-theme-sddm/files')
-rw-r--r-- | x11-themes/redcore-theme-sddm/files/redcore/Main.qml | 16 |
1 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 |