Change power widget
This commit is contained in:
parent
08b0fd5f37
commit
d2323ffb25
1 changed files with 4 additions and 3 deletions
|
@ -273,9 +273,10 @@ screens = [
|
|||
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e calcurse')}
|
||||
),
|
||||
widget.Spacer(length = 8),
|
||||
widget.Image(
|
||||
filename = "/usr/share/icons/Papirus-Dark/symbolic/actions/system-shutdown-symbolic.svg",
|
||||
margin = 6,
|
||||
widget.TextBox(
|
||||
text="",
|
||||
fontsize = 14,
|
||||
foreground = colors[10],
|
||||
decorations=[
|
||||
BorderDecoration(
|
||||
colour = colors[10],
|
||||
|
|
Loading…
Add table
Reference in a new issue