diff options
author | ZachIR <zachir@librem.one> | 2025-08-04 17:03:38 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-04 17:03:38 -0500 |
commit | 2c7bd7a79a70365e4f0c018031b38435bd7b657c (patch) | |
tree | 8ec0efc5e969eedd200f81703b13461b951d7ab3 /waybar/config | |
parent | 686500f52a30d820a6ccae42f7041b2efcc98938 (diff) | |
parent | 6c401a2b4ddab98ade9e8a93afa27b5584079c29 (diff) |
Merge branch 'master' into car
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/waybar/config b/waybar/config index 9c7c2c5..39fda47 100644 --- a/waybar/config +++ b/waybar/config @@ -157,7 +157,7 @@ "tooltip": false }, "memory": { - "format": "{}% " + "format": "{used}G " }, "battery": { "bat": "BAT0", @@ -192,7 +192,7 @@ }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{essid} ({signalStrength}%) ", + "format-wifi": "{essid} ", "format-ethernet": "Connected ", "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", @@ -223,7 +223,7 @@ }, "custom/power":{ "format": "", - "on-click": "rofi -show p -modi p:rofi-power-menu", + "on-click": "power-menu", //"on-click-right": "killall rofi" }, "custom/snip":{ |