place battery-arc warning icon inside widget folder

This commit is contained in:
streetturtle 2019-03-23 22:41:06 -04:00
parent 24239f7669
commit e14c578c48
2 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ watch("acpi -i", 10,
local bat_high = 75
local bat_low = 30
-- if charge_perc <= bat_low then
if charge_perc <= bat_low then
batteryarc.colors = { beautiful.widget_red }
if status ~= 'Charging' and os.difftime(os.time(), last_battery_check) > 300 then
@ -172,7 +173,7 @@ batteryarc:connect_signal("mouse::leave", function() naughty.destroy(notificatio
--[[ Show warning notification ]]
function show_battery_warning()
naughty.notify {
icon = HOME .. "/.config/awesome/awesome-wm-widgets/fig/spaceman.jpg", -- new fig
icon = HOME .. "/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg",
icon_size = 100,
text = "Battery is dying", -- switch text and title
title = "Huston, we have a problem",

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB