|
|
@@ -11,7 +11,7 @@
|
|
|
"hyprland/workspaces"
|
|
|
],
|
|
|
"modules-center": ["clock"],
|
|
|
- "modules-right": ["network#vpn", "network", "pulseaudio"],
|
|
|
+ "modules-right": ["network#vpn", "network", "backlight", "battery", "pulseaudio", "bluetooth"],
|
|
|
|
|
|
"hyprland/workspaces": {
|
|
|
"format": "{id}",
|
|
|
@@ -35,6 +35,28 @@
|
|
|
"format-alt": " {:%A, %d %B %Y}"
|
|
|
},
|
|
|
|
|
|
+ "backlight": {
|
|
|
+ "device": "intel_backlight",
|
|
|
+ "format": "{icon} {percent}%",
|
|
|
+ "format-icons": ["", "", ""],
|
|
|
+ "on-scroll-up": "brightnessctl set 1%+",
|
|
|
+ "on-scroll-down": "brightnessctl set 1%-",
|
|
|
+ "min-length": 6
|
|
|
+ },
|
|
|
+
|
|
|
+ "battery": {
|
|
|
+ "states": {
|
|
|
+ "good": 95,
|
|
|
+ "warning": 30,
|
|
|
+ "critical": 15
|
|
|
+ },
|
|
|
+ "format": "{icon} {capacity}%",
|
|
|
+ "format-charging": " {capacity}%",
|
|
|
+ "format-plugged": " {capacity}%",
|
|
|
+ "format-alt": "{icon} {time}",
|
|
|
+ "format-icons": ["", "", "", "", "", "", "", "", "", ""]
|
|
|
+ },
|
|
|
+
|
|
|
"network": {
|
|
|
"format-wifi": " {essid}",
|
|
|
"format-ethernet": " {ipaddr}/{cidr}",
|
|
|
@@ -67,5 +89,16 @@
|
|
|
"default": ["", "", ""]
|
|
|
},
|
|
|
"on-click": "pavucontrol"
|
|
|
+ },
|
|
|
+
|
|
|
+ "bluetooth": {
|
|
|
+ "format": " {status}",
|
|
|
+ "format-connected": " {device_alias}",
|
|
|
+ "format-connected-battery": " {device_alias} {device_battery_percentage}%",
|
|
|
+ "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected",
|
|
|
+ "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}",
|
|
|
+ "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
|
|
+ "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
|
|
|
+ "on-click": "blueman-manager"
|
|
|
}
|
|
|
}
|