From d1668cf480d290b08491e824a3878a1b2e0e776b Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Wed, 29 May 2024 00:43:01 +0200 Subject: [PATCH] Adjusted system update widget for switching from Arch to Gentoo --- .config/qtile/config.org | 4 ++-- .config/qtile/config.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/qtile/config.org b/.config/qtile/config.org index b6ef88a..0af2950 100755 --- a/.config/qtile/config.org +++ b/.config/qtile/config.org @@ -432,10 +432,10 @@ def init_widgets_list(): ), widget.CheckUpdates( update_interval = 1800, - distro = "Arch", + distro = "Gentoo_eix", display_format = "{updates} Updates", foreground = colors[2], - execute = 'alacritty -e doas pacman -Syu', + execute = 'alacritty -e doas emerge --sync && doas emerge -auDN @world && doas emerge -acv', background = colors[5] ), widget.TextBox( diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 893f1b3..ec7ba7c 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -335,10 +335,10 @@ def init_widgets_list(): ), widget.CheckUpdates( update_interval = 1800, - distro = "Arch", + distro = "Gentoo_eix", display_format = "{updates} Updates", foreground = colors[2], - execute = 'alacritty -e doas pacman -Syu', + execute = 'alacritty -e doas emerge --sync && doas emerge -auDN @world && doas emerge -acv', background = colors[5] ), widget.TextBox(