Replaced light with brightnessctl
This commit is contained in:
parent
38ebd3e8b0
commit
340700ac61
3 changed files with 5 additions and 5 deletions
|
@ -55,11 +55,11 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="XF86_MonBrightnessUp">
|
<keybind key="XF86_MonBrightnessUp">
|
||||||
<action name="Execute"><command>light -A 5</command></action>
|
<action name="Execute"><command>brightnessctl s +5%</command></action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
<keybind key="XF86_MonBrightnessDown">
|
<keybind key="XF86_MonBrightnessDown">
|
||||||
<action name="Execute"><command>light -U 5</command></action>
|
<action name="Execute"><command>brightnessctl s 5%-</command></action>
|
||||||
</keybind>
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
</labwc_config>
|
</labwc_config>
|
||||||
|
|
|
@ -123,8 +123,8 @@
|
||||||
"format-alt": "{percent}% {icon}",
|
"format-alt": "{percent}% {icon}",
|
||||||
"format-alt-click": "click-right",
|
"format-alt-click": "click-right",
|
||||||
"format-icons": ["", "", ""],
|
"format-icons": ["", "", ""],
|
||||||
"on-scroll-down": "light -U 1",
|
"on-scroll-down": "brightnessctl s 1%-",
|
||||||
"on-scroll-up": "light -A 1"
|
"on-scroll-up": "brightnessctl s +1%"
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/weather": {
|
"custom/weather": {
|
||||||
|
|
|
@ -134,7 +134,6 @@ qt6ct
|
||||||
pipewire
|
pipewire
|
||||||
pipewire-jack
|
pipewire-jack
|
||||||
pipewire-pulse
|
pipewire-pulse
|
||||||
light
|
|
||||||
pavucontrol-qt
|
pavucontrol-qt
|
||||||
mpv
|
mpv
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
@ -262,3 +261,4 @@ arch-wiki-docs
|
||||||
arch-wiki-lite
|
arch-wiki-lite
|
||||||
zenity
|
zenity
|
||||||
dialog
|
dialog
|
||||||
|
brightnessctl
|
||||||
|
|
Loading…
Reference in a new issue