Created
March 2, 2018 11:22
-
-
Save orschiro/97b1beb77a05b8214148316ef82d0eef to your computer and use it in GitHub Desktop.
Recipe to change brightness on GNOME
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.local/share/applications/decrease-brightness.desktop | |
[Desktop Entry] | |
Version=1.1 | |
Type=Application | |
Name=Decrease brightness | |
Icon=~/.icons/decrease-brightness.png | |
Exec=gdbus call --session --dest org.gnome.SettingsDaemon.Power --object-path /org/gnome/SettingsDaemon/Power --method org.gnome.SettingsDaemon.Power.Screen.StepDown | |
Actions= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.local/share/applications/increase-brightness.desktop | |
[Desktop Entry] | |
Version=1.1 | |
Type=Application | |
Name=Increase brightness | |
Icon=~/.icons/increase-brightness.png | |
Exec=gdbus call --session --dest org.gnome.SettingsDaemon.Power --object-path /org/gnome/SettingsDaemon/Power --method org.gnome.SettingsDaemon.Power.Screen.StepUp | |
Actions= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
increase-brightness.png
decrease-brightness.png