parent
6e4f66a91f
commit
df71f293b8
4 changed files with 171 additions and 124 deletions
|
|
@ -63,7 +63,7 @@ serde = { version = "1.0.219", features = ["derive"] }
|
|||
slab = "0.4.9"
|
||||
slotmap = "1.0.7"
|
||||
static_init = "1.0.3"
|
||||
sunrise = "1.2.1"
|
||||
sunrise = "2.1.0"
|
||||
tachyonix = "0.3.1"
|
||||
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
|
||||
tokio = { workspace = true, features = ["fs", "io-util", "sync"] }
|
||||
|
|
|
|||
|
|
@ -682,6 +682,7 @@ fn localize_action(action: &Action) -> String {
|
|||
SystemAction::PlayPause => fl!("system-shortcut", "play-pause"),
|
||||
SystemAction::PlayNext => fl!("system-shortcut", "play-next"),
|
||||
SystemAction::PlayPrev => fl!("system-shortcut", "play-prev"),
|
||||
SystemAction::PowerOff => fl!("system-shortcut", "poweroff"),
|
||||
SystemAction::Screenshot => fl!("system-shortcut", "screenshot"),
|
||||
SystemAction::Terminal => fl!("system-shortcut", "terminal"),
|
||||
SystemAction::VolumeLower => fl!("system-shortcut", "volume-lower"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue