Changes to Celestia
This commit is contained in:
parent
f4c6430eb4
commit
a033bde573
5 changed files with 101 additions and 103 deletions
|
@ -122,7 +122,8 @@ class Config(BaseConfig):
|
|||
volume_font = "Noto Sans"
|
||||
volume_fontsize = 11
|
||||
volume_theme_path = "/home/kevin/.config/qtile/kuro/resources/volume"
|
||||
volume_pulse_sink = "alsa_output.pci-0000_00_1f.3.analog-stereo"
|
||||
volume_pulse_sink = "alsa_output.pci-0000_04_00.0.pro-output-0"
|
||||
volume_pulse_sink2 = "alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.pro-output-0"
|
||||
|
||||
volume_is_bluetooth_icon = False
|
||||
volume_update_interval = 0.2
|
||||
|
@ -151,12 +152,18 @@ class Config(BaseConfig):
|
|||
do_keyboard_updates = False
|
||||
|
||||
# Show audio visualizer
|
||||
show_audio_visualizer = True
|
||||
show_audio_visualizer = False
|
||||
kill_unnecessary_glava_processes = True
|
||||
|
||||
# Show thermal widget
|
||||
show_temperature = True
|
||||
|
||||
# Show GPU widget
|
||||
show_gpu_widget = False
|
||||
|
||||
# Show battery widget
|
||||
show_battery_widget = False
|
||||
|
||||
# Audio control applications
|
||||
# apps_audio = ["pavucontrol"]
|
||||
apps_audio_afterstart = "/home/kevin/bin/start_jack_audio_chain.sh"
|
||||
apps_audio_afterstart = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue