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')}
|
mouse_callbacks={'Button1': lambda: qtile.cmd_spawn(terminal + ' -e calcurse')}
|
||||||
),
|
),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
widget.Image(
|
widget.TextBox(
|
||||||
filename = "/usr/share/icons/Papirus-Dark/symbolic/actions/system-shutdown-symbolic.svg",
|
text="",
|
||||||
margin = 6,
|
fontsize = 14,
|
||||||
|
foreground = colors[10],
|
||||||
decorations=[
|
decorations=[
|
||||||
BorderDecoration(
|
BorderDecoration(
|
||||||
colour = colors[10],
|
colour = colors[10],
|
||||||
|
|
Loading…
Add table
Reference in a new issue