> ## Content Index
> Fetch the complete content index at: https://en.blog.themarfa.name/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Easily Change Power Saving Modes in Linux
- URL: https://en.blog.themarfa.name/how-to-easily-change-power-saving-modes-in-linux/
- Published: 2024-08-05T11:23:38.000Z
- Updated: 2024-08-05T11:23:38.000Z
- Description: Changing your PC's power saving mode once a year isn't a problem. But what if you need to do it quite often?
- Author: Konstantin Dokuchaev
- Tags: linux, Powermode Indicator

Changing your PC's power saving mode once a year isn't a problem. But what if you need to do it quite often?

In that case, you can install the [**Powermode Indicator**](https://github.com/PiyushXCoder/powermode-indicator) utility, which will add a menu to the system tray for quick mode switching.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2024/08/image-3.png)

The utility works on all desktops that support libappindicator, but it requires power-profiles-daemon to function.

To install it on Arch Linux, simply run the command `paru -S powermode-indicator-git`. For Ubuntu, an installation deb-file is available.

[Try Powermode Indicator](https://github.com/PiyushXCoder/powermode-indicator)