diff options
| -rw-r--r-- | config.jsonc | 1 | ||||
| -rw-r--r-- | modules.jsonc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/config.jsonc b/config.jsonc index 53b040b..12e47b1 100644 --- a/config.jsonc +++ b/config.jsonc @@ -12,6 +12,7 @@ "modules-right": [ "cpu", "memory", + "backlight", "battery", "bluetooth", "network", diff --git a/modules.jsonc b/modules.jsonc index c6783c7..1a22270 100644 --- a/modules.jsonc +++ b/modules.jsonc @@ -145,7 +145,7 @@ "tooltip-format-wifi": "<b>{essid} ({signalStrength}%) </b>\nSSID:\t {ifname}\nIP:\t {ipaddr}\nGateway: {gwaddr}\nNetmask: {netmask}\nCIDR:\t {cidr}bit subnet mask\nBSSID:\t {bssid}\nSignal:\t {signaldBm}dBm\nFreq:\t {frequency}", "tooltip-format-ethernet": "{ifname} " , "tooltip-format-disconnected": "Disconnected", - "on-click": "foot -Tiwd iwctl" + "on-click": "foot -Tiwd impala" }, "memory": { |
