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 key="XF86_MonBrightnessUp">
|
||||
<action name="Execute"><command>light -A 5</command></action>
|
||||
<action name="Execute"><command>brightnessctl s +5%</command></action>
|
||||
</keybind>
|
||||
|
||||
<keybind key="XF86_MonBrightnessDown">
|
||||
<action name="Execute"><command>light -U 5</command></action>
|
||||
<action name="Execute"><command>brightnessctl s 5%-</command></action>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
</labwc_config>
|
||||
|
|
|
@ -123,8 +123,8 @@
|
|||
"format-alt": "{percent}% {icon}",
|
||||
"format-alt-click": "click-right",
|
||||
"format-icons": ["", "", ""],
|
||||
"on-scroll-down": "light -U 1",
|
||||
"on-scroll-up": "light -A 1"
|
||||
"on-scroll-down": "brightnessctl s 1%-",
|
||||
"on-scroll-up": "brightnessctl s +1%"
|
||||
},
|
||||
|
||||
"custom/weather": {
|
||||
|
|
|
@ -134,7 +134,6 @@ qt6ct
|
|||
pipewire
|
||||
pipewire-jack
|
||||
pipewire-pulse
|
||||
light
|
||||
pavucontrol-qt
|
||||
mpv
|
||||
yt-dlp
|
||||
|
@ -262,3 +261,4 @@ arch-wiki-docs
|
|||
arch-wiki-lite
|
||||
zenity
|
||||
dialog
|
||||
brightnessctl
|
||||
|
|
Loading…
Reference in a new issue