mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-06-15 19:44:59 +01:00
More waybar changes
This commit is contained in:
parent
152774c89a
commit
51afc3eaf4
|
@ -7,7 +7,7 @@
|
|||
// Choose the order of the modules
|
||||
"modules-left": ["hyprland/workspaces", "custom/media"],
|
||||
"modules-center": ["hyprland/window"],
|
||||
"modules-right": ["gamemode", "pulseaudio", "network", "cpu", "memory", "temperature", "battery", "clock", "tray"],
|
||||
"modules-right": ["gamemode", "bluetooth", "pulseaudio", "network", "cpu", "memory", "temperature", "battery", "clock", "tray"],
|
||||
// Modules configuration
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
|
@ -18,6 +18,16 @@
|
|||
"max-length": 200,
|
||||
"separate-outputs": true
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": " {status}",
|
||||
"format-connected": " {device_alias}",
|
||||
"format-connected-battery": " {device_alias} {device_battery_percentage}%",
|
||||
// "format-device-preference": [ "device1", "device2" ], // preference list deciding the displayed device
|
||||
"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}%"
|
||||
},
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
"capslock": true,
|
||||
|
|
Loading…
Reference in a new issue