add color-bg and color-fg in conf file for volume and normal buttons

This commit is contained in:
2021-04-05 17:14:10 +02:00
parent cfed2fb677
commit bd738d600e
2 changed files with 50 additions and 24 deletions

View File

@@ -2,21 +2,31 @@
#
# [N.volume.NAME]
# name = sink_name
# : N. optional number to specify group/row
# : NAME name of the button
# : name sink name, see name with either:
# pactl list sinks short
# pamixer --list-sinks
# color-fg = hex color code
# color-bg = hex color code
#
# : N. optional number to specify group/row
# : NAME name of the button
# : name sink name, see name with either:
# pactl list sinks short
# pamixer --list-sinks
# : color-bg background color
# : color-bg forground color
#
# [N.button.NAME]
# color-fg = hex color code
# color-bg = hex color code
# command = shell command
# second command
# ...
# icon = Font Awesome name
# : N. optional group/row specification
# : NAME name of the button
# : command command(s) to run
# : icon use icon instead of NAME (Font Awesome), e.g.: fas fa-play
#
# : N. optional group/row specification
# : NAME name of the button
# : color-bg background color
# : color-bg forground color
# : command command(s) to run
# : icon use icon instead of NAME (Font Awesome), e.g.: fas fa-play
[gui]
width = 800