Skip to content

Commit

Permalink
feat(Workspace): add missing settings and update design
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Nov 7, 2024
1 parent 42a3061 commit 05e38a1
Show file tree
Hide file tree
Showing 26 changed files with 744 additions and 39 deletions.
400 changes: 361 additions & 39 deletions cosmic-settings/src/pages/desktop/workspaces.rs

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions i18n/en/cosmic_settings.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,21 @@ workspaces-overview-thumbnails = Workspace Overview Thumbnails
workspaces-orientation = Workspaces Orientation
.vertical = Vertical
.horizontal = Horizontal
.thumbnail-placement = Thumbnail placement
.left = Left
.right = Right
.top = Top
.bottom = Bottom
.trackpad-gestures = Trackpad gestures
.switch-workspace = Switch Workspace with Four-Finger
.open-workspaces = Open Workspaces with Four-Finger
.open-applications = Open Applications with Four-Finger
.swipe-horizontal = Swipe Left/Right
.swipe-vertical = Swipe Up/Down
.swipe-up = Swipe Up
.swipe-down = Swipe Down
.swipe-left = Swipe Left
.swipe-right = Swipe Right
hot-corner = Hot Corner
.top-left-corner = Enable top-left hot corner for Workspaces
Expand Down
15 changes: 15 additions & 0 deletions i18n/fr/cosmic_settings.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,21 @@ workspaces-overview-thumbnails = Vignettes de l'aperçu des espaces de travail
workspaces-orientation = Orientation des espaces de travail
.vertical = Verticale
.horizontal = Horizontale
.thumbnail-placement = Positionnement des aperçus
.left = Gauche
.right = Droite
.top = Haut
.bottom = Bas
.trackpad-gestures = Gestes sur le pavé tactile
.switch-workspace = Changement de l'espace de travail avec quatre doigts
.open-workspaces = Overture des espaces de travails avec quatre doigts
.open-applications = Overture des applications avec quatre doigts
.swipe-horizontal = Balayage à Gauche/Droite
.swipe-vertical = Balayage en Haut/Bas
.swipe-up = Balayage en Haut
.swipe-down = Balayage en Bas
.swipe-left = Balayage à Gauche
.swipe-right = Balayage à Droite
hot-corner = Coin actif
.top-left-corner = Activer le coin actif en haut à gauche pour les espaces de travail
Expand Down
9 changes: 9 additions & 0 deletions resources/assets/trackpad-gesture-swipe-down-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions resources/assets/trackpad-gesture-swipe-down-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions resources/assets/trackpad-gesture-swipe-horizontal-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions resources/assets/trackpad-gesture-swipe-horizontal-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 05e38a1

Please sign in to comment.