init commit
This commit is contained in:
21
wayle/config.toml
Normal file
21
wayle/config.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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 }}"
|
||||
Reference in New Issue
Block a user