AutoYADM commit: 2025-01-10 17:15:04

This commit is contained in:
Daniel Fichtinger 2025-01-10 17:15:04 -05:00
parent 72c7f75b9a
commit 6edf89b295

View file

@ -1,78 +1,78 @@
{ // {
"colors": { // "colors": {
"background": "#121212", // "background": "#121212",
"background-alt": "#323232", // "background-alt": "#323232",
"foreground": "#d5d5d5", // "foreground": "#d5d5d5",
"primary": "#B14242", // "primary": "#B14242",
"secondary": "#C4693D", // "secondary": "#C4693D",
"alert": "#C53030", // "alert": "#C53030",
"disabled": "#949494", // "disabled": "#949494",
}, // },
"bar": { // "bar": {
"position": "top", // "position": "top",
"height": 24, // "height": 24,
"margin": "6", // "margin": "6",
"dpi": 96, // "dpi": 96,
"background": "${colors.background}", // "background": "${colors.background}",
"foreground": "${colors.foreground}", // "foreground": "${colors.foreground}",
"modules-left": ["wlr/workspaces", "window"], // "modules-left": ["wlr/workspaces", "window"],
"modules-right": [ // "modules-right": [
"filesystem", // "filesystem",
"pulseaudio", // "pulseaudio",
"memory", // "memory",
"cpu", // "cpu",
"network", // "network",
"tray", // "tray",
"battery", // "battery",
"clock", // "clock",
], // ],
"separator": "|", // "separator": "|",
"separator-color": "${colors.disabled}", // "separator-color": "${colors.disabled}",
"font": "monospace 12", // "font": "monospace 12",
}, // },
"modules": { // "modules": {
"wlr/workspaces": { // "wlr/workspaces": {
"format": "{icon}", // "format": "{icon}",
"on-click": "activate", // "on-click": "activate",
}, // },
"window": { // "window": {
"format": "{title}", // "format": "{title}",
}, // },
"filesystem": { // "filesystem": {
"path": "/", // "path": "/",
"interval": 25, // "interval": 25,
"format": "{percentage_used}%", // "format": "{percentage_used}%",
}, // },
"pulseaudio": { // "pulseaudio": {
"format": "{volume}%", // "format": "{volume}%",
"format-muted": "Muted", // "format-muted": "Muted",
"on-click": "pavucontrol", // "on-click": "pavucontrol",
}, // },
"memory": { // "memory": {
"interval": 2, // "interval": 2,
"format": "RAM {used_percent}%", // "format": "RAM {used_percent}%",
}, // },
"cpu": { // "cpu": {
"interval": 2, // "interval": 2,
"format": "CPU {usage}%", // "format": "CPU {usage}%",
}, // },
"network": { // "network": {
"interval": 5, // "interval": 5,
"format": "{ifname}: {ipaddr}", // "format": "{ifname}: {ipaddr}",
}, // },
"tray": {}, // "tray": {},
"battery": { // "battery": {
"interval": 5, // "interval": 5,
"format": "{capacity}% {status}", // "format": "{capacity}% {status}",
"states": { // "states": {
"warning": 15, // "warning": 15,
"critical": 5, // "critical": 5,
}, // },
}, // },
"clock": { // "clock": {
"interval": 1, // "interval": 1,
"format": "%H:%M", // "format": "%H:%M",
"tooltip-format": "%Y-%m-%d %H:%M:%S", // "tooltip-format": "%Y-%m-%d %H:%M:%S",
}, // },
}, // },
} // }