diff --git a/.config/awesome/config_desktop.lua b/.config/awesome/config_desktop.lua new file mode 100644 index 0000000..a922b02 --- /dev/null +++ b/.config/awesome/config_desktop.lua @@ -0,0 +1,20 @@ +return { + widgets = { + left = { + + }, + mid = { + "mpd" + }, + right = { + "memory", + "cpu", + "volume", + "clock" + } + }, + volume = { + options = {"Master", "-D", "pulse"}, + sink = "@DEFAULT_SINK@" + } +}