mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-22 21:45:11 +00:00
update
This commit is contained in:
parent
4fabd8c678
commit
7711526d0b
|
|
@ -25,7 +25,7 @@ local settings = {
|
|||
BLUESTATUS = false,
|
||||
|
||||
-- Gaps
|
||||
useless_gap = 6,
|
||||
useless_gap = 8,
|
||||
}
|
||||
|
||||
return settings
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue