Fix typo: Huston -> Houston

This commit is contained in:
Ewoud Kohl van Wijngaarden 2020-09-28 11:24:43 +02:00 committed by GitHub
parent a0b4dc5761
commit 3dcc4e088f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ local function worker(args)
local medium_level_color = args.medium_level_color or '#c0ca33' local medium_level_color = args.medium_level_color or '#c0ca33'
local charging_color = args.charging_color or '#43a047' 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_text = args.warning_msg_text or 'Battery is dying'
local warning_msg_position = args.warning_msg_position or 'bottom_right' 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' local warning_msg_icon = args.warning_msg_icon or HOME .. '/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg'