1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-22 21:45:11 +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,
-- Gaps
useless_gap = 6,
useless_gap = 8,
}
return settings

View file

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