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(