diff --git a/etc/skel/.config/qtile/config.py b/etc/skel/.config/qtile/config.py index ea8332c..a9c935c 100644 --- a/etc/skel/.config/qtile/config.py +++ b/etc/skel/.config/qtile/config.py @@ -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],