mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
widget: remove label for volume widget, the symbol should be sufficient
This commit is contained in:
parent
f6b4a19dbb
commit
5a4473d370
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ vicious.register(memwidget, vicious.widgets.mem,
|
|||
-- Volume level
|
||||
local volwidget = widget({ type = "textbox" })
|
||||
vicious.register(volwidget, vicious.widgets.volume,
|
||||
'<span font="Terminus 8" color="' .. beautiful.fg_widget_label .. '">Vol: </span>' ..
|
||||
'<span font="Terminus 8" color="' .. beautiful.fg_widget_value .. '">$2 $1%</span>',
|
||||
'<span font="Terminus 8" color="' .. beautiful.fg_widget_value .. '">$2 $1%</span>',
|
||||
2, "Master")
|
||||
volwidget:buttons(awful.util.table.join(
|
||||
awful.button({ }, 1, function () awful.util.spawn("pavucontrol", false) end),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue