Update qtile

This commit is contained in:
The-Repo-Club 2023-08-07 22:38:20 +01:00
parent 0db6e954c7
commit 8b6dfa3a81
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
4 changed files with 8 additions and 15 deletions

View File

@ -34,6 +34,7 @@ i3lock-color
ideapad-cm ideapad-cm
imagewriter imagewriter
jetbrains-toolbox jetbrains-toolbox
jetbrains-toolbox
lib32-libxft-bgra lib32-libxft-bgra
libart-lgpl libart-lgpl
libxft-bgra libxft-bgra

View File

@ -12,6 +12,6 @@ strings=bat, pkgbrowser, ly, zap, i3-gaps, microsoft edge, python3, python, pama
[window] [window]
central-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\x1>\0\xff\xff\xff\xff\x1\0\0\0\x1\0) central-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1\0\0\0\x1>\0\xff\xff\xff\xff\x1\0\0\0\x1\0)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\a\0\0\0!\0\0\ax\0\0\x4\x16\0\0\0\x11\0\0\0+\0\0\an\0\0\x4\f\0\0\0\0\0\0\0\0\a\x80\0\0\0\x11\0\0\0+\0\0\an\0\0\x4\f) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x3\0\0\0%\0\0\ax\0\0\x4\xe\0\0\0\x5\0\0\0'\0\0\av\0\0\x4\f\0\0\0\0\0\0\0\0\a\x80\0\0\0\x5\0\0\0'\0\0\av\0\0\x4\f)
left-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\x1\f\0\xff\xff\xff\xff\x1\0\0\0\x2\0) left-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\x1\f\0\xff\xff\xff\xff\x1\0\0\0\x2\0)
right-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\0\xee\0\xff\xff\xff\xff\x1\0\0\0\x2\0) right-splitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\0\xee\0\xff\xff\xff\xff\x1\0\0\0\x2\0)

View File

@ -300,7 +300,7 @@ screens = [
Widgets.sep, Widgets.sep,
Widgets.currentLayout1, Widgets.currentLayout1,
], ],
24, 28,
background=backgroundColor, background=backgroundColor,
margin=5, margin=5,
# border_width=[2, 2, 2, 2], # Draw top and bottom borders # border_width=[2, 2, 2, 2], # Draw top and bottom borders
@ -318,7 +318,7 @@ screens = [
Widgets.sep, Widgets.sep,
Widgets.chords, Widgets.chords,
], ],
24, 28,
background=backgroundColor, background=backgroundColor,
margin=5, margin=5,
# border_width=[2, 2, 2, 2], # Draw top and bottom borders # border_width=[2, 2, 2, 2], # Draw top and bottom borders
@ -352,7 +352,7 @@ screens = [
Widgets.sep, Widgets.sep,
Widgets.currentLayout2, Widgets.currentLayout2,
], ],
24, 28,
background=backgroundColor, background=backgroundColor,
margin=5, margin=5,
# border_width=[2, 2, 2, 2], # Draw top and bottom borders # border_width=[2, 2, 2, 2], # Draw top and bottom borders
@ -370,7 +370,7 @@ screens = [
Widgets.sep, Widgets.sep,
Widgets.chords, Widgets.chords,
], ],
24, 28,
background=backgroundColor, background=backgroundColor,
margin=5, margin=5,
# border_width=[2, 2, 2, 2], # Draw top and bottom borders # border_width=[2, 2, 2, 2], # Draw top and bottom borders

View File

@ -40,8 +40,6 @@ class Widgets(object):
) )
groupBox1 = widget.GroupBox( groupBox1 = widget.GroupBox(
font="Hack Nerd Font",
fontsize=16,
margin_y=4, margin_y=4,
margin_x=4, margin_x=4,
padding_y=6, padding_y=6,
@ -67,8 +65,6 @@ class Widgets(object):
) )
groupBox2 = widget.GroupBox( groupBox2 = widget.GroupBox(
font="Hack Nerd Font",
fontsize=16,
margin_y=4, margin_y=4,
margin_x=4, margin_x=4,
padding_y=6, padding_y=6,
@ -94,7 +90,6 @@ class Widgets(object):
) )
windowName1 = widget.WindowName( windowName1 = widget.WindowName(
font="Hack Nerd Font",
foreground=backgroundColor, foreground=backgroundColor,
background=colorScheme[10], background=colorScheme[10],
max_chars=42, max_chars=42,
@ -102,7 +97,6 @@ class Widgets(object):
) )
windowName2 = widget.WindowName( windowName2 = widget.WindowName(
font="Hack Nerd Font",
foreground=backgroundColor, foreground=backgroundColor,
background=colorScheme[10], background=colorScheme[10],
max_chars=42, max_chars=42,
@ -141,7 +135,6 @@ class Widgets(object):
foreground=colorScheme[6], foreground=colorScheme[6],
format='%d %B %Y', format='%d %B %Y',
padding=10, padding=10,
font="Hack Nerd Font",
) )
time = widget.Clock( time = widget.Clock(
@ -149,7 +142,6 @@ class Widgets(object):
foreground=colorScheme[6], foreground=colorScheme[6],
format='%I:%M %p', format='%I:%M %p',
padding=10, padding=10,
font="Hack Nerd Font",
) )
tray = widget.Systray( tray = widget.Systray(
@ -191,8 +183,8 @@ 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_paru', distro='Arch_yay',
no_update_string='No Updates!', no_update_string='Fully Updated!',
mouse_callbacks={ mouse_callbacks={
'Button1': lazy.spawn('pkgbrowser'), 'Button1': lazy.spawn('pkgbrowser'),
}, },