150 lines
3.9 KiB
Plaintext
150 lines
3.9 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"position": "bottom",
|
|
"height": 24,
|
|
"spacing": 5,
|
|
|
|
"modules-left": ["hyprland/workspaces"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["tray", "idle_inhibitor", "group/network_grp", "group/audio"],
|
|
|
|
|
|
"group/network_grp": {
|
|
"orientation": "inherit",
|
|
"drawer": {
|
|
"transition-duration": 300,
|
|
"transition-left-to-right": true
|
|
},
|
|
"modules": [
|
|
"network",
|
|
"network#speed"
|
|
]
|
|
},
|
|
|
|
"group/audio": {
|
|
"orientation": "inherit",
|
|
"drawer": {
|
|
"transition-duration": 300,
|
|
"transition-left-to-right": true
|
|
},
|
|
"modules": [
|
|
"pulseaudio",
|
|
"pulseaudio#mic",
|
|
"pulseaudio#volume",
|
|
]
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"format": "<span size='larger'>{icon}</span>",
|
|
"on-click": "activate",
|
|
"format-icons": {
|
|
"active": "\uf444",
|
|
"default": "\uf4c3"
|
|
},
|
|
"icon-size": 10,
|
|
"sort-by-number": true,
|
|
"persistent-workspaces": {
|
|
"1": [],
|
|
"2": [],
|
|
"3": [],
|
|
"4": [],
|
|
"5": [],
|
|
}
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%d.%m.%Y | %H:%M}"
|
|
},
|
|
|
|
//"wireplumber": {
|
|
// "format": "\udb81\udd7e {volume}%",
|
|
// "max-volume": 100,
|
|
// "scroll-step": 5
|
|
//},
|
|
|
|
"pulseaudio": {
|
|
"format": "{icon} ",
|
|
"format-bluetooth": "{icon}",
|
|
"tooltip-format": "{volume}% {icon} | {desc}",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"headphones": "",
|
|
"handsfree": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": " ",
|
|
"default": [
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"on-click": "volume mute",
|
|
//"on-click-middle": "pavucontrol",
|
|
"on-scroll-up": "wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+",
|
|
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ -5%",
|
|
"smooth-scrolling-threshold": 1
|
|
},
|
|
"pulseaudio#volume": {
|
|
"format": " {volume}% "
|
|
},
|
|
// TODO missing
|
|
"pulseaudio#mic": {
|
|
"format": "{format_source}",
|
|
"format-source": "",
|
|
"format-source-muted": "",
|
|
"tooltip-format": "{volume}% {format_source} ",
|
|
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle",
|
|
"on-scroll-down": "wpctl set-volume @DEFAULT_SOURCE@ 5%-",
|
|
"on-scroll-up": "wpctl set-volume -l 1 @DEFAULT_SOURCE@ 5%+"
|
|
},
|
|
|
|
"memory": {
|
|
"interval": 30,
|
|
"format": "\uf4bc {used:0.1f}G"
|
|
},
|
|
|
|
"temperature": {
|
|
"format": "{temperatureC}°C"
|
|
},
|
|
|
|
"network": {
|
|
"format": "",
|
|
"format-ethernet": "\udb83\udc9d",
|
|
"format-wifi": "{icon}",
|
|
"format-disconnected": "\udb83\udc9c",
|
|
"format-icons": ["\udb82\udd2f", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28"],
|
|
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
|
|
"tooltip-format-ethernet": "{ifname}",
|
|
"tooltip-format-disconnected": "Disconnected",
|
|
},
|
|
"network#speed": {
|
|
"format": "{bandwidthDownBits}",
|
|
"interval": 5,
|
|
"tooltip-format": "{ipaddr}",
|
|
"tooltip-format-wifi": "{essid} ({signalStrength}%) \n{ipaddr} | {frequency} MHz{icon} ",
|
|
"tooltip-format-ethernet": "{ifname} \n{ipaddr} | {frequency} MHz{icon}",
|
|
"tooltip-format-disconnected": "Disconnected",
|
|
"tooltip": true
|
|
},
|
|
|
|
|
|
"hyprland/language": {
|
|
"format": "{short}"
|
|
},
|
|
|
|
"tray": {
|
|
"icon-size": 16,
|
|
"spacing": 16
|
|
},
|
|
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "\udb80\udd76",
|
|
"deactivated": "\udb83\udfaa"
|
|
}
|
|
}
|
|
}
|