diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-09-28 15:15:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 15:15:01 -0400 |
commit | e5fe41e4ada14c2e759efaf89571f6c4d31ccc51 (patch) | |
tree | 4aa2645a5059d0d96d8c4898306ba54008c1d6e4 /batteryarc-widget | |
parent | a0b4dc57619a5378c555fa5193ef97e038dce776 (diff) | |
parent | 3dcc4e088f67edb361a99cfc58747c8b1f62ac17 (diff) |
Merge pull request #193 from ekohl/patch-1
Fix typo: Huston -> Houston
Diffstat (limited to 'batteryarc-widget')
-rw-r--r-- | batteryarc-widget/batteryarc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/batteryarc-widget/batteryarc.lua b/batteryarc-widget/batteryarc.lua index a4bb357..916c7b1 100644 --- a/batteryarc-widget/batteryarc.lua +++ b/batteryarc-widget/batteryarc.lua @@ -34,7 +34,7 @@ local function worker(args) local medium_level_color = args.medium_level_color or '#c0ca33' local charging_color = args.charging_color or '#43a047' - local warning_msg_title = args.warning_msg_title or 'Huston, we have a problem' + local warning_msg_title = args.warning_msg_title or 'Houston, we have a problem' local warning_msg_text = args.warning_msg_text or 'Battery is dying' local warning_msg_position = args.warning_msg_position or 'bottom_right' local warning_msg_icon = args.warning_msg_icon or HOME .. '/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg' |