Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions
13
home/.config/awesome/signals/init.lua
Normal file
13
home/.config/awesome/signals/init.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
req = {
|
||||
"volume",
|
||||
"brightness",
|
||||
"wifi",
|
||||
"weather",
|
||||
"battery",
|
||||
"player",
|
||||
"disk"
|
||||
}
|
||||
|
||||
for _, x in pairs(req) do
|
||||
require("signals."..x)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue