Updated qtile config

This commit is contained in:
Dan MacLeod
2023-12-30 11:14:48 +10:30
parent 0286a051c6
commit bad23b8f55

View File

@@ -179,8 +179,8 @@ layout_defaults = {
} }
layouts = [ layouts = [
layout.Columns(border_focus_stack=["#3333cc", "#3366ff"], **layout_defaults), layout.Columns(border_focus_stack=["#ff33cc", "#cc33ff"], **layout_defaults),
layout.Max(), layout.Max(**layout_defaults),
# Try more layouts by unleashing below layouts. # Try more layouts by unleashing below layouts.
layout.Stack(num_stacks=1, **layout_defaults), layout.Stack(num_stacks=1, **layout_defaults),
# layout.Bsp(), # layout.Bsp(),
@@ -287,6 +287,7 @@ screens = [
widget.ThermalSensor(tag_sensor='Package id 0', format='CPU: {temp}{unit}', threshold=85), widget.ThermalSensor(tag_sensor='Package id 0', format='CPU: {temp}{unit}', threshold=85),
widget.NvidiaSensors(threshold=85, format='GPU: {temp}°C'), widget.NvidiaSensors(threshold=85, format='GPU: {temp}°C'),
widget.Wttr(location={'Adelaide, Australia':"Home"}), widget.Wttr(location={'Adelaide, Australia':"Home"}),
# widget.Bluetooth(),
widget.Systray(), widget.Systray(),
widget.Clock(format="%a %d %b %Y %I:%M %p"), widget.Clock(format="%a %d %b %Y %I:%M %p"),
# widget.Wallpaper(directory='/home/shared/Pictures/wallpapers/', random_selection=True, label="🖼️"), # widget.Wallpaper(directory='/home/shared/Pictures/wallpapers/', random_selection=True, label="🖼️"),
@@ -379,6 +380,7 @@ floating_layout = layout.Floating(
Match(wm_class="xpad"), Match(wm_class="xpad"),
Match(wm_class="gnome-calculator"), Match(wm_class="gnome-calculator"),
Match(wm_class="blueman-manager"), Match(wm_class="blueman-manager"),
Match(wm_class="pavucontrol"),
] ]
) )
auto_fullscreen = True auto_fullscreen = True