.ncpamixer.conf 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. "theme" = "default"
  2. # Default theme {
  3. "theme.default.default_indicator" = "♦ "
  4. "theme.default.bar_style.bg" = "░"
  5. "theme.default.bar_style.fg" = "█"
  6. "theme.default.bar_style.indicator" = "█"
  7. "theme.default.bar_style.top" = "▁"
  8. "theme.default.bar_style.bottom" = "▔"
  9. "theme.default.bar_low.front" = 2
  10. "theme.default.bar_low.back" = 0
  11. "theme.default.bar_mid.front" = 3
  12. "theme.default.bar_mid.back" = 0
  13. "theme.default.bar_high.front" = 1
  14. "theme.default.bar_high.back" = 0
  15. "theme.default.volume_low" = 2
  16. "theme.default.volume_mid" = 3
  17. "theme.default.volume_high" = 1
  18. "theme.default.volume_peak" = 1
  19. "theme.default.volume_indicator" = -1
  20. "theme.default.selected" = 2
  21. "theme.default.default" = -1
  22. "theme.default.border" = -1
  23. "theme.default.dropdown.selected_text" = 0
  24. "theme.default.dropdown.selected" = 2
  25. "theme.default.dropdown.unselected" = -1
  26. # }
  27. # c0r73x theme {
  28. "theme.c0r73x.default_indicator" = "■ "
  29. "theme.c0r73x.bar_style.bg" = "■"
  30. "theme.c0r73x.bar_style.fg" = "■"
  31. "theme.c0r73x.bar_style.indicator" = "■"
  32. "theme.c0r73x.bar_style.top" = ""
  33. "theme.c0r73x.bar_style.bottom" = ""
  34. "theme.c0r73x.bar_low.front" = 0
  35. "theme.c0r73x.bar_low.back" = -1
  36. "theme.c0r73x.bar_mid.front" = 0
  37. "theme.c0r73x.bar_mid.back" = -1
  38. "theme.c0r73x.bar_high.front" = 0
  39. "theme.c0r73x.bar_high.back" = -1
  40. "theme.c0r73x.volume_low" = 6
  41. "theme.c0r73x.volume_mid" = 6
  42. "theme.c0r73x.volume_high" = 6
  43. "theme.c0r73x.volume_peak" = 1
  44. "theme.c0r73x.volume_indicator" = 15
  45. "theme.c0r73x.selected" = 6
  46. "theme.c0r73x.default" = -1
  47. "theme.c0r73x.border" = -1
  48. "theme.c0r73x.dropdown.selected_text" = 0
  49. "theme.c0r73x.dropdown.selected" = 6
  50. "theme.c0r73x.dropdown.unselected" = -1
  51. # }
  52. # Keybinds {
  53. "keycode.9" = "switch" # tab
  54. "keycode.13" = "select" # enter
  55. "keycode.27" = "quit" # escape
  56. "keycode.99" = "dropdown" # c
  57. "keycode.113" = "quit" # q
  58. "keycode.109" = "mute" # m
  59. "keycode.100" = "set_default" # d
  60. "keycode.108" = "volume_up" # l
  61. "keycode.104" = "volume_down" # h
  62. "keycode.261" = "volume_up" # arrow right
  63. "keycode.260" = "volume_down" # arrow left
  64. "keycode.107" = "move_up" # k
  65. "keycode.106" = "move_down" # j
  66. "keycode.259" = "move_up" # arrow up
  67. "keycode.258" = "move_down" # arrow down
  68. "keycode.338" = "page_up" # page up
  69. "keycode.339" = "page_down" # page down
  70. "keycode.76" = "tab_next" # L
  71. "keycode.72" = "tab_prev" # H
  72. "keycode.265" = "tab_playback" # f1
  73. "keycode.266" = "tab_recording" # f2
  74. "keycode.267" = "tab_output" # f3
  75. "keycode.268" = "tab_input" # f4
  76. "keycode.269" = "tab_config" # f5
  77. "keycode.f.80" = "tab_playback" # f1 VT100
  78. "keycode.f.81" = "tab_recording" # f2 VT100
  79. "keycode.f.82" = "tab_output" # f3 VT100
  80. "keycode.f.83" = "tab_input" # f4 VT100
  81. "keycode.f.84" = "tab_config" # f5 VT100
  82. "keycode.71" = "move_last" # G
  83. "keycode.103" = "move_first" # g
  84. # "keycode.48" = "set_volume_100" # 0
  85. "keycode.48" = "set_volume_0" # 0
  86. "keycode.49" = "set_volume_10" # 1
  87. "keycode.50" = "set_volume_20" # 2
  88. "keycode.51" = "set_volume_30" # 3
  89. "keycode.52" = "set_volume_40" # 4
  90. "keycode.53" = "set_volume_50" # 5
  91. "keycode.54" = "set_volume_60" # 6
  92. "keycode.55" = "set_volume_70" # 7
  93. "keycode.56" = "set_volume_80" # 8
  94. "keycode.57" = "set_volume_90" # 9
  95. # }