2025-06-07 09:51:49 +02:00
|
|
|
{
|
2025-07-14 02:31:07 +02:00
|
|
|
"reload_style_on_change": true,
|
2025-06-07 11:42:33 +02:00
|
|
|
"layer": "top",
|
2025-06-07 09:51:49 +02:00
|
|
|
"position": "top",
|
|
|
|
"spacing": 0,
|
2025-06-07 11:42:33 +02:00
|
|
|
"height": 26,
|
2025-06-07 09:51:49 +02:00
|
|
|
"modules-left": [
|
2025-06-07 11:42:33 +02:00
|
|
|
"hyprland/workspaces"
|
2025-06-07 09:51:49 +02:00
|
|
|
],
|
|
|
|
"modules-center": [
|
2025-06-07 11:42:33 +02:00
|
|
|
"clock"
|
2025-06-07 09:51:49 +02:00
|
|
|
],
|
|
|
|
"modules-right": [
|
2025-07-14 10:40:13 +10:00
|
|
|
"group/tray-expander",
|
2025-06-16 13:25:16 +02:00
|
|
|
"bluetooth",
|
2025-06-07 11:42:33 +02:00
|
|
|
"network",
|
2025-06-18 15:11:32 +02:00
|
|
|
"pulseaudio",
|
2025-06-18 14:00:29 +02:00
|
|
|
"cpu",
|
2025-07-08 10:49:54 -04:00
|
|
|
"battery"
|
2025-06-07 09:51:49 +02:00
|
|
|
],
|
|
|
|
"hyprland/workspaces": {
|
2025-06-07 11:42:33 +02:00
|
|
|
"on-click": "activate",
|
|
|
|
"format": "{icon}",
|
|
|
|
"format-icons": {
|
|
|
|
"default": "",
|
|
|
|
"1": "1",
|
|
|
|
"2": "2",
|
|
|
|
"3": "3",
|
|
|
|
"4": "4",
|
|
|
|
"5": "5",
|
|
|
|
"6": "6",
|
|
|
|
"7": "7",
|
|
|
|
"8": "8",
|
|
|
|
"9": "9",
|
2025-06-24 12:19:44 -07:00
|
|
|
"active": ""
|
2025-06-07 11:42:33 +02:00
|
|
|
},
|
2025-06-29 01:17:17 +02:00
|
|
|
"persistent-workspaces": {
|
2025-06-07 11:42:33 +02:00
|
|
|
"1": [],
|
|
|
|
"2": [],
|
|
|
|
"3": [],
|
|
|
|
"4": [],
|
|
|
|
"5": []
|
|
|
|
}
|
2025-06-07 09:51:49 +02:00
|
|
|
},
|
2025-06-07 11:06:31 +02:00
|
|
|
"cpu": {
|
2025-06-07 11:42:33 +02:00
|
|
|
"interval": 5,
|
2025-06-16 13:25:16 +02:00
|
|
|
"format": "",
|
2025-06-07 11:42:33 +02:00
|
|
|
"on-click": "alacritty -e btop"
|
2025-06-07 09:51:49 +02:00
|
|
|
},
|
|
|
|
"clock": {
|
2025-06-09 09:57:01 +02:00
|
|
|
"format": "{:%A %H:%M}",
|
2025-06-16 13:38:54 +02:00
|
|
|
"format-alt": "{:%d %B W%V %Y}",
|
2025-06-09 09:57:01 +02:00
|
|
|
"tooltip": false
|
2025-06-07 09:51:49 +02:00
|
|
|
},
|
|
|
|
"network": {
|
2025-06-07 11:42:33 +02:00
|
|
|
"format-icons": ["","","","",""],
|
2025-06-27 10:18:19 -07:00
|
|
|
"format" : "{icon}",
|
2025-06-16 13:25:16 +02:00
|
|
|
"format-wifi" : "{icon}",
|
|
|
|
"format-ethernet" : "",
|
2025-06-07 11:42:33 +02:00
|
|
|
"format-disconnected" : "",
|
2025-06-24 12:10:35 -07:00
|
|
|
"tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
|
|
|
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
2025-06-07 11:42:33 +02:00
|
|
|
"tooltip-format-disconnected": "Disconnected",
|
2025-06-09 09:57:23 +02:00
|
|
|
"interval": 3,
|
2025-06-07 11:42:33 +02:00
|
|
|
"nospacing": 1,
|
2025-07-07 10:49:46 -07:00
|
|
|
"on-click": "alacritty --class=Impala -e impala"
|
2025-06-07 09:51:49 +02:00
|
|
|
},
|
|
|
|
"battery": {
|
2025-06-07 11:42:33 +02:00
|
|
|
"format": "{capacity}% {icon}",
|
2025-06-18 14:00:29 +02:00
|
|
|
"format-discharging": "{icon}",
|
|
|
|
"format-charging": "{icon}",
|
2025-06-24 12:11:21 -07:00
|
|
|
"format-plugged": "",
|
2025-07-09 09:53:07 -07:00
|
|
|
"format-icons": {
|
|
|
|
"charging": [
|
|
|
|
"", "", "", "", "", "", "", "", "", ""
|
|
|
|
],
|
|
|
|
"default": [
|
|
|
|
"", "", "", "", "", "", "", "", "", ""
|
|
|
|
]
|
|
|
|
},
|
2025-07-09 20:52:16 -07:00
|
|
|
"format-full": "",
|
2025-06-18 14:00:29 +02:00
|
|
|
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
|
|
|
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
2025-06-07 11:42:33 +02:00
|
|
|
"interval": 5,
|
|
|
|
"states": {
|
|
|
|
"warning": 20,
|
|
|
|
"critical": 10
|
2025-06-08 23:05:27 +02:00
|
|
|
}
|
2025-06-16 12:28:26 +02:00
|
|
|
},
|
2025-06-16 13:25:16 +02:00
|
|
|
"bluetooth": {
|
|
|
|
"format": "",
|
|
|
|
"format-disabled": "",
|
|
|
|
"format-connected": "",
|
2025-06-18 15:05:33 +02:00
|
|
|
"tooltip-format": "Devices connected: {num_connections}",
|
2025-06-18 15:22:44 +02:00
|
|
|
"on-click": "GTK_THEME=Adwaita-dark blueberry"
|
2025-06-16 13:25:16 +02:00
|
|
|
},
|
2025-06-18 09:41:50 +02:00
|
|
|
"pulseaudio": {
|
2025-07-14 01:50:22 +02:00
|
|
|
"format": "{icon}",
|
2025-06-18 09:41:50 +02:00
|
|
|
"on-click": "GTK_THEME=Adwaita-dark pavucontrol",
|
|
|
|
"on-click-right": "pamixer -t",
|
2025-07-14 01:50:22 +02:00
|
|
|
"tooltip-format": "Playing at {volume}%",
|
|
|
|
"scroll-step": 5,
|
|
|
|
"format-muted": "",
|
|
|
|
"format-icons": {
|
|
|
|
"default": ["", "", ""]
|
|
|
|
}
|
2025-07-14 10:40:13 +10:00
|
|
|
},
|
|
|
|
"group/tray-expander": {
|
|
|
|
"orientation": "inherit",
|
|
|
|
"drawer": {
|
|
|
|
"transition-duration": 600,
|
|
|
|
"children-class": "tray-group-item"
|
|
|
|
},
|
|
|
|
"modules": [
|
|
|
|
"custom/expand-icon",
|
|
|
|
"tray"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"custom/expand-icon": {
|
|
|
|
"format": " ",
|
|
|
|
"tooltip": false
|
|
|
|
},
|
|
|
|
"tray": {
|
|
|
|
"icon-size": 12,
|
|
|
|
"spacing": 12
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
2025-07-14 00:44:25 +00:00
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
"interval": 5,
|
|
|
|
"format": "",
|
|
|
|
"on-click": "alacritty -e btop"
|
|
|
|
},
|
|
|
|
"clock": {
|
|
|
|
"format": "{:%A %H:%M}",
|
|
|
|
"format-alt": "{:%d %B W%V %Y}",
|
|
|
|
"tooltip": false
|
|
|
|
},
|
|
|
|
"network": {
|
|
|
|
"format-icons": ["","","","",""],
|
|
|
|
"format" : "{icon}",
|
|
|
|
"format-wifi" : "{icon}",
|
|
|
|
"format-ethernet" : "",
|
|
|
|
"format-disconnected" : "",
|
|
|
|
"tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
|
|
|
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
|
|
|
"tooltip-format-disconnected": "Disconnected",
|
|
|
|
"interval": 3,
|
|
|
|
"nospacing": 1,
|
|
|
|
"on-click": "alacritty --class=Impala -e impala"
|
|
|
|
},
|
|
|
|
"battery": {
|
|
|
|
"format": "{capacity}% {icon}",
|
|
|
|
"format-discharging": "{icon}",
|
|
|
|
"format-charging": "{icon}",
|
|
|
|
"format-plugged": "",
|
|
|
|
"format-icons": {
|
|
|
|
"charging": [
|
|
|
|
"", "", "", "", "", "", "", "", "", ""
|
|
|
|
],
|
|
|
|
"default": [
|
|
|
|
"", "", "", "", "", "", "", "", "", ""
|
|
|
|
]
|
2025-06-16 13:25:16 +02:00
|
|
|
},
|
2025-07-14 00:44:25 +00:00
|
|
|
"format-full": "",
|
|
|
|
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
|
|
|
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
|
|
|
"interval": 5,
|
|
|
|
"states": {
|
|
|
|
"warning": 20,
|
|
|
|
"critical": 10
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
2025-07-14 00:44:25 +00:00
|
|
|
},
|
|
|
|
"bluetooth": {
|
|
|
|
"format": "",
|
|
|
|
"format-disabled": "",
|
|
|
|
"format-connected": "",
|
|
|
|
"tooltip-format": "Devices connected: {num_connections}",
|
|
|
|
"on-click": "GTK_THEME=Adwaita-dark blueberry"
|
|
|
|
},
|
|
|
|
"pulseaudio": {
|
|
|
|
"format": "",
|
|
|
|
"format-muted": "",
|
|
|
|
"scroll-step": 5,
|
|
|
|
"on-click": "GTK_THEME=Adwaita-dark pavucontrol",
|
|
|
|
"tooltip-format": "Playing at {volume}%",
|
|
|
|
"on-click-right": "pamixer -t",
|
|
|
|
"ignored-sinks": ["Easy Effects Sink"]
|
|
|
|
}
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|