From e765c5eaa3f682a365bf35213c4256090b1db4b0 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sun, 19 Mar 2023 00:44:55 -0400 Subject: [PATCH] Update --- .config/neofetch/config.conf | 2 +- .config/qtile/config.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 012e841..e6c7d9d 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -249,7 +249,7 @@ cpu_cores="logical" # C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' # F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' # off: 'Intel i7-6500U (4) @ 3.1GHz' -cpu_temp="on" +cpu_temp="C" # GPU diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 38bc9d4..60adf7f 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -93,9 +93,9 @@ def get_wallpaper(screen_number): match size: case '3440x1440': - wallpaper = f'{wallpaper_dir}gunter_wallpaper3440x1440_fill.png' + wallpaper = f'{wallpaper_dir}p3_3440x1440.png' case '1920x1080': - wallpaper = f'{wallpaper_dir}gunter_throne.png' + wallpaper = f'{wallpaper_dir}p2_1920x1080.png' case '3840x1080': wallpaper = f'{wallpaper_dir}gunter_throne.png' case '5760x1080': @@ -387,7 +387,6 @@ screens = [ this_screen_border=nord['nord13'], this_current_screen_border=nord['nord11'], padding=4, - #margin=0, ), widget.Spacer( background=nord['nord0'],