Skip to content

Commit

Permalink
Merge pull request #432 from AsmodaiP/fix-formatting-for-pipeline
Browse files Browse the repository at this point in the history
Fix formatting for pipeline
  • Loading branch information
streetturtle authored Dec 7, 2023
2 parents 3d36034 + 331e059 commit fd9c626
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 212 deletions.
2 changes: 1 addition & 1 deletion apt-widget/apt-widget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ local apt_widget_button = wibox.widget({
apt_widget,
widget = wibox.container.margin,
},
widget = clickable_container,
widget = clickable_container, -- luacheck: ignore (todo fix)
})

--- Parses the line and creates the package table out of it
Expand Down
2 changes: 1 addition & 1 deletion email-widget/email.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ email_widget:set_font('Play 9')
email_widget:set_text("Loading...")


path_to_python_in_venv = currentPath .. "/.venv/bin/python"
local path_to_python_in_venv = currentPath .. "/.venv/bin/python"

watch(
path_to_python_in_venv.." "..currentPath.."count_unread_emails.py", 20, function(_, stdout)
Expand Down
Loading

0 comments on commit fd9c626

Please sign in to comment.