This commit is contained in:
The-Repo-Club 2023-08-09 21:04:35 +01:00
parent bc643b0323
commit c1dc882126
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE. # SOFTWARE.
import re
import locale import locale
import subprocess import subprocess

View File

@ -1,9 +1,10 @@
from colors import colorScheme, foregroundColor, backgroundColor
from libqtile import widget from libqtile import widget
from libqtile.lazy import lazy from libqtile.lazy import lazy
from os.path import expanduser from os.path import expanduser
import subprocess import subprocess
from colors import colorScheme, foregroundColor, backgroundColor
class Widgets(object): class Widgets(object):
@ -183,7 +184,7 @@ class Widgets(object):
colour_have_updates=colorScheme[2], colour_have_updates=colorScheme[2],
colour_no_updates=colorScheme[1], colour_no_updates=colorScheme[1],
padding=10, padding=10,
distro='Arch_yay', distro='Arch_checkupdates',
no_update_string='Fully Updated!', no_update_string='Fully Updated!',
mouse_callbacks={ mouse_callbacks={
'Button1': lazy.spawn('pkgbrowser'), 'Button1': lazy.spawn('pkgbrowser'),

View File

@ -1,2 +1,2 @@
LastUsed=1691418991 LastUsed=1691612292
Message='Fully Updated' Message='Fully Updated'