- Desktop and laptop configs now share core modules and formatting - Device-specific modules (battery, backlight) only in laptop config - Symlinks module will link correct config based on DOTFILES_DEVICE - Tray icon size, disk modules, pulseaudio, and intervals unified 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
106 lines
2.4 KiB
Plaintext
106 lines
2.4 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"position": "bottom",
|
|
"modules-left": [
|
|
"hyprland/workspaces",
|
|
"idle_inhibitor"
|
|
],
|
|
"modules-center": [
|
|
"clock"
|
|
],
|
|
"modules-right": [
|
|
"cpu",
|
|
"memory",
|
|
"disk#root",
|
|
"disk#home",
|
|
"temperature",
|
|
"pulseaudio",
|
|
"network",
|
|
"tray",
|
|
],
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}",
|
|
"on-click": "activate",
|
|
"on-scroll-up": "hyprctl dispatch workspace e-1",
|
|
"on-scroll-down": "hyprctl dispatch workspace e+1",
|
|
"all-outputs": true,
|
|
"persistent-workspaces": {
|
|
"*": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9
|
|
]
|
|
}
|
|
},
|
|
"clock": {
|
|
"format": "{:%a %d.%m %H:%M}",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"format-alt": "{:%Y-%m-%d}"
|
|
},
|
|
"cpu": {
|
|
"format": " {usage}%",
|
|
"interval": 2
|
|
},
|
|
"memory": {
|
|
"format": " {used}G/{total}G",
|
|
"interval": 2
|
|
},
|
|
"temperature": {
|
|
"critical-threshold": 80,
|
|
"format": " {temperatureC}°C"
|
|
},
|
|
"disk#root": {
|
|
"interval": 60,
|
|
"format": " Root {percentage_used:2}%",
|
|
"path": "/"
|
|
},
|
|
"disk#home": {
|
|
"interval": 60,
|
|
"format": " Home {percentage_used:2}%",
|
|
"path": "/home"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": " {status}",
|
|
"format-alt": " {status}"
|
|
},
|
|
"network": {
|
|
"format-ethernet": " {ipaddr}/{cidr}",
|
|
"format-linked": " {ifname} (No IP)",
|
|
"format-disconnected": " Disconnected",
|
|
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
|
"tooltip-format": "{ifname} via {gwaddr}",
|
|
"tooltip-format-ethernet": " {ifname}: {ipaddr}/{cidr}\nGateway: {gwaddr}",
|
|
"on-click": "nm-connection-editor"
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-bluetooth": "{icon} {volume}%",
|
|
"format-muted": " Muted",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": [
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"scroll-step": 5,
|
|
"on-click": "pavucontrol",
|
|
"on-click-right": "pactl set-default-sink alsa_output.usb-FiiO_DigiHug_USB_Audio-01.iec958-stereo",
|
|
"on-click-middle": "pactl set-default-sink alsa_output.pci-0000_0c_00.1.hdmi-stereo"
|
|
},
|
|
"tray": {
|
|
"icon-size": 20
|
|
}
|
|
} |