Replaced power-profiles-daemon with tuned and tuned-ppd

This commit is contained in:
pancakes 2025-11-19 18:14:44 +10:00
parent 1355dc67d0
commit dddb5153a0
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
2 changed files with 4 additions and 11 deletions

View file

@ -78,7 +78,7 @@ kitty-terminal:
[group("graphical")]
niri-window-manager:
@just _echowarning "1) Installing niri and related tools"
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gcr-4 gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent poweralertd swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wooz-git xdg-desktop-portal-gnome xwayland-satellite-git
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gcr-4 gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent poweralertd swaybg swayidle ttf-firacode-nerd ttf-font-awesome tuned tuned-ppd waybar wl-clipboard wlsunset wooz-git xdg-desktop-portal-gnome xwayland-satellite-git
@just _echowarning "\n2) Stowing niri config"
stow niri
@ -89,6 +89,8 @@ niri-window-manager:
@just _echowarning "\n3) Enabling services"
sudo systemctl enable gdm
sudo systemctl enable --now tuned
sudo systemctl enable --now tuned-ppd
systemctl enable --user gcr-ssh-agent.socket
systemctl start --user gcr-ssh-agent.socket

View file

@ -16,7 +16,6 @@
"modules-right": [
"tray",
"idle_inhibitor",
"power-profiles-daemon",
"battery",
"wireplumber",
"bluetooth",
@ -77,14 +76,6 @@
""
]
},
"power-profiles-daemon": {
"format-icons": {
"default": "",
"performance": "",
"balanced": "",
"power-saver": ""
}
},
"wireplumber": {
"format": "{icon} {volume}%",
"format-muted": " Muted",
@ -108,4 +99,4 @@
"tooltip-format-wifi": "{frequency}GHz {signalStrength}%\n\nInterface: {ifname}\nIP: {ipaddr}\nGateway: {gwaddr}",
"tooltip-format-disconnected": ""
}
}
}