Add new widget and only show thermal widget if setting is set
This commit is contained in:
parent
5c19e442fa
commit
99d4919539
4 changed files with 246 additions and 63 deletions
|
@ -105,6 +105,9 @@ class Config(BaseConfig):
|
|||
wifi_theme_path = "/home/kevin/.config/qtile/kuro/resources/wifi"
|
||||
wifi_update_interval = 5
|
||||
|
||||
# GPU variables
|
||||
gpu_theme_path = "/home/kevin/.config/qtile/kuro/resources/gpu"
|
||||
|
||||
# Normal volume icon variables
|
||||
volume_font = "Noto Sans"
|
||||
volume_fontsize = 11
|
||||
|
@ -133,7 +136,8 @@ class Config(BaseConfig):
|
|||
updates_colour_available = '#f4d742'
|
||||
|
||||
# Screen organization
|
||||
laptop_screen = "eDP-1-1"
|
||||
laptop_screen_nvidia = "eDP-1-1"
|
||||
laptop_screen_intel = "eDP1"
|
||||
|
||||
# Keyboard colors
|
||||
do_keyboard_updates = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue