fancy update notifs

This commit is contained in:
zoe 2022-09-01 19:14:25 +02:00
parent 5b67604e23
commit 307c481d52
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,7 @@ from libqtile.config import Screen
from libqtile import bar, widget
from enum import Enum
import my_globals
import os
def get_screens():
@ -141,8 +142,10 @@ _clock = widget.Clock(
_updates = widget.CheckUpdates(
**get_defaults(),
update_interval = 3600,
distro="Debian",
display_format="{updates}",
display_format="{updates} updates",
no_update_string= os.uname()[2] + "" + os.getlogin() + "@" + os.uname()[1]
)
_volume = widget.Volume(

View File

@ -3,7 +3,7 @@
sudo apt install xserver-xorg xinit
sudo apt install libpangocairo-1.0-0
sudo apt install python3-pip python3-xcffib python3-cairocffi
sudo apt install rofi kitty xosd-bin flameshot xfce4-power-manager nm-applet apt-show-versions
sudo apt install rofi kitty xosd-bin flameshot xfce4-power-manager apt-show-versions
sudo pip install qtile dbus-next