From d2323ffb25f760773be2a23d5b3f37aca73d7b3d Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sat, 25 Nov 2023 22:48:08 +0400 Subject: [PATCH] Change power widget --- etc/skel/.config/qtile/config.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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],