diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-01 12:10:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-01 12:10:20 +0530 |
commit | c0333b8bd91b164d452e515fb4176089823aa65a (patch) | |
tree | 6f0069a19943daf1bd95f90589b457eb1883e599 /awesome/rc.lua | |
parent | 6c055d89bdfd51eab7ba111a95dd55701d1c9888 (diff) |
fixed the temperature being blank if weather stat wasn't haze; currently only supports haze and smoke
Diffstat (limited to 'awesome/rc.lua')
-rwxr-xr-x | awesome/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index c3eacdaa..6d389fe6 100755 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -639,3 +639,4 @@ awful.spawn.with_shell("nitrogen --restore") awful.spawn.with_shell("picom") awful.spawn.with_shell("firefox") awful.spawn.with_shell("sxhkd") +awful.spawn.with_shell("deadd-notification-center") |