summaryrefslogtreecommitdiff
path: root/.config/ncpamixer.conf
blob: 6146856468bda6a9ee2dcb8db09915dad1f2fa6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
"theme" = "default"

# Default theme {
   "theme.default.default_indicator"      = "♦ "
   "theme.default.bar_style.bg"           = "░"
   "theme.default.bar_style.fg"           = "█"
   "theme.default.bar_style.indicator"    = "█"
   "theme.default.bar_style.top"          = "▁"
   "theme.default.bar_style.bottom"       = "▔"
   "theme.default.bar_low.front"          = 2
   "theme.default.bar_low.back"           = 0
   "theme.default.bar_mid.front"          = 3
   "theme.default.bar_mid.back"           = 0
   "theme.default.bar_high.front"         = 1
   "theme.default.bar_high.back"          = 0
   "theme.default.volume_low"             = 2
   "theme.default.volume_mid"             = 3
   "theme.default.volume_high"            = 1
   "theme.default.volume_peak"            = 1
   "theme.default.volume_indicator"       = -1
   "theme.default.selected"               = 2
   "theme.default.default"                = -1
   "theme.default.border"                 = -1
   "theme.default.dropdown.selected_text" = 0
   "theme.default.dropdown.selected"      = 2
   "theme.default.dropdown.unselected"    = -1
# }
# c0r73x theme {
   "theme.c0r73x.default_indicator"      = "■ "
   "theme.c0r73x.bar_style.bg"           = "■"
   "theme.c0r73x.bar_style.fg"           = "■"
   "theme.c0r73x.bar_style.indicator"    = "■"
   "theme.c0r73x.bar_style.top"          = "" 
   "theme.c0r73x.bar_style.bottom"       = "" 
   "theme.c0r73x.bar_low.front"          = 0
   "theme.c0r73x.bar_low.back"           = -1
   "theme.c0r73x.bar_mid.front"          = 0
   "theme.c0r73x.bar_mid.back"           = -1
   "theme.c0r73x.bar_high.front"         = 0
   "theme.c0r73x.bar_high.back"          = -1
   "theme.c0r73x.volume_low"             = 6
   "theme.c0r73x.volume_mid"             = 6
   "theme.c0r73x.volume_high"            = 6
   "theme.c0r73x.volume_peak"            = 1
   "theme.c0r73x.volume_indicator"       = 15
   "theme.c0r73x.selected"               = 6
   "theme.c0r73x.default"                = -1
   "theme.c0r73x.border"                 = -1
   "theme.c0r73x.dropdown.selected_text" = 0
   "theme.c0r73x.dropdown.selected"      = 6
   "theme.c0r73x.dropdown.unselected"    = -1
# }
# Keybinds {
   "keycode.9"    = "switch"          # tab
   "keycode.13"   = "select"          # enter
   "keycode.27"   = "quit"            # escape
   "keycode.99"   = "dropdown"        # c
   "keycode.113"  = "quit"            # q
   "keycode.109"  = "mute"            # m
   "keycode.100"  = "set_default"     # d
   "keycode.108"  = "volume_up"       # l
   "keycode.104"  = "volume_down"     # h
   "keycode.261"  = "volume_up"       # arrow right
   "keycode.260"  = "volume_down"     # arrow left
   "keycode.107"  = "move_up"         # k
   "keycode.106"  = "move_down"       # j
   "keycode.259"  = "move_up"         # arrow up
   "keycode.258"  = "move_down"       # arrow down
   "keycode.338"  = "page_up"         # page up
   "keycode.339"  = "page_down"       # page down
   "keycode.76"   = "tab_next"        # L
   "keycode.72"   = "tab_prev"        # H
   "keycode.265"  = "tab_playback"    # f1
   "keycode.266"  = "tab_recording"   # f2
   "keycode.267"  = "tab_output"      # f3
   "keycode.268"  = "tab_input"       # f4
   "keycode.269"  = "tab_config"      # f5
   "keycode.f.80" = "tab_playback"    # f1 VT100
   "keycode.f.81" = "tab_recording"   # f2 VT100
   "keycode.f.82" = "tab_output"      # f3 VT100
   "keycode.f.83" = "tab_input"       # f4 VT100
   "keycode.f.84" = "tab_config"      # f5 VT100
   "keycode.71"   = "move_last"       # G
   "keycode.103"  = "move_first"      # g
#   "keycode.48"   = "set_volume_100"  # 0
   "keycode.48"   = "set_volume_0"    # 0
   "keycode.49"   = "set_volume_10"   # 1
   "keycode.50"   = "set_volume_20"   # 2
   "keycode.51"   = "set_volume_30"   # 3
   "keycode.52"   = "set_volume_40"   # 4
   "keycode.53"   = "set_volume_50"   # 5
   "keycode.54"   = "set_volume_60"   # 6
   "keycode.55"   = "set_volume_70"   # 7
   "keycode.56"   = "set_volume_80"   # 8
   "keycode.57"   = "set_volume_90"   # 9
# }