diff --git a/waybar/waybar.config b/waybar/waybar.config
index ac64ba4..a9fae2f 100644
--- a/waybar/waybar.config
+++ b/waybar/waybar.config
@@ -1,55 +1,19 @@
{
- // "layer": "top", // Waybar at top layer
- // "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 25, // Waybar height (to be removed for auto height)
- // "width": 1280, // Waybar width
- // Choose the order of the modules
- "modules-left": ["sway/workspaces", "sway/mode"],
+ "modules-left": ["sway/workspaces"],
"modules-center": ["sway/window"],
- // "modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "sway/language", "battery", "battery#bat2", "clock", "tray"],
- "modules-right": ["network", "cpu", "memory", "temperature", "pulseaudio", "backlight", "clock", "tray"],
- // Modules configuration
+ "modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "clock", "tray"],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"format": "{name}: {icon}",
"format-icons": {
- "1": "",
"urgent": "",
"focused": "",
"default": ""
}
},
- "sway/mode": {
- "format": "{}"
- },
- "mpd": {
- "format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ ",
- "format-disconnected": "Disconnected ",
- "format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
- "unknown-tag": "N/A",
- "interval": 2,
- "consume-icons": {
- "on": " "
- },
- "random-icons": {
- "off": " ",
- "on": " "
- },
- "repeat-icons": {
- "on": " "
- },
- "single-icons": {
- "on": "1 "
- },
- "state-icons": {
- "paused": "",
- "playing": ""
- },
- "tooltip-format": "MPD (connected)",
- "tooltip-format-disconnected": "MPD (disconnected)"
- },
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
@@ -58,11 +22,10 @@
}
},
"tray": {
- // "icon-size": 21,
"spacing": 10
},
"clock": {
- "timezone": "America/Sao_Paulo",
+ "timezone": "Europe/Berlin",
"tooltip-format": "{:%Y %B}\n{calendar}",
"format": "{:%d/%m %H:%M:%S}"
},
@@ -73,22 +36,13 @@
"memory": {
"format": "{}% "
},
- "temperature": {
- // "thermal-zone": 2,
- // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
- "critical-threshold": 80,
- // "format-critical": "{temperatureC}°C {icon}",
- "format": "{temperatureC}°C {icon}",
- "format-icons": ["", "", ""]
- },
"backlight": {
- // "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", ""]
},
"battery": {
"states": {
- // "good": 95,
+ "good": 80,
"warning": 30,
"critical": 15
},
@@ -96,15 +50,9 @@
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
- // "format-good": "", // An empty format will hide the module
- // "format-full": "",
"format-icons": ["", "", "", "", ""]
},
- "battery#bat2": {
- "bat": "BAT2"
- },
"network": {
- // "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",