Merge pull request #336 from BakermanLP/LangProbsAptWidget

Apt Widget hasn't shown any updates, because of lang
This commit is contained in:
streetturtle 2022-02-13 19:41:50 -05:00 committed by GitHub
commit 3975a9d01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local HOME_DIR = os.getenv("HOME")
local WIDGET_DIR = HOME_DIR .. '/.config/awesome/awesome-wm-widgets/apt-widget'
local ICONS_DIR = WIDGET_DIR .. '/icons/'
local LIST_PACKAGES = [[sh -c "apt list --upgradable 2>/dev/null"]]
local LIST_PACKAGES = [[sh -c "LC_ALL=c apt list --upgradable 2>/dev/null"]]
--- Utility function to show warning messages
local function show_warning(message)