mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-28 18:28:39 -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
|
# 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
|
||||||
|
|
||||||
|
@ -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'),
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
LastUsed=1691418991
|
LastUsed=1691612292
|
||||||
Message='Fully Updated'
|
Message='Fully Updated'
|
||||||
|
Loading…
Reference in New Issue
Block a user