mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Updates
This commit is contained in:
parent
bc643b0323
commit
c1dc882126
@ -20,7 +20,6 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
import re
|
||||
import locale
|
||||
import subprocess
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
from colors import colorScheme, foregroundColor, backgroundColor
|
||||
from libqtile import widget
|
||||
from libqtile.lazy import lazy
|
||||
from os.path import expanduser
|
||||
import subprocess
|
||||
|
||||
from colors import colorScheme, foregroundColor, backgroundColor
|
||||
|
||||
|
||||
class Widgets(object):
|
||||
|
||||
@ -183,7 +184,7 @@ class Widgets(object):
|
||||
colour_have_updates=colorScheme[2],
|
||||
colour_no_updates=colorScheme[1],
|
||||
padding=10,
|
||||
distro='Arch_yay',
|
||||
distro='Arch_checkupdates',
|
||||
no_update_string='Fully Updated!',
|
||||
mouse_callbacks={
|
||||
'Button1': lazy.spawn('pkgbrowser'),
|
||||
|
@ -1,2 +1,2 @@
|
||||
LastUsed=1691418991
|
||||
LastUsed=1691612292
|
||||
Message='Fully Updated'
|
||||
|
Loading…
Reference in New Issue
Block a user