Skip to content

Commit

Permalink
Revert "feat(framework): Stop enabling power-profile-switcher in ublu…
Browse files Browse the repository at this point in the history
…e-user-setup (#1282)"

This reverts commit 6156c0c.
  • Loading branch information
KyleGospo committed May 11, 2024
1 parent a0ace61 commit a0de1f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gnome-shell-extension-gsconnect",
"gnome-shell-extension-logo-menu",
"gnome-shell-extension-search-light",
"gnome-shell-extension-power-profile-switcher",
"gnome-shell-extension-auto-power-profile",
"libgda-sqlite",
"libgda",
"libratbag-ratbagd",
Expand Down
2 changes: 2 additions & 0 deletions system_files/shared/usr/libexec/ublue-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ fi

if [[ ":Framework:" =~ ":$VEN_ID:" ]]; then
if [[ ! -f "$UBLUE_CONFIG_DIR/framework-initialized" ]]; then
echo 'Enabling automatic power profile extension'
ujust configure-auto-power-profile enable
echo 'Setting Framework logo menu'
dconf write /org/gnome/shell/extensions/Logo-menu/symbolic-icon true
dconf write /org/gnome/shell/extensions/Logo-menu/menu-button-icon-image 31
Expand Down

0 comments on commit a0de1f3

Please sign in to comment.