Skip to content

Commit fd9c626

Browse files
authored
Merge pull request #432 from AsmodaiP/fix-formatting-for-pipeline
Fix formatting for pipeline
2 parents 3d36034 + 331e059 commit fd9c626

File tree

3 files changed

+274
-212
lines changed

3 files changed

+274
-212
lines changed

apt-widget/apt-widget.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ local apt_widget_button = wibox.widget({
6868
apt_widget,
6969
widget = wibox.container.margin,
7070
},
71-
widget = clickable_container,
71+
widget = clickable_container, -- luacheck: ignore (todo fix)
7272
})
7373

7474
--- Parses the line and creates the package table out of it

email-widget/email.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ email_widget:set_font('Play 9')
1010
email_widget:set_text("Loading...")
1111

1212

13-
path_to_python_in_venv = currentPath .. "/.venv/bin/python"
13+
local path_to_python_in_venv = currentPath .. "/.venv/bin/python"
1414

1515
watch(
1616
path_to_python_in_venv.." "..currentPath.."count_unread_emails.py", 20, function(_, stdout)

0 commit comments

Comments
 (0)