making awesome more awesome
This commit is contained in:
parent
0a7fe89729
commit
3643ba277e
361 changed files with 41182 additions and 26 deletions
23
awesome/widget/screen-recorder/init.lua
Normal file
23
awesome/widget/screen-recorder/init.lua
Normal file
|
@ -0,0 +1,23 @@
|
|||
local wibox = require('wibox')
|
||||
local awful = require('awful')
|
||||
local gears = require('gears')
|
||||
|
||||
local clickable_container = require('widget.clickable-container')
|
||||
local dpi = require('beautiful').xresources.apply_dpi
|
||||
|
||||
local HOME = os.getenv('HOME')
|
||||
|
||||
local recorder_table = require('widget.screen-recorder.screen-recorder-ui')
|
||||
|
||||
require('widget.screen-recorder.screen-recorder-ui-backend')
|
||||
|
||||
local screen_rec_toggle_button = recorder_table.screen_rec_toggle_button
|
||||
|
||||
|
||||
local return_button = function()
|
||||
|
||||
return screen_rec_toggle_button
|
||||
|
||||
end
|
||||
|
||||
return return_button
|
Loading…
Add table
Add a link
Reference in a new issue