feat(hotkeys: widget): add 3 new labels for keyboard keys (#3668)

Signed-off-by: kamack38 <64226248+kamack38@users.noreply.github.com>
This commit is contained in:
Kamack38 2022-08-18 21:22:16 +02:00 committed by GitHub
parent b7bac1dc76
commit 05a405b38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -169,12 +169,13 @@ widget.labels = {
-- Basic multimedia keys:
XF86MonBrightnessUp = "🔆+",
XF86MonBrightnessDown = "🔅-",
XF86AudioRaiseVolume = "Vol+",
XF86AudioLowerVolume = "Vol-",
XF86AudioMute = "Mute",
XF86AudioRaiseVolume = "🕩+",
XF86AudioLowerVolume = "🕩-",
XF86AudioMute = "🔇",
XF86AudioPlay = "",
XF86AudioPrev = "",
XF86AudioNext = "",
XF86AudioStop = "",
}
--- Hotkeys widget background color.
-- @beautiful beautiful.hotkeys_bg