added waybar configs for pc monitors

This commit is contained in:
2025-09-19 12:45:10 +02:00
parent 2344696b30
commit c13a5026d4
3 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
{
"name": "bar-dp1",
"output": "DP-1",
"spacing": 8,
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["privacy", "mpris"],
"modules-right": [
"group/sys",
"network",
"pulseaudio",
"bluetooth",
"battery",
"power-profiles-daemon",
"custom/hyprsunset",
"tray",
"clock",
],
"hyprland/window": {
"max-length": 60,
},
"mpris": {
"dynamic-len": 30,
},
"custom/sys": {
"format": "",
"tooltip": true,
},
"group/sys": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 350,
"children-class": "sys",
"click-to-reveal": true,
"transition-left-to-right": false,
},
"modules": [
"custom/sys",
"cpu",
"memory",
"disk#nvme0",
"disk#nvme1",
"custom/temps",
],
},
"network": {
"format-wifi": " {signalStrength}%",
"format-ethernet": "",
"format-disconnected": "󰌙",
"tooltip": true,
"tooltip-format": "{ifname} → {gwaddr}",
"on-click": "nm-connection-editor",
"on-click-right": "alacritty -e nmtui",
},
"bluetooth": {
"format": "",
"format-connected": " {device_battery_percentage}%",
"tooltip": true,
"on-click": "blueman-manager",
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "",
"scroll-step": 5,
"interval": 30,
"tooltip": true,
"on-click": "pavucontrol",
"on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"format-icons": {
"default": ["", ""],
},
},
"clock": {
"format": "{:%R | %d.%m.}",
},
}

View File

@@ -0,0 +1,30 @@
{
"name": "bar-dp2",
"output": "DP-2",
"spacing": 10,
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["privacy", "mpris"],
"modules-right": [
"cpu",
"memory",
"disk#nvme0",
"disk#nvme1",
"network",
"pulseaudio",
"bluetooth",
"battery",
"power-profiles-daemon",
"custom/alhp",
"custom/razer-mouse-battery",
"custom/temps",
"custom/hyprsunset",
"tray",
"clock",
],
"hyprland/window": {
"max-length": 80,
},
"mpris": {
"dynamic-len": 60,
},
}

View File

@@ -0,0 +1,66 @@
{
"name": "bar-hdmi",
"output": "HDMI-A-1",
"height": 28,
"spacing": 6,
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["privacy", "mpris"],
"modules-right": [
"network",
"pulseaudio",
"bluetooth",
"battery",
"custom/hyprsunset",
"tray",
"clock",
],
"hyprland/workspaces": {
"icon-size": 22,
"spacing": 8,
},
"hyprland/window": {
"max-length": 50,
},
"mpris": {
"dynamic-len": 50,
},
"network": {
"format-wifi": " {signalStrength}%",
"format-ethernet": "",
"format-disconnected": "󰌙",
"tooltip": true,
"tooltip-format": "{ifname} → {gwaddr}",
"on-click": "nm-connection-editor",
"on-click-right": "alacritty -e nmtui",
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-muted": "",
"scroll-step": 5,
"interval": 30,
"tooltip": true,
"on-click": "pavucontrol",
"on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"format-icons": {
"default": ["", ""],
"bluez_output.50_5E_5C_2D_F3_B2.1": "",
},
},
"bluetooth": {
"format": "",
"format-connected": " {device_battery_percentage}%",
"tooltip": true,
"on-click": "blueman-manager",
},
"tray": {
"icon-size": 16,
"spacing": 3,
},
"clock": {
"format": "{:%R}",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": {
"mode": "month",
},
},
}