some fixes

This commit is contained in:
Dennis Schoepf 2025-12-19 01:17:47 +01:00
parent f83bb43326
commit 4d98f6beb5
6 changed files with 40 additions and 36 deletions

View file

@ -5,8 +5,6 @@
"margin-left": 8,
"margin-top": 8,
"margin-bottom": 8,
// TODO: Remove
"reload_style_on_change": true,
// Placing Modules
"modules-left": [
"clock",
@ -15,7 +13,9 @@
"custom/memory-label",
"memory",
"custom/disk-label",
"disk"
"disk",
"custom/nvidia-label",
"custom/nvidia"
],
"modules-center": [
"niri/workspaces"
@ -68,6 +68,16 @@
"format": "{percentage_used}%",
"max-length": 2
},
"custom/nvidia-label": {
"format": "GPU",
"tooltip": false
},
"custom/nvidia": {
"exec": "nvidia-smi --query-gpu=temperature.gpu --format=csv,nounits,noheader",
"format": "{}°",
"tooltip": false,
"interval": 10
},
"wireplumber#source": {
"node-type": "Audio/Source",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",