feat: add power setttings page, with power profiles

This commit is contained in:
Burak Türker 2024-05-22 20:37:50 +03:00 committed by GitHub
parent 71c776e0f7
commit 1b3d00ebfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 255 additions and 2 deletions

View file

@ -431,3 +431,16 @@ switch-to-next-workspace = Switch to next workspace
switch-to-prev-workspace = Switch to prev workspace
open-application-library = Open Application Library
open-workspaces-view = Open Workspaces Overview
## Power
power = Power
.desc = Manage power settings
power-profiles = Power Profiles
.performance = Performance Mode
.balanced = Balanced Mode
.battery = Power Save Mode
.performance-desc = Maximum performance but high power consumption.
.balanced-desc = Balanced performance and power consumption.
.battery-desc = Low performance but low power consumption.