update arch
This commit is contained in:
@@ -1,33 +1,17 @@
|
||||
{
|
||||
"layer": "bottom",
|
||||
"output": ["DP-9","DP-8","DP-10"],
|
||||
"position": "top",
|
||||
"height": 24,
|
||||
"spacing": 10,
|
||||
"spacing": 15,
|
||||
"modules-left": ["sway/workspaces","sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
"modules-right": ["idle_inhibitor","cpu","memory","battery","pulseaudio","clock","tray"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["battery","pulseaudio","tray"],
|
||||
"sway/mode": {
|
||||
"format": "{}"
|
||||
},
|
||||
"sway/window": {
|
||||
"format": "{title}"
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "\uf06e",
|
||||
"deactivated": "\uf070"
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": "CPU: {usage}%"
|
||||
},
|
||||
"memory": {
|
||||
"interval": 30,
|
||||
"format": "RAM: {used:0.1f}GiB/{total:0.1f}GiB ({percentage}%) SWAP: {swapUsed:0.1f}GiB/{swapTotal:0.1f}GiB ({swapPercentage}%)"
|
||||
},
|
||||
"battery": {
|
||||
"bat": "BAT0",
|
||||
"states": {
|
||||
@@ -35,12 +19,12 @@
|
||||
"warning": 30,
|
||||
"critical": 5
|
||||
},
|
||||
"format": "BAT0: {capacity}%",
|
||||
"format-charging": "BAT0: {capacity}% (charging)",
|
||||
"format-plugged": "BAT0: {capacity}% (plugged)",
|
||||
"format": "Battery: {capacity}%",
|
||||
"format-charging": "Battery: {capacity}% (charging)",
|
||||
"format-plugged": "Battery: {capacity}% (plugged)",
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%Y/%m/%d %H:%M}",
|
||||
"format": "{:%H:%M %m/%d/%Y}",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
"calendar": {
|
||||
"format": {
|
||||
@@ -50,7 +34,7 @@
|
||||
}
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format": "{icon} {volume}%",
|
||||
"format-icons": {
|
||||
"default": ["\uf026", "\uf027", "\uf028"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user