Files
omarchy/config/waybar/config

127 lines
3.3 KiB
Plaintext
Raw Normal View History

2025-06-07 09:51:49 +02:00
{
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-06-23 12:30:06 -04:00
"custom/dropbox",
"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",
"power-profiles-daemon",
2025-06-18 14:00:29 +02: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",
"active": "󱓻",
"urgent": "󱓻"
},
"persistent_workspaces": {
"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,
"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": ["󰤯","󰤟","󰤢","󰤥","󰤨"],
"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-06-23 12:01:15 -04:00
"on-click": "alacritty -e iwctl"
2025-06-07 09:51:49 +02:00
},
"battery": {
2025-06-07 11:42:33 +02:00
"interval": 5,
"format": "{capacity}% {icon}",
2025-06-18 14:00:29 +02:00
"format-discharging": "{icon}",
"format-charging": "{icon}",
2025-06-07 11:42:33 +02:00
"format-plugged": "{capacity}%  {icon}",
2025-06-07 09:51:49 +02:00
"format-icons": {
2025-06-07 11:42:33 +02:00
"charging": [
"󰢜", "󰂆", "󰂇", "󰂈", "󰢝", "󰂉", "󰢞", "󰂊", "󰂋", "󰂅"
],
"default": [
"󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"
]
2025-06-07 09:51:49 +02:00
},
2025-06-07 11:42:33 +02:00
"format-full": "Charged ",
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
},
"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"
},
"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-16 12:28:26 +02:00
"power-profiles-daemon": {
"format": "{icon}",
"tooltip-format": "Power profile: {profile}",
"tooltip": true,
"format-icons": {
"power-saver": "󰡳",
"balanced": "󰊚",
"performance": "󰡴"
}
2025-06-23 12:30:06 -04:00
},
"custom/dropbox": {
"format": "",
"on-click": "nautilus ~/Dropbox",
"exec": "dropbox-cli status",
"return-type": "text",
"interval": 5,
"tooltip": true,
"tooltip-format": "{}"
2025-06-07 09:51:49 +02:00
}
}