moved to personal fennel config for awesome and added qutebrowser
This commit is contained in:
parent
403cb92b7d
commit
688748f8a6
502 changed files with 8576 additions and 9597 deletions
23
awes2/widget/screen-recorder/init.lua
Normal file
23
awes2/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