22 lines
575 B
TOML
22 lines
575 B
TOML
# Wayle configuration file
|
|
|
|
[[bar.layout]]
|
|
monitor = "*"
|
|
left = ["media", "custom-hy3-split","hyprland-workspaces"]
|
|
center = ["clock"]
|
|
right = ["custom-gpu-temp", "battery", "bluetooth", "network", "microphone", "volume"]
|
|
|
|
[[modules.custom]]
|
|
id="gpu-temp"
|
|
command = "nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader"
|
|
interval-ms = 5000
|
|
icon-name = "ld-thermometer-symbolic"
|
|
format = "{{ output }}"
|
|
|
|
[[modules.custom]]
|
|
id = "hy3-split"
|
|
command = "cat /tmp/hy3_split 2>/dev/null || echo H"
|
|
interval-ms = 250
|
|
icon-name = "ld-layers-symbolic"
|
|
format = "{{ output }}"
|