diff --git a/justfile b/justfile index 590c865..d548bd0 100644 --- a/justfile +++ b/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 diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc index 9a9cb6d..8a5d5e9 100644 --- a/waybar/.config/waybar/config.jsonc +++ b/waybar/.config/waybar/config.jsonc @@ -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": "" } -} \ No newline at end of file +}