mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
widget: use BAT1 on guybrush, not BAT0
This commit is contained in:
parent
9185f2ce9c
commit
0427cce9c8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if config.hostname == "guybrush" then
|
|||
vicious.register(batwidget, vicious.widgets.bat,
|
||||
'<span font="Terminus 8" color="' .. beautiful.fg_widget_label .. '">BAT: </span>' ..
|
||||
'<span font="Terminus 8" color="' .. beautiful.fg_widget_value .. '">$1 $2%</span>',
|
||||
61, "BAT0")
|
||||
61, "BAT1")
|
||||
end
|
||||
|
||||
-- Memory usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue