47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
# Examples:
|
|
#
|
|
# [N.volume.NAME]
|
|
# name = sink_name
|
|
# 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
|
|
# : 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
|
|
height = 600
|
|
# x and y specifying the window coordinate (empty = centered)
|
|
x =
|
|
y =
|
|
resizable = True
|
|
fullscreen = False
|
|
min_width = 200
|
|
min_height = 100
|
|
frameless = False
|
|
minimized = False
|
|
always_on_top = False
|
|
|
|
[4.button.Test]
|
|
command = notify-send -a foo baz
|