diff --git a/waybar/.config/config b/waybar/.config/config

index d37ecafcefacaa2cf02fe5eec1be6de19ed37afb..b5b65fab1d2cc5448ef035434725d99e550b322e 100644

--- a/waybar/.config/config

+++ b/waybar/.config/config

@@ -82,10 +82,13 @@ "states": {

"critical": 90

},

"format": "{usage}% ",

- "tooltip": true

+ "tooltip": true,

+ "on-click": "/home/michal/.local/bin/floating alacritty -e gotop"

},

"memory": {

- "format": "{}% "

+ "format": "{}% ",

+ "on-click": "/home/michal/.local/bin/floating alacritty -e gotop"

+

},

"temperature": {

// "thermal-zone": 2,

@@ -96,13 +99,11 @@ "format": "{temperatureC}°C {icon}",

"format-icons": ["", "", ""]

},

"backlight": {

- // "device": "acpi_video1",

"format": "{percent}% {icon}",

"format-icons": ["", ""]

},

"battery": {

"states": {

- // "good": 95,

"warning": 20,

"critical": 10

},

@@ -110,14 +111,11 @@ "format": "{capacity}% {icon}",

"format-charging": "{capacity}% ",

"format-plugged": "{capacity}% ",

"format-alt": "{time} {icon}",

- // "format-good": "", // An empty format will hide the module

- // "format-full": "",

"format-icons": ["", "", "", "", ""]

},

"battery#bat1": {

"bat": "BAT1",

"states":{

- // "good": 95,

"warning": 20,

"critical": 10

},

@@ -125,7 +123,6 @@ "format": "{capacity}% {icon}",

"format-charging": "{capacity}% ",

"format-plugged": "{capacity}% ",

"format-alt": "{time} {icon}",

- // "format-full": "",

"format-icons": ["", "", "", "", ""]

},