Skip to content

Commit

Permalink
app_list: Offer gpu selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Jan 31, 2024
1 parent 8034760 commit 42af950
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 43 deletions.
20 changes: 15 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cosmic-app-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2021"
cctk.workspace = true
cosmic-protocols.workspace = true
libcosmic.workspace = true
zbus.workspace = true
# libcosmic = { path = "../../libcosmic", default-features = false, features = ["wayland", "tokio", "applet"] }
ron = "0.8"
futures = "0.3"
Expand All @@ -29,3 +30,4 @@ rust-embed = "6.3"
url = "2.3.1"
rust-embed-utils = "7.5.0"
rand = "0.8.5"
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
5 changes: 4 additions & 1 deletion cosmic-app-list/i18n/de/cosmic_app_list.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ favorite = Favorisieren
unfavorite = Entfavorisieren
quit = Beenden
quit-all = Alle beenden
new-window = Neues Fenster
new-window = Neues Fenster
run = Ausführen
run-on = Ausführen auf {$gpu}
run-on-default = (Standard)
5 changes: 4 additions & 1 deletion cosmic-app-list/i18n/en/cosmic_app_list.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ favorite = Favorite
unfavorite = Un-Favorite
quit = Quit
quit-all = Quit All
new-window = New Window
new-window = New Window
run = Run
run-on = Run on {$gpu}
run-on-default = (Default)
Loading

0 comments on commit 42af950

Please sign in to comment.