Replaced power-profiles-daemon with tuned and tuned-ppd
This commit is contained in:
parent
1355dc67d0
commit
dddb5153a0
2 changed files with 4 additions and 11 deletions
4
justfile
4
justfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue