mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-24 16:28:41 -05:00
Updates
This commit is contained in:
parent
52851eae56
commit
41c292c60c
@ -1,2 +1,2 @@
|
||||
LastUsed=1692611448
|
||||
LastUsed=1692638040
|
||||
Message='Fully Updated'
|
||||
|
@ -93,14 +93,14 @@ class Widgets(object):
|
||||
)
|
||||
|
||||
volume = widget.Volume(
|
||||
fmt="Vol: {}",
|
||||
fmt=": {}",
|
||||
foreground=backgroundColor,
|
||||
background=colorScheme[2],
|
||||
padding=10,
|
||||
)
|
||||
|
||||
backlight = widget.Backlight(
|
||||
fmt="Backlight: {}",
|
||||
fmt=" {}",
|
||||
foreground=backgroundColor,
|
||||
background=colorScheme[4],
|
||||
padding=10,
|
||||
@ -108,7 +108,7 @@ class Widgets(object):
|
||||
)
|
||||
|
||||
net = widget.Net(
|
||||
fmt="{}",
|
||||
fmt=" {}",
|
||||
format="{down} ↓↑ {up}",
|
||||
foreground=backgroundColor,
|
||||
background=colorScheme[5],
|
||||
@ -155,7 +155,7 @@ class Widgets(object):
|
||||
)
|
||||
|
||||
weather = widget.OpenWeather(
|
||||
fmt=" {}",
|
||||
fmt=" {}",
|
||||
foreground=backgroundColor,
|
||||
background=colorScheme[9],
|
||||
location="Darlington,UK",
|
||||
|
Loading…
Reference in New Issue
Block a user