1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 05:55:12 +00:00
This commit is contained in:
Toma Adrian Ionut 2022-11-20 13:02:45 +02:00
parent 4fabd8c678
commit 7711526d0b
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ local settings = {
BLUESTATUS = false, BLUESTATUS = false,
-- Gaps -- Gaps
useless_gap = 6, useless_gap = 8,
} }
return settings return settings

View file

@ -250,7 +250,7 @@ end), awful.button({}, 5, function()
end))) end)))
-- MEM -- MEM
function round_one_decimal(num) local function round_one_decimal(num)
return math.floor(num * 10) / 10 return math.floor(num * 10) / 10
end end