worked on powerbutton
This commit is contained in:
19
awesome/theme/crylia/modules/power_menu.lua
Normal file
19
awesome/theme/crylia/modules/power_menu.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
-----------------------------------
|
||||
-- This is the volume_old module --
|
||||
-----------------------------------
|
||||
|
||||
-- Awesome Libs
|
||||
local awful = require("awful")
|
||||
local color = require("theme.crylia.colors")
|
||||
local dpi = require("beautiful").xresources.apply_dpi
|
||||
local gears = require("gears")
|
||||
local wibox = require("wibox")
|
||||
|
||||
-- Icon directory path
|
||||
local icondir = awful.util.getdir("config") .. "theme/crylia/assets/icons/audio/"
|
||||
|
||||
return function ()
|
||||
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user