mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
203 lines
5.6 KiB
JSON
203 lines
5.6 KiB
JSON
{
|
||
"reload_style_on_change": true,
|
||
"layer": "top",
|
||
"position": "top",
|
||
"spacing": 0,
|
||
"height": 26,
|
||
"width": 0,
|
||
"modules-left": ["custom/omarchy", "hyprland/workspaces"],
|
||
"modules-center": ["clock#horizontal", "clock#vertical", "custom/weather", "custom/update", "custom/voxtype", "custom/screenrecording-indicator", "custom/idle-indicator", "custom/notification-silencing-indicator"],
|
||
"modules-right": [
|
||
"group/tray-expander",
|
||
"bluetooth",
|
||
"network",
|
||
"pulseaudio",
|
||
"cpu",
|
||
"battery"
|
||
],
|
||
"hyprland/workspaces": {
|
||
"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",
|
||
"10": "0",
|
||
"active": ""
|
||
},
|
||
"persistent-workspaces": {
|
||
"1": [],
|
||
"2": [],
|
||
"3": [],
|
||
"4": [],
|
||
"5": []
|
||
}
|
||
},
|
||
"custom/omarchy": {
|
||
"format": "<span font='omarchy'>\ue900</span>",
|
||
"on-click": "omarchy-menu",
|
||
"on-click-right": "xdg-terminal-exec",
|
||
"tooltip-format": "Omarchy Menu\n\nSuper + Alt + Space"
|
||
},
|
||
"custom/update": {
|
||
"format": "",
|
||
"exec": "omarchy-update-available",
|
||
"on-click": "omarchy-launch-floating-terminal-with-presentation omarchy-update",
|
||
"tooltip-format": "Omarchy update available",
|
||
"signal": 7,
|
||
"interval": 21600
|
||
},
|
||
|
||
"cpu": {
|
||
"interval": 5,
|
||
"format": "",
|
||
"on-click": "omarchy-launch-or-focus-tui btop",
|
||
"on-click-right": "alacritty"
|
||
},
|
||
"clock#horizontal": {
|
||
"format": "{:L%A %H:%M}",
|
||
"format-alt": "{:L%d %B W%V %Y}",
|
||
"tooltip": false,
|
||
"on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select"
|
||
},
|
||
"clock#vertical": {
|
||
"format": "{:%H\n —\n%M}",
|
||
"format-alt": "{:L%d %B W%V %Y}",
|
||
"tooltip": false,
|
||
"on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select"
|
||
},
|
||
"custom/weather": {
|
||
"exec": "$OMARCHY_PATH/default/waybar/weather.sh",
|
||
"return-type": "json",
|
||
"interval": 60,
|
||
"tooltip": false,
|
||
"on-click": "notify-send -u low \"$(omarchy-weather-status)\""
|
||
},
|
||
"network": {
|
||
"format-icons": ["", "", "", "", ""],
|
||
"format": "{icon}",
|
||
"format-wifi": "{icon}",
|
||
"format-ethernet": "",
|
||
"format-disconnected": "",
|
||
"tooltip-format-wifi": "{essid} ({frequency} GHz)",
|
||
"tooltip-format-ethernet": "Connected",
|
||
"tooltip-format-disconnected": "Disconnected",
|
||
"interval": 3,
|
||
"spacing": 1,
|
||
"on-click": "omarchy-launch-wifi"
|
||
},
|
||
"battery": {
|
||
"format": "{capacity}% {icon}",
|
||
"format-discharging": "{icon}",
|
||
"format-charging": "{icon}",
|
||
"format-plugged": "",
|
||
"format-icons": {
|
||
"charging": ["", "", "", "", "", "", "", "", "", ""],
|
||
"default": ["", "", "", "", "", "", "", "", "", ""]
|
||
},
|
||
"format-full": "",
|
||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||
"interval": 5,
|
||
"on-click": "omarchy-menu power",
|
||
"on-click-right": "notify-send -u low \"$(omarchy-battery-status)\"",
|
||
"states": {
|
||
"warning": 20,
|
||
"critical": 10
|
||
}
|
||
},
|
||
"bluetooth": {
|
||
"format": "",
|
||
"format-off": "",
|
||
"format-disabled": "",
|
||
"format-connected": "",
|
||
"format-no-controller": "",
|
||
"tooltip-format": "Devices connected: {num_connections}",
|
||
"on-click": "omarchy-launch-bluetooth"
|
||
},
|
||
"pulseaudio": {
|
||
"format": "{icon}",
|
||
"on-click": "omarchy-launch-audio",
|
||
"on-click-right": "pamixer -t",
|
||
"tooltip-format": "Playing at {volume}%",
|
||
"scroll-step": 5,
|
||
"format-muted": "",
|
||
"format-icons": {
|
||
"headphone": "",
|
||
"headset": "",
|
||
"default": ["", "", ""]
|
||
}
|
||
},
|
||
"group/tray-expander": {
|
||
"orientation": "inherit",
|
||
"drawer": {
|
||
"transition-duration": 600,
|
||
"children-class": "tray-group-item"
|
||
},
|
||
"modules": ["group/expand-icons", "tray"]
|
||
},
|
||
"group/expand-icons": {
|
||
"orientation": "inherit",
|
||
"modules": ["custom/expand-icon#horizontal", "custom/expand-icon#vertical"]
|
||
},
|
||
"custom/expand-icon#horizontal": {
|
||
"format": "",
|
||
"tooltip": false,
|
||
"on-scroll-up": "",
|
||
"on-scroll-down": "",
|
||
"on-scroll-left": "",
|
||
"on-scroll-right": ""
|
||
},
|
||
"custom/expand-icon#vertical": {
|
||
"format": "",
|
||
"rotate": 270,
|
||
"tooltip": false,
|
||
"on-scroll-up": "",
|
||
"on-scroll-down": "",
|
||
"on-scroll-left": "",
|
||
"on-scroll-right": ""
|
||
},
|
||
"custom/screenrecording-indicator": {
|
||
"on-click": "omarchy-capture-screenrecording",
|
||
"exec": "$OMARCHY_PATH/default/waybar/indicators/screen-recording.sh",
|
||
"signal": 8,
|
||
"return-type": "json"
|
||
},
|
||
"custom/idle-indicator": {
|
||
"on-click": "omarchy-toggle-idle",
|
||
"exec": "$OMARCHY_PATH/default/waybar/indicators/idle.sh",
|
||
"signal": 9,
|
||
"return-type": "json"
|
||
},
|
||
"custom/notification-silencing-indicator": {
|
||
"on-click": "omarchy-toggle-notification-silencing",
|
||
"exec": "$OMARCHY_PATH/default/waybar/indicators/notification-silencing.sh",
|
||
"signal": 10,
|
||
"return-type": "json"
|
||
},
|
||
"custom/voxtype": {
|
||
"exec": "omarchy-voxtype-status",
|
||
"return-type": "json",
|
||
"format": "{icon}",
|
||
"format-icons": {
|
||
"idle": "",
|
||
"recording": "",
|
||
"transcribing": ""
|
||
},
|
||
"tooltip": true,
|
||
"on-click-right": "omarchy-voxtype-config",
|
||
"on-click": "omarchy-voxtype-model"
|
||
},
|
||
"tray": {
|
||
"icon-size": 12,
|
||
"spacing": 17
|
||
}
|
||
}
|