Added AGS
This commit is contained in:
+75
-31
@@ -4,8 +4,18 @@
|
||||
"position": "top",
|
||||
"spacing": 0,
|
||||
"height": 30,
|
||||
"modules-left": ["custom/omarchy", "hyprland/workspaces"],
|
||||
"modules-center": ["clock", "custom/update", "custom/voxtype", "custom/screenrecording-indicator", "custom/idle-indicator", "custom/notification-silencing-indicator"],
|
||||
"modules-left": [
|
||||
"custom/omarchy",
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock",
|
||||
"custom/update",
|
||||
"custom/voxtype",
|
||||
"custom/screenrecording-indicator",
|
||||
"custom/idle-indicator",
|
||||
"custom/notification-silencing-indicator"
|
||||
],
|
||||
"modules-right": [
|
||||
"group/tray-expander",
|
||||
"bluetooth",
|
||||
@@ -18,12 +28,12 @@
|
||||
],
|
||||
"memory": {
|
||||
"interval": 10,
|
||||
"format": "",
|
||||
"format": "\udb81\ude1a",
|
||||
"tooltip-format": "Memory: {used:0.1f}G/{total:0.1f}G"
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": "",
|
||||
"format": "\udb80\udeca",
|
||||
"path": "/",
|
||||
"tooltip-format": "Disk: {used}/{total}"
|
||||
},
|
||||
@@ -31,7 +41,7 @@
|
||||
"on-click": "activate",
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"default": "\uea71",
|
||||
"1": "1",
|
||||
"2": "2",
|
||||
"3": "3",
|
||||
@@ -42,7 +52,7 @@
|
||||
"8": "8",
|
||||
"9": "9",
|
||||
"10": "0",
|
||||
"active": ""
|
||||
"active": "\udb85\udcfb"
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"1": [],
|
||||
@@ -63,17 +73,16 @@
|
||||
"tooltip-format": "Omarchy Menu\n\nSuper + Alt + Space"
|
||||
},
|
||||
"custom/update": {
|
||||
"format": "",
|
||||
"format": "\uf021",
|
||||
"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": "",
|
||||
"format": "\udb80\udf5b",
|
||||
"on-click": "omarchy-launch-or-focus-tui btop",
|
||||
"on-click-right": "alacritty"
|
||||
},
|
||||
@@ -84,11 +93,17 @@
|
||||
"on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select"
|
||||
},
|
||||
"network": {
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"format-icons": [
|
||||
"\udb82\udd2f",
|
||||
"\udb82\udd1f",
|
||||
"\udb82\udd22",
|
||||
"\udb82\udd25",
|
||||
"\udb82\udd28"
|
||||
],
|
||||
"format": "{icon}",
|
||||
"format-wifi": "{icon}",
|
||||
"format-ethernet": "",
|
||||
"format-disconnected": "",
|
||||
"format-ethernet": "\udb80\udc02",
|
||||
"format-disconnected": "\udb82\udd2e",
|
||||
"tooltip-format-wifi": "{essid} ({frequency} GHz)",
|
||||
"tooltip-format-ethernet": "Connected",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
@@ -100,14 +115,36 @@
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-discharging": "{icon}",
|
||||
"format-charging": "{icon}",
|
||||
"format-plugged": "",
|
||||
"format-plugged": "\uf1e6",
|
||||
"format-icons": {
|
||||
"charging": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"default": ["", "", "", "", "", "", "", "", "", ""]
|
||||
"charging": [
|
||||
"\udb82\udc9c",
|
||||
"\udb80\udc86",
|
||||
"\udb80\udc87",
|
||||
"\udb80\udc88",
|
||||
"\udb82\udc9d",
|
||||
"\udb80\udc89",
|
||||
"\udb82\udc9e",
|
||||
"\udb80\udc8a",
|
||||
"\udb80\udc8b",
|
||||
"\udb80\udc85"
|
||||
],
|
||||
"default": [
|
||||
"\udb80\udc7a",
|
||||
"\udb80\udc7b",
|
||||
"\udb80\udc7c",
|
||||
"\udb80\udc7d",
|
||||
"\udb80\udc7e",
|
||||
"\udb80\udc7f",
|
||||
"\udb80\udc80",
|
||||
"\udb80\udc81",
|
||||
"\udb80\udc82",
|
||||
"\udb80\udc79"
|
||||
]
|
||||
},
|
||||
"format-full": "",
|
||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||||
"format-full": "\udb80\udc85",
|
||||
"tooltip-format-discharging": "{power:>1.0f}W\u2193 {capacity}%",
|
||||
"tooltip-format-charging": "{power:>1.0f}W\u2191 {capacity}%",
|
||||
"interval": 5,
|
||||
"on-click": "omarchy-menu power",
|
||||
"states": {
|
||||
@@ -116,10 +153,10 @@
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"format": "",
|
||||
"format-off": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": "",
|
||||
"format": "\uf294",
|
||||
"format-off": "\udb80\udcb2",
|
||||
"format-disabled": "\udb80\udcb2",
|
||||
"format-connected": "\udb80\udcb1",
|
||||
"format-no-controller": "",
|
||||
"tooltip-format": "Devices connected: {num_connections}",
|
||||
"on-click": "omarchy-launch-bluetooth"
|
||||
@@ -130,11 +167,15 @@
|
||||
"on-click-right": "pamixer -t",
|
||||
"tooltip-format": "Playing at {volume}%",
|
||||
"scroll-step": 5,
|
||||
"format-muted": "",
|
||||
"format-muted": "\ueee8",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"headset": "",
|
||||
"default": ["", "", ""]
|
||||
"headphone": "\uf025",
|
||||
"headset": "\uf025",
|
||||
"default": [
|
||||
"\uf026",
|
||||
"\uf027",
|
||||
"\uf028"
|
||||
]
|
||||
}
|
||||
},
|
||||
"group/tray-expander": {
|
||||
@@ -143,10 +184,13 @@
|
||||
"transition-duration": 600,
|
||||
"children-class": "tray-group-item"
|
||||
},
|
||||
"modules": ["custom/expand-icon", "tray"]
|
||||
"modules": [
|
||||
"custom/expand-icon",
|
||||
"tray"
|
||||
]
|
||||
},
|
||||
"custom/expand-icon": {
|
||||
"format": "",
|
||||
"format": "\uf053",
|
||||
"tooltip": false,
|
||||
"on-scroll-up": "",
|
||||
"on-scroll-down": "",
|
||||
@@ -165,8 +209,8 @@
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"idle": "",
|
||||
"recording": "",
|
||||
"transcribing": ""
|
||||
"recording": "\udb80\udf6c",
|
||||
"transcribing": "\udb81\udd1f"
|
||||
},
|
||||
"tooltip": true,
|
||||
"on-click-right": "omarchy-voxtype-config",
|
||||
@@ -188,4 +232,4 @@
|
||||
"icon-size": 14,
|
||||
"spacing": 17
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user