Compatibility with latest qtile, fixes to widgets, etc...
This commit is contained in:
parent
a033bde573
commit
6a265ea3b6
6 changed files with 78 additions and 50 deletions
|
@ -16,12 +16,10 @@ class Config(BaseConfig):
|
|||
|
||||
# Default Applications
|
||||
app_terminal = "terminator"
|
||||
#app_launcher = "/home/kevin/bin/dmenu_wal.sh"
|
||||
app_launcher = "dmenu_run -i -p '»' -nb '" + background + "' -fn 'Noto Sans-11' -nf '" + inactive_light + \
|
||||
"' -sb '" + highlight + "' -sf '" + foreground + "'"
|
||||
app_launcher = "/home/kevin/bin/dmenu_wal.sh"
|
||||
web_browser = "firefox-developer-edition"
|
||||
file_manager = "thunar"
|
||||
app_chat = "/home/kevin/bin/ramboxpro"
|
||||
app_chat = "/usr/bin/ramboxpro"
|
||||
app_irc = "quasselclient"
|
||||
app_mail = "thunderbird"
|
||||
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"
|
||||
|
@ -94,8 +92,8 @@ class Config(BaseConfig):
|
|||
|
||||
# Thermal indicator variables
|
||||
thermal_threshold = 75
|
||||
thermal_sensor = "Package id 0"
|
||||
thermal_chip = "coretemp-isa-0000"
|
||||
thermal_sensor = "Tdie"
|
||||
thermal_chip = "zenpower-pci-00c3"
|
||||
|
||||
# CPU graph variables
|
||||
cpu_graph_colour = '#ff0000'
|
||||
|
@ -122,8 +120,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_04_00.0.pro-output-0"
|
||||
volume_pulse_sink2 = "alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.pro-output-0"
|
||||
volume_pulse_sink = "alsa_output.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo"
|
||||
volume_pulse_sink2 = "alsa_output.pci-0000_0e_00.4.analog-stereo"
|
||||
|
||||
volume_is_bluetooth_icon = False
|
||||
volume_update_interval = 0.2
|
||||
|
@ -152,7 +150,7 @@ class Config(BaseConfig):
|
|||
do_keyboard_updates = False
|
||||
|
||||
# Show audio visualizer
|
||||
show_audio_visualizer = False
|
||||
show_audio_visualizer = True
|
||||
kill_unnecessary_glava_processes = True
|
||||
|
||||
# Show thermal widget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue