Copied my functional folder, started generalising henrovnix and writing documentation
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"height": 34,
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
||||
"modules-right": [
|
||||
"idle_inhibitor",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
"battery",
|
||||
"tray",
|
||||
"clock"
|
||||
],
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": { "activated": " ", "deactivated": " " }
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{volume}% {icon}",
|
||||
"format-bluetooth": "{volume}% {icon}",
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portab le": "",
|
||||
"default": ["", ""]
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
|
||||
"network": {
|
||||
"format-wifi": " ({bandwidthDownBits})",
|
||||
"format-ethernet": " ({bandwidthDownBits})",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click": "impala"
|
||||
},
|
||||
|
||||
"cpu": { "format": "{usage}% ", "tooltip": false },
|
||||
"memory": { "format": "{percentage}% " },
|
||||
|
||||
"temperature": { "format": "{temperatureC}°C ", "tooltip": false },
|
||||
|
||||
"tray": { "spacing": 10, "icon-size": 14 },
|
||||
|
||||
"clock": { "format": "{:%a, %d %b %Y - %H:%M}", "tooltip": false },
|
||||
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"states": { "good": 95, "warning": 30, "critical": 15 },
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-charging": "{capacity}% ",
|
||||
"format-plugged": "{capacity}% ",
|
||||
"format-icons": ["", "", "", "", " "]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user