mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Awesome configs for Ben.
This commit is contained in:
5
.config/awesome/lain/widget/alsa.lua
Executable file → Normal file
5
.config/awesome/lain/widget/alsa.lua
Executable file → Normal file
@@ -1,7 +1,7 @@
|
||||
--[[
|
||||
|
||||
Licensed under GNU General Public License v2
|
||||
* (c) 2013, Luca CPZ
|
||||
* (c) 2013, Luke Bonham
|
||||
* (c) 2010, Adrian C. <anrxc@sysphere.org>
|
||||
|
||||
--]]
|
||||
@@ -9,7 +9,8 @@
|
||||
local helpers = require("lain.helpers")
|
||||
local shell = require("awful.util").shell
|
||||
local wibox = require("wibox")
|
||||
local string = string
|
||||
local string = { match = string.match,
|
||||
format = string.format }
|
||||
|
||||
-- ALSA volume
|
||||
-- lain.widget.alsa
|
||||
|
||||
Reference in New Issue
Block a user