This commit is contained in:
Roland Thomas 2023-03-19 00:44:55 -04:00
parent 1505a0eef2
commit e765c5eaa3
2 changed files with 3 additions and 4 deletions

View File

@ -249,7 +249,7 @@ cpu_cores="logical"
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' # C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' # F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
# off: 'Intel i7-6500U (4) @ 3.1GHz' # off: 'Intel i7-6500U (4) @ 3.1GHz'
cpu_temp="on" cpu_temp="C"
# GPU # GPU

View File

@ -93,9 +93,9 @@ def get_wallpaper(screen_number):
match size: match size:
case '3440x1440': case '3440x1440':
wallpaper = f'{wallpaper_dir}gunter_wallpaper3440x1440_fill.png' wallpaper = f'{wallpaper_dir}p3_3440x1440.png'
case '1920x1080': case '1920x1080':
wallpaper = f'{wallpaper_dir}gunter_throne.png' wallpaper = f'{wallpaper_dir}p2_1920x1080.png'
case '3840x1080': case '3840x1080':
wallpaper = f'{wallpaper_dir}gunter_throne.png' wallpaper = f'{wallpaper_dir}gunter_throne.png'
case '5760x1080': case '5760x1080':
@ -387,7 +387,6 @@ screens = [
this_screen_border=nord['nord13'], this_screen_border=nord['nord13'],
this_current_screen_border=nord['nord11'], this_current_screen_border=nord['nord11'],
padding=4, padding=4,
#margin=0,
), ),
widget.Spacer( widget.Spacer(
background=nord['nord0'], background=nord['nord0'],