add color-bg and color-fg in conf file for volume and normal buttons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user