dotfiles/.config/waybar/scripts/activate_saving_mode.sh
2025-05-28 18:27:10 +02:00

6 lines
209 B
Bash
Executable File

#!/bin/bash
# Reducir el brillo al 50% (asegúrate de tener instalada xbacklight)
xbacklight -set 50
zenity --info --text="Modo de Ahorro Activado:\nBrillo reducido al 50%." --title="Modo de Ahorro Activado"