From 004f93c8106459cb17952824ce558e1678301c6a Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Mon, 9 Feb 2026 21:11:07 +0100 Subject: [PATCH] Update .config/sway/config Update .config/waybar/config.jsonc Update .config/waybar/modules.jsonc --- private_dot_config/sway/config | 2 +- private_dot_config/waybar/config.jsonc | 1 + private_dot_config/waybar/modules.jsonc | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/private_dot_config/sway/config b/private_dot_config/sway/config index 0b63b74..9d7cc3b 100644 --- a/private_dot_config/sway/config +++ b/private_dot_config/sway/config @@ -20,7 +20,7 @@ set $term foot set $menu rofi -show combi set $windowsearch rofi -show window -set $wallpaper ~/Pictures/Wallpapers/techno.jpg +set $wallpaper ~/Pictures/Wallpapers/door.jpg input * xkb_numlock enabled default_border pixel diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index 985f352..e5778f9 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -12,6 +12,7 @@ "group/datetime", "pulseaudio", "bluetooth", + "custom/livingroom_temp", "group/hardware", "custom/privacydots" ], diff --git a/private_dot_config/waybar/modules.jsonc b/private_dot_config/waybar/modules.jsonc index 44376d4..8beb953 100644 --- a/private_dot_config/waybar/modules.jsonc +++ b/private_dot_config/waybar/modules.jsonc @@ -33,7 +33,7 @@ // ] // }, "custom/privacydots": { - "exec": "~/.config/waybar/scripts/privacy_dots.sh", + "exec": "~/.config/waybar/scripts/privacy_dots/privacy_dots.sh", "return-type": "json", "interval": 1, "format": "{text}", @@ -85,8 +85,14 @@ "format": "{usage:3d}% ", "tooltip": false }, + "custom/livingroom_temp": { + "exec": "~/.config/waybar/scripts/livingroom_temp/venv/bin/python ~/.config/waybar/scripts/livingroom_temp/livingroom_temp.py | jq --unbuffered --compact-output", + "format": "{}󰔄 ", + "return-type":"json", + "interval":10 + }, "custom/gpu-usage": { - "exec": "python3 ~/.config/waybar/scripts/gpu-usage.py | jq --unbuffered --compact-output",//"nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits", + "exec": "python3 ~/.config/waybar/scripts/gpu-usage/gpu-usage.py | jq --unbuffered --compact-output",//"nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits", "format": "{percentage:3d}% 󱒃 ", "return-type": "json", "interval": 1